Uses of Class
org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage

Packages that use WorkflowLifecycleStage
org.apache.oodt.cas.workflow.lifecycle   
 

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

Methods in org.apache.oodt.cas.workflow.lifecycle that return WorkflowLifecycleStage
 WorkflowLifecycleStage WorkflowLifecycleManager.getStage(WorkflowInstance inst)
          Gets the current WorkflowLifecycleStage for the provided WorkflowInstance based on its WorkflowInstance.getStatus() value.
 WorkflowLifecycleStage WorkflowLifecycle.getStageForWorkflow(String status)
          Gets the associated WorkflowLifecycleStage for a WorkflowInstance with a given status.
 

Methods in org.apache.oodt.cas.workflow.lifecycle with parameters of type WorkflowLifecycleStage
 void WorkflowLifecycle.addStage(WorkflowLifecycleStage stage)
          Adds a WorkflowStage to this WorkflowLifecycle.
 boolean WorkflowLifecycle.removeStage(WorkflowLifecycleStage stage)
          Removes the given WorkflowStage from this WorkflowLifecycle.
 



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