Uses of Interface
wt.dataops.objectcol.resolution.CollectionGraph

Packages that use CollectionGraph
wt.dataops.objectcol   
wt.dataops.objectcol.delegate   
wt.dataops.objectcol.dependency   
wt.dataops.objectcol.resolution   
 

Uses of CollectionGraph in wt.dataops.objectcol
 

Fields in wt.dataops.objectcol declared as CollectionGraph
protected  CollectionGraph DefaultCollectionActivity.cg
           
private  CollectionGraph CollectionActivity.collection
           
 

Methods in wt.dataops.objectcol that return CollectionGraph
 CollectionGraph FilterCollectionDelegate.filter(CollectionGraph collection, InputValue[] inputs)
          

Supported API: false
 CollectionGraph DefaultCollectionActivity.getCollection()
           
 CollectionGraph CollectionActivity.getCollection()
          This method will block until the collection graph is completely constructed.
 

Methods in wt.dataops.objectcol with parameters of type CollectionGraph
 CollectionActivity StandardCollectionService.addDependencies(CollectionGraph input, RelationshipMap relationshipMap, boolean updateInPlace)
          

Supported API: false
 CollectionGraph FilterCollectionDelegate.filter(CollectionGraph collection, InputValue[] inputs)
          

Supported API: false
 CollectionActivity CollectionServiceFwd.addDependencies(CollectionGraph input, RelationshipMap relationshipMap, boolean updateInPlace)
          

Supported API: false
 CollectionActivity CollectionService.addDependencies(CollectionGraph input, RelationshipMap relationshipMap, boolean updateInPlace)
          

Supported API: false
static CollectionActivity CollectionActivity.newCollectionActivity(CollectionCreator creator, CollectionGraph input)
          

Supported API: false
 void CollectionActivity.initialize(CollectionCreator creator, CollectionGraph input)
          

Supported API: false
 

Constructors in wt.dataops.objectcol with parameters of type CollectionGraph
DefaultCollectionActivity(CollectionGraph cg)
           
 

Uses of CollectionGraph in wt.dataops.objectcol.delegate
 

Methods in wt.dataops.objectcol.delegate that return CollectionGraph
 CollectionGraph VersionFilterDelegate.filter(CollectionGraph inputCollection)
           
 CollectionGraph IterationFilterDelegate.filter(CollectionGraph inputCollection)
           
 

Methods in wt.dataops.objectcol.delegate with parameters of type CollectionGraph
 CollectionGraph VersionFilterDelegate.filter(CollectionGraph inputCollection)
           
 CollectionGraph IterationFilterDelegate.filter(CollectionGraph inputCollection)
           
 

Uses of CollectionGraph in wt.dataops.objectcol.dependency
 

Methods in wt.dataops.objectcol.dependency that return CollectionGraph
 CollectionGraph RelationshipMapProcessor.createCollection(CollectionGraph collection)
          

Supported API: false
 CollectionGraph CompositeProcessor.createCollection(CollectionGraph collection)
          

Supported API: false
 

Methods in wt.dataops.objectcol.dependency with parameters of type CollectionGraph
 CollectionGraph RelationshipMapProcessor.createCollection(CollectionGraph collection)
          

Supported API: false
protected  void RelationshipMapProcessor.addTopLevelDependencies(WTCollection collection, CollectionGraph output)
           
protected  void RelationshipMapProcessor.addDependencies(Persistable seed, CollectionGraph output)
           
protected  void RelationshipMapProcessor.processRelatedBy(WTCollection seeds, RelatedByProcessor relby, CollectionGraph output)
           
 WTCollection RelatedByRelationshipProcessor.process(WTCollection seeds, CollectionGraph output)
          

Supported API: false
 WTCollection RelatedByProcessor.process(WTCollection seeds, CollectionGraph output)
          

Supported API: false
 WTCollection RelatedByMethodProcessor.process(WTCollection seeds, CollectionGraph output)
          

Supported API: false
protected  void RelatedByMethodProcessor.populateOutput(WTKeyedHashMap kmap, CollectionGraph output)
           
 CollectionGraph CompositeProcessor.createCollection(CollectionGraph collection)
          

Supported API: false
 

Uses of CollectionGraph in wt.dataops.objectcol.resolution
 

Subinterfaces of CollectionGraph in wt.dataops.objectcol.resolution
 interface AsynchCollectionGraph
          

Supported API: false

Extendable: false
 

Classes in wt.dataops.objectcol.resolution that implement CollectionGraph
 class DefaultCollectionGraph
          

Supported API: false

Extendable: false
 

Methods in wt.dataops.objectcol.resolution that return CollectionGraph
 CollectionGraph FilterProcessor.filter(CollectionGraph inputCollection)
          

Supported API: false
 CollectionGraph CollectionProcessor.createCollection(CollectionGraph collection)
          

Supported API: false
protected  CollectionGraph CollectionProcessor.filterAll(CollectionGraph newcollection)
           
 CollectionGraph CollectionCreator.createCollection(CollectionGraph collection)
          

Supported API: false
 CollectionGraph BaseFilterProcessor.filter(CollectionGraph inputCollection)
          

Supported API: false
 

Methods in wt.dataops.objectcol.resolution with parameters of type CollectionGraph
 CollectionGraph FilterProcessor.filter(CollectionGraph inputCollection)
          

Supported API: false
 CollectionGraph CollectionProcessor.createCollection(CollectionGraph collection)
          

Supported API: false
protected  void CollectionProcessor.collectObjects(StatementSpecHolder specholder, CollectionGraph list, LogicalOperator oper, WTSet processedSeeds)
           
protected  void CollectionProcessor.addRecursive(StatementSpecHolder specHolder, WTCollection seeds, CollectionGraph result, LogicalOperator oper, WTSet processedSeeds)
           
protected  void CollectionProcessor.collectObjectsAll(StatementSpecHolder[] qs, CollectionGraph list, WTSet processedSeeds)
           
protected  CollectionGraph CollectionProcessor.filterAll(CollectionGraph newcollection)
           
 CollectionGraph CollectionCreator.createCollection(CollectionGraph collection)
          

Supported API: false
 CollectionGraph BaseFilterProcessor.filter(CollectionGraph inputCollection)
          

Supported API: false