public class CheckForMetadataKeys extends Object implements WorkflowConditionInstance
Constructor and Description |
---|
CheckForMetadataKeys() |
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. |
public boolean evaluate(Metadata metadata, WorkflowConditionConfiguration config)
WorkflowConditionInstance
The actual conditional: this method should return true
if
the condition is satisfied, otherwise, false.
evaluate
in interface WorkflowConditionInstance
metadata
- Any metadata needed by the conditional to determine
satisfaction.Copyright © 1999–2017 Apache OODT. All rights reserved.