public class ProcessWorkitemRequest extends ProcessRequest implements Serializable
| Constructor and Description |
|---|
ProcessWorkitemRequest() |
ProcessWorkitemRequest(String comments,
String[] nextApproverIds,
String action,
String workitemId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAction()
Gets the action value for this ProcessWorkitemRequest.
|
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
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getWorkitemId()
Gets the workitemId value for this ProcessWorkitemRequest.
|
int |
hashCode() |
void |
setAction(String action)
Sets the action value for this ProcessWorkitemRequest.
|
void |
setWorkitemId(String workitemId)
Sets the workitemId value for this ProcessWorkitemRequest.
|
getComments, getNextApproverIds, getNextApproverIds, setComments, setNextApproverIds, setNextApproverIdspublic String getAction()
public void setAction(String action)
action - public String getWorkitemId()
public void setWorkitemId(String workitemId)
workitemId - public boolean equals(Object obj)
equals in class ProcessRequestpublic int hashCode()
hashCode in class ProcessRequestpublic 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.