Package com.sforce.soap.partner
Interface IProcessSubmitRequest
- All Superinterfaces:
IProcessRequest
- All Known Implementing Classes:
ProcessSubmitRequest
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
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.StringvoidsetObjectId(String objectId) voidsetProcessDefinitionNameOrId(String processDefinitionNameOrId) voidsetSkipEntryCriteria(Boolean skipEntryCriteria) voidsetSubmitterId(String submitterId) Methods inherited from interface com.sforce.soap.partner.IProcessRequest
getComments, getNextApproverIds, setComments, setNextApproverIds
-
Method Details
-
getObjectId
String getObjectId()element : objectId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setObjectId
-
getSubmitterId
String getSubmitterId()element : submitterId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setSubmitterId
-
getProcessDefinitionNameOrId
String getProcessDefinitionNameOrId()element : processDefinitionNameOrId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setProcessDefinitionNameOrId
-
getSkipEntryCriteria
Boolean getSkipEntryCriteria()element : skipEntryCriteria of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean -
setSkipEntryCriteria
-