public class ProcessResult extends Object implements com.sforce.ws.bind.XMLizable, IProcessResult
| Constructor and Description |
|---|
ProcessResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getActorIds()
element : actorIds of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String[]
|
String |
getEntityId()
element : entityId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
Error[] |
getErrors()
element : errors of type {urn:partner.soap.sforce.com}Error
java type: com.sforce.soap.partner.Error[]
|
String |
getInstanceId()
element : instanceId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
String |
getInstanceStatus()
element : instanceStatus of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String[] |
getNewWorkitemIds()
element : newWorkitemIds of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String[]
|
boolean |
getSuccess()
element : success of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isSuccess() |
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setActorIds(String[] actorIds) |
void |
setEntityId(String entityId) |
void |
setErrors(IError[] errors) |
void |
setInstanceId(String instanceId) |
void |
setInstanceStatus(String instanceStatus) |
void |
setNewWorkitemIds(String[] newWorkitemIds) |
void |
setSuccess(boolean success) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public String[] getActorIds()
IProcessResultgetActorIds in interface IProcessResultpublic void setActorIds(String[] actorIds)
setActorIds in interface IProcessResultpublic String getEntityId()
IProcessResultgetEntityId in interface IProcessResultpublic void setEntityId(String entityId)
setEntityId in interface IProcessResultpublic Error[] getErrors()
IProcessResultgetErrors in interface IProcessResultpublic void setErrors(IError[] errors)
setErrors in interface IProcessResultpublic String getInstanceId()
IProcessResultgetInstanceId in interface IProcessResultpublic void setInstanceId(String instanceId)
setInstanceId in interface IProcessResultpublic String getInstanceStatus()
IProcessResultgetInstanceStatus in interface IProcessResultpublic void setInstanceStatus(String instanceStatus)
setInstanceStatus in interface IProcessResultpublic String[] getNewWorkitemIds()
IProcessResultgetNewWorkitemIds in interface IProcessResultpublic void setNewWorkitemIds(String[] newWorkitemIds)
setNewWorkitemIds in interface IProcessResultpublic boolean getSuccess()
IProcessResultgetSuccess in interface IProcessResultpublic boolean isSuccess()
isSuccess in interface IProcessResultpublic void setSuccess(boolean success)
setSuccess in interface IProcessResultpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.