|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.oodt.cas.workflow.structs.WorkflowCondition
public class WorkflowCondition
A WorkflowCondition is some pre-condition that must evaluate to true in order
for a particular WorkflowTask
to be permitted to execute .
Field Summary | |
---|---|
protected WorkflowConditionConfiguration |
condConfig
|
protected String |
conditionInstanceClassName
|
protected int |
order
|
Constructor Summary | |
---|---|
WorkflowCondition()
Default Constructor |
|
WorkflowCondition(String conditionName,
String conditionId,
String instanceClass,
int order)
Constructs a new WorkflowCondition with the specified parameters. |
Method Summary | |
---|---|
WorkflowConditionConfiguration |
getCondConfig()
|
String |
getConditionId()
|
String |
getConditionInstanceClassName()
|
String |
getConditionName()
|
int |
getOrder()
|
WorkflowConditionConfiguration |
getTaskConfig()
Deprecated. |
void |
setCondConfig(WorkflowConditionConfiguration condConfig)
|
void |
setConditionId(String conditionId)
|
void |
setConditionInstanceClassName(String conditionInstanceClassName)
|
void |
setConditionName(String conditionName)
|
void |
setOrder(int order)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String conditionInstanceClassName
protected int order
protected WorkflowConditionConfiguration condConfig
Constructor Detail |
---|
public WorkflowCondition()
Default Constructor
public WorkflowCondition(String conditionName, String conditionId, String instanceClass, int order)
Constructs a new WorkflowCondition with the specified parameters.
conditionName
- The display name of the condition.conditionId
- The ID for this condition.instanceClass
- The particular instance class name attached to this
WorkflowCondition.order
- The order in which this condition should be checked for a
particular WorkflowTask.Method Detail |
---|
@Deprecated public WorkflowConditionConfiguration getTaskConfig()
public void setCondConfig(WorkflowConditionConfiguration condConfig)
taskConfig
- The taskConfig to set.public WorkflowConditionConfiguration getCondConfig()
public String getConditionId()
public void setConditionId(String conditionId)
conditionId
- The conditionId to set.public String getConditionName()
public void setConditionName(String conditionName)
conditionName
- The conditionName to set.public String getConditionInstanceClassName()
public void setConditionInstanceClassName(String conditionInstanceClassName)
conditionInstanceClassName
- The conditionInstanceClassName to set.public int getOrder()
public void setOrder(int order)
order
- The order to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |