Class ProcessResult

java.lang.Object
com.sforce.soap.partner.ProcessResult
All Implemented Interfaces:
IProcessResult, com.sforce.ws.bind.XMLizable

public class ProcessResult extends Object implements com.sforce.ws.bind.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
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    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.String
    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.String
    element : instanceStatus of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : newWorkitemIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
    boolean
    element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
     
    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)
     
    protected void
    setActorIds​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setActorIds​(String[] actorIds)
     
    protected void
    setEntityId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setEntityId​(String entityId)
     
    void
    setErrors​(IError[] errors)
     
    protected void
    setErrors​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setInstanceId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setInstanceId​(String instanceId)
     
    protected void
    setInstanceStatus​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setInstanceStatus​(String instanceStatus)
     
    protected void
    setNewWorkitemIds​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setNewWorkitemIds​(String[] newWorkitemIds)
     
    void
    setSuccess​(boolean success)
     
    protected void
    setSuccess​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ProcessResult

      public ProcessResult()
      Constructor
  • Method Details

    • getActorIds

      public String[] getActorIds()
      Description copied from interface: IProcessResult
      element : actorIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
      Specified by:
      getActorIds in interface IProcessResult
    • setActorIds

      public void setActorIds(String[] actorIds)
      Specified by:
      setActorIds in interface IProcessResult
    • setActorIds

      protected void setActorIds(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getEntityId

      public String getEntityId()
      Description copied from interface: IProcessResult
      element : entityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getEntityId in interface IProcessResult
    • setEntityId

      public void setEntityId(String entityId)
      Specified by:
      setEntityId in interface IProcessResult
    • setEntityId

      protected void setEntityId(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getErrors

      public Error[] getErrors()
      Description copied from interface: IProcessResult
      element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]
      Specified by:
      getErrors in interface IProcessResult
    • setErrors

      public void setErrors(IError[] errors)
      Specified by:
      setErrors in interface IProcessResult
    • setErrors

      protected void setErrors(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getInstanceId

      public String getInstanceId()
      Description copied from interface: IProcessResult
      element : instanceId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getInstanceId in interface IProcessResult
    • setInstanceId

      public void setInstanceId(String instanceId)
      Specified by:
      setInstanceId in interface IProcessResult
    • setInstanceId

      protected void setInstanceId(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getInstanceStatus

      public String getInstanceStatus()
      Description copied from interface: IProcessResult
      element : instanceStatus of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getInstanceStatus in interface IProcessResult
    • setInstanceStatus

      public void setInstanceStatus(String instanceStatus)
      Specified by:
      setInstanceStatus in interface IProcessResult
    • setInstanceStatus

      protected void setInstanceStatus(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getNewWorkitemIds

      public String[] getNewWorkitemIds()
      Description copied from interface: IProcessResult
      element : newWorkitemIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
      Specified by:
      getNewWorkitemIds in interface IProcessResult
    • setNewWorkitemIds

      public void setNewWorkitemIds(String[] newWorkitemIds)
      Specified by:
      setNewWorkitemIds in interface IProcessResult
    • setNewWorkitemIds

      protected void setNewWorkitemIds(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getSuccess

      public boolean getSuccess()
      Description copied from interface: IProcessResult
      element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getSuccess in interface IProcessResult
    • isSuccess

      public boolean isSuccess()
      Specified by:
      isSuccess in interface IProcessResult
    • setSuccess

      public void setSuccess(boolean success)
      Specified by:
      setSuccess in interface IProcessResult
    • setSuccess

      protected void setSuccess(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • write

      public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
    • writeFields

      protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Throws:
      IOException
    • load

      public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Specified by:
      load in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • loadFields

      protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class Object