com.sforce.soap.partner
Class ProcessWorkitemRequest

java.lang.Object
  extended by com.sforce.soap.partner.ProcessRequest
      extended by com.sforce.soap.partner.ProcessWorkitemRequest
All Implemented Interfaces:
java.io.Serializable

public class ProcessWorkitemRequest
extends ProcessRequest
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ProcessWorkitemRequest()
           
ProcessWorkitemRequest(java.lang.String comments, java.lang.String[] nextApproverIds, java.lang.String action, java.lang.String workitemId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAction()
          Gets the action value for this ProcessWorkitemRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getWorkitemId()
          Gets the workitemId value for this ProcessWorkitemRequest.
 int hashCode()
           
 void setAction(java.lang.String action)
          Sets the action value for this ProcessWorkitemRequest.
 void setWorkitemId(java.lang.String workitemId)
          Sets the workitemId value for this ProcessWorkitemRequest.
 
Methods inherited from class com.sforce.soap.partner.ProcessRequest
getComments, getNextApproverIds, getNextApproverIds, setComments, setNextApproverIds, setNextApproverIds
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessWorkitemRequest

public ProcessWorkitemRequest()

ProcessWorkitemRequest

public ProcessWorkitemRequest(java.lang.String comments,
                              java.lang.String[] nextApproverIds,
                              java.lang.String action,
                              java.lang.String workitemId)
Method Detail

getAction

public java.lang.String getAction()
Gets the action value for this ProcessWorkitemRequest.

Returns:
action

setAction

public void setAction(java.lang.String action)
Sets the action value for this ProcessWorkitemRequest.

Parameters:
action -

getWorkitemId

public java.lang.String getWorkitemId()
Gets the workitemId value for this ProcessWorkitemRequest.

Returns:
workitemId

setWorkitemId

public void setWorkitemId(java.lang.String workitemId)
Sets the workitemId value for this ProcessWorkitemRequest.

Parameters:
workitemId -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ProcessRequest

hashCode

public int hashCode()
Overrides:
hashCode in class ProcessRequest

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2009. All Rights Reserved.