|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WorkflowCondition in org.apache.oodt.cas.webcomponents.workflow |
|---|
| Methods in org.apache.oodt.cas.webcomponents.workflow that return WorkflowCondition | |
|---|---|
WorkflowCondition |
WorkflowMgrConn.safeGetConditionById(String conditionId)
|
| Uses of WorkflowCondition in org.apache.oodt.cas.workflow.repository |
|---|
| Methods in org.apache.oodt.cas.workflow.repository that return WorkflowCondition | |
|---|---|
WorkflowCondition |
PackagedWorkflowRepository.getWorkflowConditionById(String conditionId)
|
WorkflowCondition |
XMLWorkflowRepository.getWorkflowConditionById(String conditionId)
|
WorkflowCondition |
WorkflowRepository.getWorkflowConditionById(String conditionId)
Returns the WorkflowCondition with the given
conditionId. |
WorkflowCondition |
DataSourceWorkflowRepository.getWorkflowConditionById(String conditionId)
|
| Methods in org.apache.oodt.cas.workflow.repository that return types with arguments of type WorkflowCondition | |
|---|---|
List<WorkflowCondition> |
DataSourceWorkflowRepository.getConditions()
|
List<WorkflowCondition> |
PackagedWorkflowRepository.getConditionsByWorkflowId(String workflowId)
|
List<WorkflowCondition> |
XMLWorkflowRepository.getConditionsByWorkflowId(String workflowId)
|
List<WorkflowCondition> |
WorkflowRepository.getConditionsByWorkflowId(String workflowId)
Gets the associated WorkflowConditions for this Workflow
specified by its workflowId. |
List<WorkflowCondition> |
DataSourceWorkflowRepository.getConditionsByWorkflowId(String workflowId)
|
| Uses of WorkflowCondition in org.apache.oodt.cas.workflow.structs |
|---|
| Fields in org.apache.oodt.cas.workflow.structs with type parameters of type WorkflowCondition | |
|---|---|
protected List<WorkflowCondition> |
WorkflowTask.postConditions
|
protected List<WorkflowCondition> |
WorkflowTask.preConditions
|
| Methods in org.apache.oodt.cas.workflow.structs that return WorkflowCondition | |
|---|---|
WorkflowCondition |
Graph.getCond()
|
| Methods in org.apache.oodt.cas.workflow.structs that return types with arguments of type WorkflowCondition | |
|---|---|
List<WorkflowCondition> |
Workflow.getConditions()
Deprecated. |
List<WorkflowCondition> |
WorkflowTask.getPostConditions()
|
List<WorkflowCondition> |
Workflow.getPostConditions()
|
List<WorkflowCondition> |
WorkflowTask.getPreConditions()
|
List<WorkflowCondition> |
Workflow.getPreConditions()
|
| Methods in org.apache.oodt.cas.workflow.structs with parameters of type WorkflowCondition | |
|---|---|
void |
Graph.setCond(WorkflowCondition cond)
|
| Method parameters in org.apache.oodt.cas.workflow.structs with type arguments of type WorkflowCondition | |
|---|---|
void |
Workflow.setConditions(List<WorkflowCondition> conditions)
Deprecated. |
void |
WorkflowTask.setPostConditions(List<WorkflowCondition> postConditions)
|
void |
Workflow.setPostConditions(List<WorkflowCondition> postConditions)
|
void |
WorkflowTask.setPreConditions(List<WorkflowCondition> preConditions)
|
void |
Workflow.setPreConditions(List<WorkflowCondition> preConditions)
|
| Constructor parameters in org.apache.oodt.cas.workflow.structs with type arguments of type WorkflowCondition | |
|---|---|
Workflow(String name,
String id,
List<WorkflowTask> tasks,
List<WorkflowCondition> conditions)
Deprecated. |
|
Workflow(String name,
String id,
List<WorkflowTask> tasks,
List<WorkflowCondition> preConditions,
List<WorkflowCondition> postConditions)
|
|
Workflow(String name,
String id,
List<WorkflowTask> tasks,
List<WorkflowCondition> preConditions,
List<WorkflowCondition> postConditions)
|
|
WorkflowTask(String taskId,
String taskName,
WorkflowTaskConfiguration taskConfig,
List<WorkflowCondition> preConditions,
List<WorkflowCondition> postConditions,
List<String> requiredMetFields,
String taskInstanceClassName,
Date startDate,
Date endDate,
int order)
Constructs a new WorkflowTask. |
|
WorkflowTask(String taskId,
String taskName,
WorkflowTaskConfiguration taskConfig,
List<WorkflowCondition> preConditions,
List<WorkflowCondition> postConditions,
List<String> requiredMetFields,
String taskInstanceClassName,
Date startDate,
Date endDate,
int order)
Constructs a new WorkflowTask. |
|
| 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 | |||||||||