Uses of Class
org.apache.oodt.cas.workflow.structs.exceptions.EngineException

Packages that use EngineException
org.apache.oodt.cas.workflow.engine   
org.apache.oodt.cas.workflow.system   
 

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

Methods in org.apache.oodt.cas.workflow.engine that throw EngineException
 void NonBlockingThreadPoolWorkflowEngine.persistWorkflowInstance(WorkflowInstance wInst)
           
 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 EngineException in org.apache.oodt.cas.workflow.system
 

Methods in org.apache.oodt.cas.workflow.system that throw EngineException
 Hashtable XmlRpcWorkflowManager.getWorkflowInstanceById(String wInstId)
           
 Vector XmlRpcWorkflowManager.getWorkflowInstances()
           
 Vector XmlRpcWorkflowManager.getWorkflowInstancesByStatus(String status)
           
 boolean XmlRpcWorkflowManager.handleEvent(String eventName, Hashtable metadata)
           
static void XmlRpcWorkflowManagerClient.main(String[] args)
           
 



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