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