|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkflowConditionConfiguration | |
|---|---|
| org.apache.oodt.cas.workflow.examples | |
| org.apache.oodt.cas.workflow.repository | |
| org.apache.oodt.cas.workflow.structs | |
| Uses of WorkflowConditionConfiguration in org.apache.oodt.cas.workflow.examples |
|---|
| Methods in org.apache.oodt.cas.workflow.examples with parameters of type WorkflowConditionConfiguration | |
|---|---|
boolean |
TrueCondition.evaluate(org.apache.oodt.cas.metadata.Metadata metadata,
WorkflowConditionConfiguration config)
|
boolean |
LongCondition.evaluate(org.apache.oodt.cas.metadata.Metadata metadata,
WorkflowConditionConfiguration config)
|
boolean |
FalseCondition.evaluate(org.apache.oodt.cas.metadata.Metadata metadata,
WorkflowConditionConfiguration config)
|
boolean |
CheckForMetadataKeys.evaluate(org.apache.oodt.cas.metadata.Metadata metadata,
WorkflowConditionConfiguration config)
|
| Uses of WorkflowConditionConfiguration in org.apache.oodt.cas.workflow.repository |
|---|
| Methods in org.apache.oodt.cas.workflow.repository that return WorkflowConditionConfiguration | |
|---|---|
WorkflowConditionConfiguration |
DataSourceWorkflowRepository.getConfigurationByConditionId(String condId)
|
| Uses of WorkflowConditionConfiguration in org.apache.oodt.cas.workflow.structs |
|---|
| Fields in org.apache.oodt.cas.workflow.structs declared as WorkflowConditionConfiguration | |
|---|---|
protected WorkflowConditionConfiguration |
WorkflowCondition.condConfig
|
| Methods in org.apache.oodt.cas.workflow.structs that return WorkflowConditionConfiguration | |
|---|---|
WorkflowConditionConfiguration |
WorkflowCondition.getTaskConfig()
|
| Methods in org.apache.oodt.cas.workflow.structs with parameters of type WorkflowConditionConfiguration | |
|---|---|
boolean |
WorkflowConditionInstance.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. |
void |
WorkflowCondition.setCondConfig(WorkflowConditionConfiguration condConfig)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||