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

Packages that use WorkflowTaskConfiguration
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 WorkflowTaskConfiguration in org.apache.oodt.cas.workflow.examples
 

Methods in org.apache.oodt.cas.workflow.examples with parameters of type WorkflowTaskConfiguration
 void RandomStatusUpdateTask.run(org.apache.oodt.cas.metadata.Metadata metadata, WorkflowTaskConfiguration config)
           
 void NumIncrementTask.run(org.apache.oodt.cas.metadata.Metadata metadata, WorkflowTaskConfiguration config)
           
 void MailTask.run(org.apache.oodt.cas.metadata.Metadata metadata, WorkflowTaskConfiguration config)
           
 void LongTask.run(org.apache.oodt.cas.metadata.Metadata metadata, WorkflowTaskConfiguration config)
           
 void HelloWorld.run(org.apache.oodt.cas.metadata.Metadata metadata, WorkflowTaskConfiguration config)
           
 void GoodbyeWorld.run(org.apache.oodt.cas.metadata.Metadata metadata, WorkflowTaskConfiguration config)
           
 void ExternScriptTaskInstance.run(org.apache.oodt.cas.metadata.Metadata metadata, WorkflowTaskConfiguration config)
           
 

Uses of WorkflowTaskConfiguration in org.apache.oodt.cas.workflow.repository
 

Methods in org.apache.oodt.cas.workflow.repository that return WorkflowTaskConfiguration
 WorkflowTaskConfiguration XMLWorkflowRepository.getConfigurationByTaskId(String taskId)
           
 WorkflowTaskConfiguration WorkflowRepository.getConfigurationByTaskId(String taskId)
           Gets the WorkflowTaskConfiguration metadata for the WorkflowTask with the given taskId.
 WorkflowTaskConfiguration DataSourceWorkflowRepository.getConfigurationByTaskId(String taskId)
           
 

Uses of WorkflowTaskConfiguration in org.apache.oodt.cas.workflow.structs
 

Fields in org.apache.oodt.cas.workflow.structs declared as WorkflowTaskConfiguration
protected  WorkflowTaskConfiguration WorkflowTask.taskConfig
           
 

Methods in org.apache.oodt.cas.workflow.structs that return WorkflowTaskConfiguration
 WorkflowTaskConfiguration WorkflowTask.getTaskConfig()
           
 WorkflowTaskConfiguration TaskJobInput.getTaskConfig()
           
 

Methods in org.apache.oodt.cas.workflow.structs with parameters of type WorkflowTaskConfiguration
 void WorkflowTaskInstance.run(org.apache.oodt.cas.metadata.Metadata metadata, WorkflowTaskConfiguration config)
           Runs the Task with the specified metadata context.
 void WorkflowTask.setTaskConfig(WorkflowTaskConfiguration taskConfig)
           
 void TaskJobInput.setTaskConfig(WorkflowTaskConfiguration taskConfig)
           
 

Constructors in org.apache.oodt.cas.workflow.structs with parameters of type WorkflowTaskConfiguration
WorkflowTask(String taskId, String taskName, WorkflowTaskConfiguration taskConfig, List conditions, String taskInstanceClassName, int order)
           
 

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

Methods in org.apache.oodt.cas.workflow.util that return WorkflowTaskConfiguration
static WorkflowTaskConfiguration XmlRpcStructFactory.getWorkflowTaskConfigurationFromXmlRpc(Hashtable config)
           Gets a WorkflowTaskConfiguration from an XML-RPC Hashtable.
 

Methods in org.apache.oodt.cas.workflow.util with parameters of type WorkflowTaskConfiguration
static Hashtable XmlRpcStructFactory.getXmlRpcWorkflowTaskConfiguration(WorkflowTaskConfiguration config)
           Gets a Hashtable representation of the passed in WorkflowTaskConfiguration's Properties to be sent across the XML-RPC wire.
 



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