wt.dataops.objectcol.dependency
Interface RelatedByProcessor

All Known Implementing Classes:
AbsRelatedByProcessor, RelatedByMethodProcessor, RelatedByRelationshipProcessor

public interface RelatedByProcessor



Supported API: false

Extendable: false


Method Summary
 Map getInputMap()
          

Supported API: false
 boolean isRecursive()
          

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

Supported API: false
 void setInputMap(Map inputMap)
          

Supported API: false
 

Method Detail

process

public WTCollection process(WTCollection seeds,
                            CollectionGraph output)
                     throws WTException


Supported API: false

Parameters:
seeds -
output -
Returns:
WTCollection
Throws:
WTException

isRecursive

public boolean isRecursive()


Supported API: false

Returns:
boolean

setInputMap

public void setInputMap(Map inputMap)
                 throws WTPropertyVetoException


Supported API: false

Parameters:
inputMap -
Throws:
WTPropertyVetoException

getInputMap

public Map getInputMap()


Supported API: false

Returns:
Map