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

Packages that use WorkflowInstance
org.apache.oodt.cas.workflow.engine   
org.apache.oodt.cas.workflow.instrepo   
org.apache.oodt.cas.workflow.lifecycle   
org.apache.oodt.cas.workflow.system   
org.apache.oodt.cas.workflow.util   
 

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

Methods in org.apache.oodt.cas.workflow.engine that return WorkflowInstance
 WorkflowInstance WorkflowProcessorThread.getWorkflowInstance()
           
 WorkflowInstance NonBlockingIterativeWorkflowProcessorThread.getWorkflowInstance()
           
 WorkflowInstance IterativeWorkflowProcessorThread.getWorkflowInstance()
           
 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)
           
 

Methods in org.apache.oodt.cas.workflow.engine with parameters of type WorkflowInstance
protected static double ThreadPoolWorkflowEngine.getCurrentTaskWallClockMinutes(WorkflowInstance inst)
           
protected static double NonBlockingThreadPoolWorkflowEngine.getCurrentTaskWallClockMinutes(WorkflowInstance inst)
           
protected static double ThreadPoolWorkflowEngine.getWallClockMinutes(WorkflowInstance inst)
           
protected static double NonBlockingThreadPoolWorkflowEngine.getWallClockMinutes(WorkflowInstance inst)
           
 void NonBlockingThreadPoolWorkflowEngine.persistWorkflowInstance(WorkflowInstance wInst)
           
 void NonBlockingIterativeWorkflowProcessorThread.setWorkflowInst(WorkflowInstance workflowInst)
           
 void IterativeWorkflowProcessorThread.setWorkflowInst(WorkflowInstance workflowInst)
           
 void NonBlockingThreadPoolWorkflowEngine.submitWorkflowInstancetoPool(WorkflowInstance wInst)
           
 

Constructors in org.apache.oodt.cas.workflow.engine with parameters of type WorkflowInstance
IterativeWorkflowProcessorThread(WorkflowInstance wInst, WorkflowInstanceRepository instRep, URL wParentUrl)
           
NonBlockingIterativeWorkflowProcessorThread(WorkflowInstance wInst, WorkflowInstanceRepository instRep, URL wParentUrl)
           
 

Uses of WorkflowInstance in org.apache.oodt.cas.workflow.instrepo
 

Methods in org.apache.oodt.cas.workflow.instrepo that return WorkflowInstance
 WorkflowInstance WorkflowInstanceRepository.getWorkflowInstanceById(String workflowInstId)
           Returns the WorkflowInstances with the specified workflowInstId.
 WorkflowInstance MemoryWorkflowInstanceRepository.getWorkflowInstanceById(String workflowInstId)
           
 WorkflowInstance LuceneWorkflowInstanceRepository.getWorkflowInstanceById(String workflowInstId)
           
 WorkflowInstance DataSourceWorkflowInstanceRepository.getWorkflowInstanceById(String workflowInstId)
           
 

Methods in org.apache.oodt.cas.workflow.instrepo with parameters of type WorkflowInstance
 void WorkflowInstanceRepository.addWorkflowInstance(WorkflowInstance wInst)
          Persists the specified WorkflowInstance to the instance repository.
 void MemoryWorkflowInstanceRepository.addWorkflowInstance(WorkflowInstance wInst)
           
 void LuceneWorkflowInstanceRepository.addWorkflowInstance(WorkflowInstance wInst)
           
 void DataSourceWorkflowInstanceRepository.addWorkflowInstance(WorkflowInstance wInst)
           
 void WorkflowInstanceRepository.removeWorkflowInstance(WorkflowInstance wInst)
          Removes the specified WorkflowInstance from the instance repository.
 void MemoryWorkflowInstanceRepository.removeWorkflowInstance(WorkflowInstance wInst)
           
 void LuceneWorkflowInstanceRepository.removeWorkflowInstance(WorkflowInstance wInst)
           
 void DataSourceWorkflowInstanceRepository.removeWorkflowInstance(WorkflowInstance wInst)
           
 void WorkflowInstanceRepository.updateWorkflowInstance(WorkflowInstance wInst)
          Updates and persists the specified WorkflowInstance to the instance repository.
 void MemoryWorkflowInstanceRepository.updateWorkflowInstance(WorkflowInstance wInst)
           
 void LuceneWorkflowInstanceRepository.updateWorkflowInstance(WorkflowInstance wInst)
           
 void DataSourceWorkflowInstanceRepository.updateWorkflowInstance(WorkflowInstance wInst)
           
 

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

Methods in org.apache.oodt.cas.workflow.lifecycle with parameters of type WorkflowInstance
 int WorkflowLifecycleManager.getLastCompletedStageNum(WorkflowInstance inst)
          Gets the last completed stage for the given WorkflowInstance.
 double WorkflowLifecycleManager.getPercentageComplete(WorkflowInstance inst)
          Gets the percentage complete that this WorkflowInstance is based on its WorkflowLifecycle.
 WorkflowLifecycleStage WorkflowLifecycleManager.getStage(WorkflowInstance inst)
          Gets the current WorkflowLifecycleStage for the provided WorkflowInstance based on its getStatus() value.
 int WorkflowLifecycleManager.getStageNum(WorkflowInstance inst)
          Gets the number of the current WorkflowLifecycleStage for the provided WorkflowInstance.
 

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

Methods in org.apache.oodt.cas.workflow.system that return WorkflowInstance
 WorkflowInstance XmlRpcWorkflowManagerClient.getWorkflowInstanceById(String wInstId)
           
 

Methods in org.apache.oodt.cas.workflow.system with parameters of type WorkflowInstance
 boolean XmlRpcWorkflowManagerClient.updateWorkflowInstance(WorkflowInstance instance)
           
 

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

Methods in org.apache.oodt.cas.workflow.util that return WorkflowInstance
static WorkflowInstance DbStructFactory.getWorkflowInstance(ResultSet rs)
           
static WorkflowInstance XmlRpcStructFactory.getWorkflowInstanceFromXmlRpc(Hashtable workflowInstance)
           
 

Methods in org.apache.oodt.cas.workflow.util with parameters of type WorkflowInstance
static Hashtable XmlRpcStructFactory.getXmlRpcWorkflowInstance(WorkflowInstance wInst)
           Gets a Hashtable representation of a WorkflowInstance to be sent across the XML-RPC wire.
 



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