public class WorkflowApprovalRequest extends WorkflowRequest implements Serializable
WorkflowApprovalRequest represents a workflow action
unit that requires user approval.| Constructor and Description |
|---|
WorkflowApprovalRequest() |
WorkflowApprovalRequest(Long id,
String workflowRuleName,
Long entityId,
WorkflowEntityType entityType,
String workflowRequestType,
WorkflowApprovalRequestStatus 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
|
WorkflowApprovalRequestStatus |
getStatus()
Gets the status value for this WorkflowApprovalRequest.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setStatus(WorkflowApprovalRequestStatus status)
Sets the status value for this WorkflowApprovalRequest.
|
getEntityId, getEntityType, getId, getWorkflowRequestType, getWorkflowRuleName, setEntityId, setEntityType, setId, setWorkflowRequestType, setWorkflowRuleNamepublic WorkflowApprovalRequest()
public WorkflowApprovalRequest(Long id, String workflowRuleName, Long entityId, WorkflowEntityType entityType, String workflowRequestType, WorkflowApprovalRequestStatus status)
public WorkflowApprovalRequestStatus getStatus()
WorkflowApprovalRequest. This attribute
is readonly.public void setStatus(WorkflowApprovalRequestStatus status)
status - * The status of the WorkflowApprovalRequest. 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 © 2014. All Rights Reserved.