|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowConditionInstance
The actual evaluation method for the condition should be defined in any class that implements this interface.
Method Summary | |
---|---|
boolean |
evaluate(org.apache.oodt.cas.metadata.Metadata metadata,
WorkflowConditionConfiguration config)
The actual conditional: this method should return true if
the condition is satisfied, otherwise, false. |
Method Detail |
---|
boolean evaluate(org.apache.oodt.cas.metadata.Metadata metadata, WorkflowConditionConfiguration config)
The actual conditional: this method should return true
if
the condition is satisfied, otherwise, false.
metadata
- Any metadata needed by the conditional to determine
satisfaction.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |