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

Packages that use Workflow
org.apache.oodt.cas.workflow.engine   
org.apache.oodt.cas.workflow.lifecycle   
org.apache.oodt.cas.workflow.repository   
org.apache.oodt.cas.workflow.structs   
org.apache.oodt.cas.workflow.system   
org.apache.oodt.cas.workflow.util   
 

Uses of Workflow in org.apache.oodt.cas.workflow.engine
 

Methods in org.apache.oodt.cas.workflow.engine with parameters of type Workflow
 WorkflowInstance WorkflowEngine.startWorkflow(Workflow workflow, org.apache.oodt.cas.metadata.Metadata metadata)
           Starts the specified Workflow by creating a WorkflowInstance, and then running that instance.
 WorkflowInstance ThreadPoolWorkflowEngine.startWorkflow(Workflow workflow, org.apache.oodt.cas.metadata.Metadata metadata)
           
 WorkflowInstance NonBlockingThreadPoolWorkflowEngine.startWorkflow(Workflow workflow, org.apache.oodt.cas.metadata.Metadata metadata)
           
 

Uses of Workflow in org.apache.oodt.cas.workflow.lifecycle
 

Methods in org.apache.oodt.cas.workflow.lifecycle with parameters of type Workflow
 WorkflowLifecycle WorkflowLifecycleManager.getLifecycleForWorkflow(Workflow workflow)
          Gets the WorkflowLifecycle associated with the provided Workflow model.
 int WorkflowLifecycleManager.getNumStages(Workflow workflow)
          Gets the total number of WorkflowLifecycleStages for the provided Workflow model.
 

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

Methods in org.apache.oodt.cas.workflow.repository that return Workflow
 Workflow XMLWorkflowRepository.getWorkflowById(String workflowId)
           
 Workflow WorkflowRepository.getWorkflowById(String workflowId)
           Returns a Workflow with the given workflowId.
 Workflow DataSourceWorkflowRepository.getWorkflowById(String workflowId)
           
 Workflow DataSourceWorkflowRepository.getWorkflowById(String workflowId, boolean getTasks)
           
 Workflow XMLWorkflowRepository.getWorkflowByName(String workflowName)
           
 Workflow WorkflowRepository.getWorkflowByName(String workflowName)
           Returns a Workflow with the given workflowName.
 Workflow DataSourceWorkflowRepository.getWorkflowByName(String workflowName)
           
 Workflow DataSourceWorkflowRepository.getWorkflowByName(String workflowName, boolean getTasks)
           
 

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

Methods in org.apache.oodt.cas.workflow.structs that return Workflow
 Workflow WorkflowInstance.getWorkflow()
           
 

Methods in org.apache.oodt.cas.workflow.structs with parameters of type Workflow
 void WorkflowInstance.setWorkflow(Workflow workflow)
           
 

Constructors in org.apache.oodt.cas.workflow.structs with parameters of type Workflow
WorkflowInstance(Workflow workflow, String id, String status, String currentTaskId, String startDateTimeIsoStr, String endDateTimeIsoStr, String currentTaskStartDateTimeIsoStr, String currentTaskEndDateTimeIsoStr, org.apache.oodt.cas.metadata.Metadata sharedContext)
           
 

Uses of Workflow in org.apache.oodt.cas.workflow.system
 

Methods in org.apache.oodt.cas.workflow.system that return Workflow
 Workflow XmlRpcWorkflowManagerClient.getWorkflowById(String workflowId)
           
 

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

Methods in org.apache.oodt.cas.workflow.util that return Workflow
static Workflow GenericWorkflowObjectFactory.copyWorkflow(Workflow w)
          Creates an exact copy of the specified Workflow w, allocating new memory for the new object, and then returning it.
static Workflow XmlStructFactory.getWorkflow(Node node, HashMap tasks)
           Creates Workflows from the XML Node and the map of existing WorkflowTasks.
static Workflow DbStructFactory.getWorkflow(ResultSet rs)
           
static Workflow XmlRpcStructFactory.getWorkflowFromXmlRpc(Hashtable w)
           Gets a Workflow from the XML-RPC Hashtable version.
static Workflow GenericWorkflowObjectFactory.getWorkflowObjectFromClassName(String className)
           Constructs a Workflow instance from the given implementation class name.
 

Methods in org.apache.oodt.cas.workflow.util with parameters of type Workflow
static Workflow GenericWorkflowObjectFactory.copyWorkflow(Workflow w)
          Creates an exact copy of the specified Workflow w, allocating new memory for the new object, and then returning it.
static Hashtable XmlRpcStructFactory.getXmlRpcWorkflow(Workflow w)
           Gets a Hashtable representation of a Workflow to be sent across the XML-RPC wire.
 



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