public class ProcessSubmitRequest extends ProcessRequest implements IProcessSubmitRequest
| Constructor and Description |
|---|
ProcessSubmitRequest()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getObjectId()
element : objectId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
java.lang.String |
getProcessDefinitionNameOrId()
element : processDefinitionNameOrId of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.Boolean |
getSkipEntryCriteria()
element : skipEntryCriteria of type {http://www.w3.org/2001/XMLSchema}boolean
java type: java.lang.Boolean
|
java.lang.String |
getSubmitterId()
element : submitterId 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 |
setObjectId(java.lang.String objectId) |
protected void |
setObjectId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setProcessDefinitionNameOrId(java.lang.String processDefinitionNameOrId) |
protected void |
setProcessDefinitionNameOrId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSkipEntryCriteria(java.lang.Boolean skipEntryCriteria) |
protected void |
setSkipEntryCriteria(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSubmitterId(java.lang.String submitterId) |
protected void |
setSubmitterId(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 getObjectId()
IProcessSubmitRequestgetObjectId in interface IProcessSubmitRequestpublic void setObjectId(java.lang.String objectId)
setObjectId in interface IProcessSubmitRequestprotected void setObjectId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getSubmitterId()
IProcessSubmitRequestgetSubmitterId in interface IProcessSubmitRequestpublic void setSubmitterId(java.lang.String submitterId)
setSubmitterId in interface IProcessSubmitRequestprotected void setSubmitterId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getProcessDefinitionNameOrId()
IProcessSubmitRequestgetProcessDefinitionNameOrId in interface IProcessSubmitRequestpublic void setProcessDefinitionNameOrId(java.lang.String processDefinitionNameOrId)
setProcessDefinitionNameOrId in interface IProcessSubmitRequestprotected void setProcessDefinitionNameOrId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.Boolean getSkipEntryCriteria()
IProcessSubmitRequestgetSkipEntryCriteria in interface IProcessSubmitRequestpublic void setSkipEntryCriteria(java.lang.Boolean skipEntryCriteria)
setSkipEntryCriteria in interface IProcessSubmitRequestprotected void setSkipEntryCriteria(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.