Package com.sforce.soap.partner
Class ProcessResult
- java.lang.Object
-
- com.sforce.soap.partner.ProcessResult
-
- All Implemented Interfaces:
IProcessResult,XMLizable
public class ProcessResult extends Object implements XMLizable, IProcessResult
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 ProcessResult()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getActorIds()element : actorIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]StringgetEntityId()element : entityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringError[]getErrors()element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]StringgetInstanceId()element : instanceId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetInstanceStatus()element : instanceStatus of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringString[]getNewWorkitemIds()element : newWorkitemIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]booleangetSuccess()element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisSuccess()voidload(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)voidsetErrors(IError[] errors)protected 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)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getActorIds
public String[] 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
public void setActorIds(String[] actorIds)
- Specified by:
setActorIdsin interfaceIProcessResult
-
setActorIds
protected void setActorIds(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEntityId
public String 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
public void setEntityId(String entityId)
- Specified by:
setEntityIdin interfaceIProcessResult
-
setEntityId
protected void setEntityId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getErrors
public Error[] 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
public void setErrors(IError[] errors)
- Specified by:
setErrorsin interfaceIProcessResult
-
setErrors
protected void setErrors(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getInstanceId
public String 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
public void setInstanceId(String instanceId)
- Specified by:
setInstanceIdin interfaceIProcessResult
-
setInstanceId
protected void setInstanceId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getInstanceStatus
public String 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
public void setInstanceStatus(String instanceStatus)
- Specified by:
setInstanceStatusin interfaceIProcessResult
-
setInstanceStatus
protected void setInstanceStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNewWorkitemIds
public String[] 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
public void setNewWorkitemIds(String[] newWorkitemIds)
- 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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-