Uses of Class
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.TreeWalkRule

Packages that use TreeWalkRule
org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.rs   
org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.util   
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response   
 

Uses of TreeWalkRule in org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.rs
 

Constructor parameters in org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.rs with type arguments of type TreeWalkRule
InfoObjectDescriptionTreeIterator(GCUBELog logger, java.util.Iterator<java.lang.String> inputIterator, RawContentLocationConfig contentLocation, BasicStorageHints hints, java.util.List<TreeWalkRule> walkRules, int hops)
           
 

Uses of TreeWalkRule in org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.util
 

Method parameters in org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.util with type arguments of type TreeWalkRule
static java.util.List<BasicReferenceDescription> InfoObjectTreeUtil.filterReferences(java.util.List<BasicReferenceDescription> references, java.util.List<TreeWalkRule> walkRules)
          Filters the references retrieving the ones to walk on.
static InfoObjectTree InfoObjectTreeUtil.getInfoObjectTree(java.lang.String oid, RawContentLocationConfig locationConfig, BasicStorageHints hints, java.util.List<TreeWalkRule> walkRules, int hops)
           
 

Uses of TreeWalkRule in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response
 

Fields in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response declared as TreeWalkRule
static TreeWalkRule InformationObjectTreeResponse.ANY_REFERENCE
           
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response that return types with arguments of type TreeWalkRule
 java.util.List<TreeWalkRule> InformationObjectTreeResponse.getWalkRules()
           
 

Method parameters in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response with type arguments of type TreeWalkRule
static InformationObjectTreeResponse InformationObjectTreeResponse.walkedInformationObjectTree(java.util.List<TreeWalkRule> walkRules)
           
 

Constructor parameters in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response with type arguments of type TreeWalkRule
InformationObjectTreeResponse(RawContentLocationConfig contentLocation, java.util.List<TreeWalkRule> walkRules, int hops, java.util.List<StorageHint> hints)