|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowTask | |
---|---|
org.apache.oodt.cas.workflow.repository | |
org.apache.oodt.cas.workflow.system | |
org.apache.oodt.cas.workflow.util |
Uses of WorkflowTask in org.apache.oodt.cas.workflow.repository |
---|
Methods in org.apache.oodt.cas.workflow.repository that return WorkflowTask | |
---|---|
WorkflowTask |
XMLWorkflowRepository.getWorkflowTaskById(String taskId)
|
WorkflowTask |
WorkflowRepository.getWorkflowTaskById(String taskId)
Returns the WorkflowTask with the given taskId . |
WorkflowTask |
DataSourceWorkflowRepository.getWorkflowTaskById(String taskId)
|
Uses of WorkflowTask in org.apache.oodt.cas.workflow.system |
---|
Methods in org.apache.oodt.cas.workflow.system that return WorkflowTask | |
---|---|
WorkflowTask |
XmlRpcWorkflowManagerClient.getTaskById(String taskId)
|
Uses of WorkflowTask in org.apache.oodt.cas.workflow.util |
---|
Methods in org.apache.oodt.cas.workflow.util that return WorkflowTask | |
---|---|
static WorkflowTask |
GenericWorkflowObjectFactory.copyTask(WorkflowTask t)
|
static WorkflowTask |
XmlStructFactory.getWorkflowTask(Node node,
HashMap conditions)
Constructs a new WorkflowTask from the given XML node and
HashMap of WorkflowCondition s. |
static WorkflowTask |
DbStructFactory.getWorkflowTask(ResultSet rs,
boolean setOrder)
|
static WorkflowTask |
XmlRpcStructFactory.getWorkflowTaskFromXmlRpc(Hashtable task)
Gets a WorkflowTask from an XML-RPC Hashtable sent over
the wire. |
Methods in org.apache.oodt.cas.workflow.util with parameters of type WorkflowTask | |
---|---|
static WorkflowTask |
GenericWorkflowObjectFactory.copyTask(WorkflowTask t)
|
static Hashtable |
XmlRpcStructFactory.getXmlRpcWorkflowTask(WorkflowTask t)
Gets an XML-RPC version of the WorkflowTask to send over the
wire. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |