public class ProcessWorkitemRequest extends ProcessRequest implements IProcessWorkitemRequest
| Constructor and Description |
|---|
ProcessWorkitemRequest()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction()
element : action of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getWorkitemId()
element : workitemId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAction(java.lang.String action) |
protected void |
setAction(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setWorkitemId(java.lang.String workitemId) |
protected void |
setWorkitemId(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getComments, getNextApproverIds, setComments, setComments, setNextApproverIds, setNextApproverIdsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComments, getNextApproverIds, setComments, setNextApproverIdspublic java.lang.String getAction()
IProcessWorkitemRequestgetAction in interface IProcessWorkitemRequestpublic void setAction(java.lang.String action)
setAction in interface IProcessWorkitemRequestprotected void setAction(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getWorkitemId()
IProcessWorkitemRequestgetWorkitemId in interface IProcessWorkitemRequestpublic void setWorkitemId(java.lang.String workitemId)
setWorkitemId in interface IProcessWorkitemRequestprotected void setWorkitemId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
write in interface XMLizablewrite in class ProcessRequestjava.io.IOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
writeFields in class ProcessRequestjava.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizableload in class ProcessRequestjava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
loadFields in class ProcessRequestjava.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class ProcessRequestCopyright © 2020. All Rights Reserved.