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
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelement : objectId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : processDefinitionNameOrId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : skipEntryCriteria of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanelement : 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) toString()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, setNextApproverIdsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sforce.soap.partner.IProcessRequest
getComments, getNextApproverIds, setComments, setNextApproverIds
-
Constructor Details
-
ProcessSubmitRequest
public ProcessSubmitRequest()Constructor
-
-
Method Details
-
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
- Specified by:
setObjectIdin interfaceIProcessSubmitRequest
-
setObjectId
protected void setObjectId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setSubmitterIdin interfaceIProcessSubmitRequest
-
setSubmitterId
protected void setSubmitterId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setProcessDefinitionNameOrIdin interfaceIProcessSubmitRequest
-
setProcessDefinitionNameOrId
protected void setProcessDefinitionNameOrId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
- Overrides:
toStringin classProcessRequest
-