|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.ProcessResult
public class ProcessResult
Java class for ProcessResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessResult"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="actorIds" type="{urn:partner.soap.sforce.com}ID" maxOccurs="unbounded" minOccurs="0"/> <element name="entityId" type="{urn:partner.soap.sforce.com}ID"/> <element name="errors" type="{urn:partner.soap.sforce.com}Error" maxOccurs="unbounded" minOccurs="0"/> <element name="instanceId" type="{urn:partner.soap.sforce.com}ID"/> <element name="instanceStatus" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="newWorkitemIds" type="{urn:partner.soap.sforce.com}ID" maxOccurs="unbounded" minOccurs="0"/> <element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<String> |
actorIds
|
protected String |
entityId
|
protected List<Error> |
errors
|
protected String |
instanceId
|
protected String |
instanceStatus
|
protected List<String> |
newWorkitemIds
|
protected boolean |
success
|
Constructor Summary | |
---|---|
ProcessResult()
|
Method Summary | |
---|---|
List<String> |
getActorIds()
Gets the value of the actorIds property. |
String |
getEntityId()
Gets the value of the entityId property. |
List<Error> |
getErrors()
Gets the value of the errors property. |
String |
getInstanceId()
Gets the value of the instanceId property. |
String |
getInstanceStatus()
Gets the value of the instanceStatus property. |
List<String> |
getNewWorkitemIds()
Gets the value of the newWorkitemIds property. |
boolean |
isSuccess()
Gets the value of the success property. |
void |
setEntityId(String value)
Sets the value of the entityId property. |
void |
setInstanceId(String value)
Sets the value of the instanceId property. |
void |
setInstanceStatus(String value)
Sets the value of the instanceStatus property. |
void |
setSuccess(boolean value)
Sets the value of the success property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<String> actorIds
protected String entityId
protected List<Error> errors
protected String instanceId
protected String instanceStatus
protected List<String> newWorkitemIds
protected boolean success
Constructor Detail |
---|
public ProcessResult()
Method Detail |
---|
public List<String> getActorIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the actorIds property.
For example, to add a new item, do as follows:
getActorIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getEntityId()
String
public void setEntityId(String value)
value
- allowed object is
String
public List<Error> getErrors()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the errors property.
For example, to add a new item, do as follows:
getErrors().add(newItem);
Objects of the following type(s) are allowed in the list
Error
public String getInstanceId()
String
public void setInstanceId(String value)
value
- allowed object is
String
public String getInstanceStatus()
String
public void setInstanceStatus(String value)
value
- allowed object is
String
public List<String> getNewWorkitemIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the newWorkitemIds property.
For example, to add a new item, do as follows:
getNewWorkitemIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSuccess()
public void setSuccess(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |