public class ProgressRule extends Object implements Serializable
| Constructor and Description |
|---|
ProgressRule() |
ProgressRule(ProgressAction[] actions,
String name,
WorkflowEvaluationStatus evaluationStatus,
DateTime evaluationTime,
Boolean isExternal) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ProgressAction[] |
getActions()
Gets the actions value for this ProgressRule.
|
ProgressAction |
getActions(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
WorkflowEvaluationStatus |
getEvaluationStatus()
Gets the evaluationStatus value for this ProgressRule.
|
DateTime |
getEvaluationTime()
Gets the evaluationTime value for this ProgressRule.
|
Boolean |
getIsExternal()
Gets the isExternal value for this ProgressRule.
|
String |
getName()
Gets the name value for this ProgressRule.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setActions(int i,
ProgressAction _value) |
void |
setActions(ProgressAction[] actions)
Sets the actions value for this ProgressRule.
|
void |
setEvaluationStatus(WorkflowEvaluationStatus evaluationStatus)
Sets the evaluationStatus value for this ProgressRule.
|
void |
setEvaluationTime(DateTime evaluationTime)
Sets the evaluationTime value for this ProgressRule.
|
void |
setIsExternal(Boolean isExternal)
Sets the isExternal value for this ProgressRule.
|
void |
setName(String name)
Sets the name value for this ProgressRule.
|
String |
toString() |
public ProgressRule()
public ProgressRule(ProgressAction[] actions, String name, WorkflowEvaluationStatus evaluationStatus, DateTime evaluationTime, Boolean isExternal)
public ProgressAction[] getActions()
public void setActions(ProgressAction[] actions)
actions - * Pending or completed actions for this rule.public ProgressAction getActions(int i)
public void setActions(int i,
ProgressAction _value)
public String getName()
public void setName(String name)
name - * The name of this rule.public WorkflowEvaluationStatus getEvaluationStatus()
public void setEvaluationStatus(WorkflowEvaluationStatus evaluationStatus)
evaluationStatus - * The status of this rule.public DateTime getEvaluationTime()
DateTime this rule was evaluated.public void setEvaluationTime(DateTime evaluationTime)
evaluationTime - * The DateTime this rule was evaluated.public Boolean getIsExternal()
public void setIsExternal(Boolean isExternal)
isExternal - * Whether this rule is evaluated by external system.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.