Package com.sforce.soap.partner
Class ProcessResult
java.lang.Object
com.sforce.soap.partner.ProcessResult
- All Implemented Interfaces:
IProcessResult,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 TypeMethodDescriptionString[]element : actorIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]element : entityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringError[]element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]element : instanceId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : instanceStatus of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringString[]element : newWorkitemIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]booleanelement : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetActorIds(XmlInputStream __in, TypeMapper __typeMapper) voidsetActorIds(String[] actorIds) protected voidsetEntityId(XmlInputStream __in, TypeMapper __typeMapper) voidsetEntityId(String entityId) voidprotected voidsetErrors(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetInstanceId(XmlInputStream __in, TypeMapper __typeMapper) voidsetInstanceId(String instanceId) protected voidsetInstanceStatus(XmlInputStream __in, TypeMapper __typeMapper) voidsetInstanceStatus(String instanceStatus) protected voidsetNewWorkitemIds(XmlInputStream __in, TypeMapper __typeMapper) voidsetNewWorkitemIds(String[] newWorkitemIds) voidsetSuccess(boolean success) protected voidsetSuccess(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ProcessResult
public ProcessResult()Constructor
-
-
Method Details
-
getActorIds
Description copied from interface:IProcessResultelement : actorIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]- Specified by:
getActorIdsin interfaceIProcessResult
-
setActorIds
- Specified by:
setActorIdsin interfaceIProcessResult
-
setActorIds
protected void setActorIds(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEntityId
Description copied from interface:IProcessResultelement : entityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getEntityIdin interfaceIProcessResult
-
setEntityId
- Specified by:
setEntityIdin interfaceIProcessResult
-
setEntityId
protected void setEntityId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getErrors
Description copied from interface:IProcessResultelement : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]- Specified by:
getErrorsin interfaceIProcessResult
-
setErrors
- Specified by:
setErrorsin interfaceIProcessResult
-
setErrors
protected void setErrors(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getInstanceId
Description copied from interface:IProcessResultelement : instanceId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getInstanceIdin interfaceIProcessResult
-
setInstanceId
- Specified by:
setInstanceIdin interfaceIProcessResult
-
setInstanceId
protected void setInstanceId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getInstanceStatus
Description copied from interface:IProcessResultelement : instanceStatus of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getInstanceStatusin interfaceIProcessResult
-
setInstanceStatus
- Specified by:
setInstanceStatusin interfaceIProcessResult
-
setInstanceStatus
protected void setInstanceStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNewWorkitemIds
Description copied from interface:IProcessResultelement : newWorkitemIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]- Specified by:
getNewWorkitemIdsin interfaceIProcessResult
-
setNewWorkitemIds
- Specified by:
setNewWorkitemIdsin interfaceIProcessResult
-
setNewWorkitemIds
protected void setNewWorkitemIds(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSuccess
public boolean getSuccess()Description copied from interface:IProcessResultelement : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getSuccessin interfaceIProcessResult
-
isSuccess
public boolean isSuccess()- Specified by:
isSuccessin interfaceIProcessResult
-
setSuccess
public void setSuccess(boolean success) - Specified by:
setSuccessin interfaceIProcessResult
-
setSuccess
protected void setSuccess(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- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-