Uses of Class
org.apache.oodt.cas.workflow.structs.WorkflowConditionConfiguration

Packages that use WorkflowConditionConfiguration
org.apache.oodt.cas.workflow.examples   
org.apache.oodt.cas.workflow.repository   
org.apache.oodt.cas.workflow.structs   
org.apache.oodt.cas.workflow.util   
 

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.getCondConfig()
           
 WorkflowConditionConfiguration WorkflowCondition.getTaskConfig()
          Deprecated. 
 

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)
           
 

Uses of WorkflowConditionConfiguration in org.apache.oodt.cas.workflow.util
 

Methods in org.apache.oodt.cas.workflow.util that return WorkflowConditionConfiguration
static WorkflowConditionConfiguration XmlRpcStructFactory.getWorkflowConditionConfigurationFromXmlRpc(Hashtable conf)
          Unravels a WorkflowConditionConfiguration from XML-RPC.
 

Methods in org.apache.oodt.cas.workflow.util with parameters of type WorkflowConditionConfiguration
static Hashtable XmlRpcStructFactory.getXmlRpcWorkflowConditionConfig(WorkflowConditionConfiguration conf)
          Bulids an XML-RPC friendly version of a WorkflowConditionConfiguration.
 



Copyright © 1999-2011 Apache OODT. All Rights Reserved.