Package com.sforce.soap.partner
Class ProcessSubmitRequest
- java.lang.Object
-
- com.sforce.soap.partner.ProcessRequest
-
- com.sforce.soap.partner.ProcessSubmitRequest
-
- All Implemented Interfaces:
IProcessRequest,IProcessSubmitRequest,XMLizable
public class ProcessSubmitRequest extends ProcessRequest implements IProcessSubmitRequest
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description ProcessSubmitRequest()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetObjectId()element : objectId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetProcessDefinitionNameOrId()element : processDefinitionNameOrId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringBooleangetSkipEntryCriteria()element : skipEntryCriteria of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanStringgetSubmitterId()element : submitterId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringvoidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetObjectId(XmlInputStream __in, TypeMapper __typeMapper)voidsetObjectId(String objectId)protected voidsetProcessDefinitionNameOrId(XmlInputStream __in, TypeMapper __typeMapper)voidsetProcessDefinitionNameOrId(String processDefinitionNameOrId)protected voidsetSkipEntryCriteria(XmlInputStream __in, TypeMapper __typeMapper)voidsetSkipEntryCriteria(Boolean skipEntryCriteria)protected voidsetSubmitterId(XmlInputStream __in, TypeMapper __typeMapper)voidsetSubmitterId(String submitterId)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)-
Methods inherited from class com.sforce.soap.partner.ProcessRequest
getComments, getNextApproverIds, setComments, setComments, setNextApproverIds, setNextApproverIds
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.sforce.soap.partner.IProcessRequest
getComments, getNextApproverIds, setComments, setNextApproverIds
-
-
-
-
Method Detail
-
getObjectId
public String getObjectId()
Description copied from interface:IProcessSubmitRequestelement : objectId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getObjectIdin interfaceIProcessSubmitRequest
-
setObjectId
public void setObjectId(String objectId)
- Specified by:
setObjectIdin interfaceIProcessSubmitRequest
-
setObjectId
protected void setObjectId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSubmitterId
public String getSubmitterId()
Description copied from interface:IProcessSubmitRequestelement : submitterId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getSubmitterIdin interfaceIProcessSubmitRequest
-
setSubmitterId
public void setSubmitterId(String submitterId)
- Specified by:
setSubmitterIdin interfaceIProcessSubmitRequest
-
setSubmitterId
protected void setSubmitterId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getProcessDefinitionNameOrId
public String getProcessDefinitionNameOrId()
Description copied from interface:IProcessSubmitRequestelement : processDefinitionNameOrId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getProcessDefinitionNameOrIdin interfaceIProcessSubmitRequest
-
setProcessDefinitionNameOrId
public void setProcessDefinitionNameOrId(String processDefinitionNameOrId)
- Specified by:
setProcessDefinitionNameOrIdin interfaceIProcessSubmitRequest
-
setProcessDefinitionNameOrId
protected void setProcessDefinitionNameOrId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSkipEntryCriteria
public Boolean getSkipEntryCriteria()
Description copied from interface:IProcessSubmitRequestelement : skipEntryCriteria of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean- Specified by:
getSkipEntryCriteriain interfaceIProcessSubmitRequest
-
setSkipEntryCriteria
public void setSkipEntryCriteria(Boolean skipEntryCriteria)
- Specified by:
setSkipEntryCriteriain interfaceIProcessSubmitRequest
-
setSkipEntryCriteria
protected void setSkipEntryCriteria(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classProcessRequest- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classProcessRequest- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classProcessRequest- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classProcessRequest- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classProcessRequest
-
-