com.sforce.soap.partner
Class ProcessResult

java.lang.Object
  extended by com.sforce.soap.partner.ProcessResult

public class ProcessResult
extends Object

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

actorIds

protected List<String> actorIds

entityId

protected String entityId

errors

protected List<Error> errors

instanceId

protected String instanceId

instanceStatus

protected String instanceStatus

newWorkitemIds

protected List<String> newWorkitemIds

success

protected boolean success
Constructor Detail

ProcessResult

public ProcessResult()
Method Detail

getActorIds

public List<String> getActorIds()
Gets the value of the actorIds property.

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


getEntityId

public String getEntityId()
Gets the value of the entityId property.

Returns:
possible object is String

setEntityId

public void setEntityId(String value)
Sets the value of the entityId property.

Parameters:
value - allowed object is String

getErrors

public List<Error> getErrors()
Gets the value of the errors property.

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


getInstanceId

public String getInstanceId()
Gets the value of the instanceId property.

Returns:
possible object is String

setInstanceId

public void setInstanceId(String value)
Sets the value of the instanceId property.

Parameters:
value - allowed object is String

getInstanceStatus

public String getInstanceStatus()
Gets the value of the instanceStatus property.

Returns:
possible object is String

setInstanceStatus

public void setInstanceStatus(String value)
Sets the value of the instanceStatus property.

Parameters:
value - allowed object is String

getNewWorkitemIds

public List<String> getNewWorkitemIds()
Gets the value of the newWorkitemIds property.

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


isSuccess

public boolean isSuccess()
Gets the value of the success property.


setSuccess

public void setSuccess(boolean value)
Sets the value of the success property.



Copyright © 2012. All Rights Reserved.