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

Packages that use MethodProcessor
wt.dataops.objectcol.dependency   
wt.dataops.objectcol.resolution   
 

Uses of MethodProcessor in wt.dataops.objectcol.dependency
 

Classes in wt.dataops.objectcol.dependency that implement MethodProcessor
 class RelatedByMethodProcessor
          

Supported API: false

Extendable: false
 

Uses of MethodProcessor in wt.dataops.objectcol.resolution
 

Classes in wt.dataops.objectcol.resolution that implement MethodProcessor
 class DefaultMethodProcessor
          

Supported API: false

Extendable: false
 

Fields in wt.dataops.objectcol.resolution declared as MethodProcessor
private  MethodProcessor[] CollectionProcessor.methodProcessorArr
           
 

Methods in wt.dataops.objectcol.resolution that return MethodProcessor
protected  MethodProcessor[] CollectionProcessor.getMethodProcessorArr()
          Gets the value of the attribute: methodProcessorArr.
 

Methods in wt.dataops.objectcol.resolution with parameters of type MethodProcessor
protected  void CollectionProcessor.setMethodProcessorArr(MethodProcessor[] a_MethodProcessorArr)
          Sets the value of the attribute: methodProcessorArr.
static CollectionProcessor CollectionProcessor.newCollectionProcessor(CollectionQueryProcessor[] collectionProcessors, MethodProcessor[] methodProcessors, FilterProcessor[] filterProcessors, LogicalOperator operator)
          

Supported API: false
 void CollectionProcessor.initialize(CollectionQueryProcessor[] collectionProcessors, MethodProcessor[] methodProcessors, FilterProcessor[] filterProcessors, LogicalOperator operator)
          

Supported API: false