public interface WorkflowConditionInstance
The actual evaluation method for the condition should be defined in any class that implements this interface.
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(Metadata metadata,
WorkflowConditionConfiguration config)
The actual conditional: this method should return
true if
the condition is satisfied, otherwise, false. |
boolean evaluate(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.Copyright © 1999–2017 Apache OODT. All rights reserved.