public abstract class WorkflowRequest extends Object implements Serializable
WorkflowRequest represents a workflow action unit that
requires external or manual
interference.| Constructor and Description |
|---|
WorkflowRequest() |
WorkflowRequest(Long id,
String workflowRuleName,
Long entityId,
WorkflowEntityType entityType,
WorkflowRequestType type) |
| 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
|
Long |
getEntityId()
Gets the entityId value for this WorkflowRequest.
|
WorkflowEntityType |
getEntityType()
Gets the entityType value for this WorkflowRequest.
|
Long |
getId()
Gets the id value for this WorkflowRequest.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
WorkflowRequestType |
getType()
Gets the type value for this WorkflowRequest.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getWorkflowRuleName()
Gets the workflowRuleName value for this WorkflowRequest.
|
int |
hashCode() |
void |
setEntityId(Long entityId)
Sets the entityId value for this WorkflowRequest.
|
void |
setEntityType(WorkflowEntityType entityType)
Sets the entityType value for this WorkflowRequest.
|
void |
setId(Long id)
Sets the id value for this WorkflowRequest.
|
void |
setType(WorkflowRequestType type)
Sets the type value for this WorkflowRequest.
|
void |
setWorkflowRuleName(String workflowRuleName)
Sets the workflowRuleName value for this WorkflowRequest.
|
String |
toString() |
public WorkflowRequest()
public WorkflowRequest(Long id, String workflowRuleName, Long entityId, WorkflowEntityType entityType, WorkflowRequestType type)
public Long getId()
public void setId(Long id)
id - * The unique ID of the workflow request. This attribute is readonly
and is assigned by Google.public String getWorkflowRuleName()
public void setWorkflowRuleName(String workflowRuleName)
workflowRuleName - * The name of the workflow rule that generated the request. This
attribute is readonly and is
assigned by Google.public Long getEntityId()
public void setEntityId(Long entityId)
entityId - * The ID of entity associated to this workflow request.public WorkflowEntityType getEntityType()
WorkflowEntityType associated to this workflow
request.public void setEntityType(WorkflowEntityType entityType)
entityType - * The WorkflowEntityType associated to this workflow
request.public WorkflowRequestType getType()
WorkflowRequestType of this workflow request. This
attribute is readonly and is
assigned by Google.public void setType(WorkflowRequestType type)
type - * The WorkflowRequestType of this workflow request. This
attribute is readonly and is
assigned by Google.public 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.