public class WorkflowExternalConditionRequest extends WorkflowRequest implements Serializable
WorkflowExternalConditionRequest represents a workflow
condition that requires external
system to determine the result.| Constructor and Description |
|---|
WorkflowExternalConditionRequest() |
WorkflowExternalConditionRequest(Long id,
String workflowRuleName,
Long entityId,
WorkflowEntityType entityType,
WorkflowRequestType type,
WorkflowEvaluationStatus status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
WorkflowEvaluationStatus |
getStatus()
Gets the status value for this WorkflowExternalConditionRequest.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setStatus(WorkflowEvaluationStatus status)
Sets the status value for this WorkflowExternalConditionRequest.
|
String |
toString() |
getEntityId, getEntityType, getId, getType, getWorkflowRuleName, setEntityId, setEntityType, setId, setType, setWorkflowRuleNamepublic WorkflowExternalConditionRequest()
public WorkflowExternalConditionRequest(Long id, String workflowRuleName, Long entityId, WorkflowEntityType entityType, WorkflowRequestType type, WorkflowEvaluationStatus status)
public String toString()
toString in class WorkflowRequestpublic WorkflowEvaluationStatus getStatus()
WorkflowExternalConditionRequest.
This attribute is readonly.public void setStatus(WorkflowEvaluationStatus status)
status - * The status of the WorkflowExternalConditionRequest.
This attribute is readonly.public boolean equals(Object obj)
equals in class WorkflowRequestpublic int hashCode()
hashCode in class WorkflowRequestpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.