|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowCondition | |
---|---|
org.apache.oodt.cas.workflow.repository | |
org.apache.oodt.cas.workflow.system | |
org.apache.oodt.cas.workflow.util |
Uses of WorkflowCondition in org.apache.oodt.cas.workflow.repository |
---|
Methods in org.apache.oodt.cas.workflow.repository that return WorkflowCondition | |
---|---|
WorkflowCondition |
XMLWorkflowRepository.getWorkflowConditionById(String conditionId)
|
WorkflowCondition |
WorkflowRepository.getWorkflowConditionById(String conditionId)
Returns the WorkflowCondition with the given conditionId . |
WorkflowCondition |
DataSourceWorkflowRepository.getWorkflowConditionById(String conditionId)
|
Uses of WorkflowCondition in org.apache.oodt.cas.workflow.system |
---|
Methods in org.apache.oodt.cas.workflow.system that return WorkflowCondition | |
---|---|
WorkflowCondition |
XmlRpcWorkflowManagerClient.getConditionById(String conditionId)
|
Uses of WorkflowCondition in org.apache.oodt.cas.workflow.util |
---|
Methods in org.apache.oodt.cas.workflow.util that return WorkflowCondition | |
---|---|
static WorkflowCondition |
GenericWorkflowObjectFactory.copyCondition(WorkflowCondition c)
|
static WorkflowCondition |
XmlStructFactory.getWorkflowCondition(Node node)
Constructs a new WorkflowCondition from the given XML Node. |
static WorkflowCondition |
DbStructFactory.getWorkflowCondition(ResultSet rs,
boolean setOrder)
|
static WorkflowCondition |
XmlRpcStructFactory.getWorkflowConditionFromXmlRpc(Hashtable cond)
Gets a WorkflowCondition from an XML-RPC Hashtable . |
Methods in org.apache.oodt.cas.workflow.util with parameters of type WorkflowCondition | |
---|---|
static WorkflowCondition |
GenericWorkflowObjectFactory.copyCondition(WorkflowCondition c)
|
static Hashtable |
XmlRpcStructFactory.getXmlRpcWorkflowCondition(WorkflowCondition c)
Gets an XML-RPC Hashtable representation of the
WorkflowCondition to send over the wire. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |