| java.lang.Object |
| ↳ |
com.sforce.soap.partner.ProcessResult |
Class Overview
Generated class, please do not edit.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.sforce.ws.bind.XMLizable
|
Fields
private
String[]
actorIds
private
boolean
actorIds__is_set
private
static
final
TypeInfo
actorIds__typeInfo
element : actorIds of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String[]
private
boolean
entityId__is_set
private
static
final
TypeInfo
entityId__typeInfo
element : entityId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
private
boolean
errors__is_set
private
static
final
TypeInfo
errors__typeInfo
element : errors of type {urn:partner.soap.sforce.com}Error
java type: com.sforce.soap.partner.Error[]
private
String
instanceId
private
boolean
instanceId__is_set
private
static
final
TypeInfo
instanceId__typeInfo
element : instanceId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
private
String
instanceStatus
private
boolean
instanceStatus__is_set
private
static
final
TypeInfo
instanceStatus__typeInfo
element : instanceStatus of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
private
String[]
newWorkitemIds
private
boolean
newWorkitemIds__is_set
private
static
final
TypeInfo
newWorkitemIds__typeInfo
element : newWorkitemIds of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String[]
private
boolean
success__is_set
private
static
final
TypeInfo
success__typeInfo
element : success of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
Public Constructors
Public Methods
public
String[]
getActorIds
()
public
String
getEntityId
()
public
String
getInstanceId
()
public
String
getInstanceStatus
()
public
String[]
getNewWorkitemIds
()
public
boolean
getSuccess
()
public
boolean
isSuccess
()
load the fileds/children from the specified xml stream
Parameters
| __in
| Xml input stream from which the data is read |
| __typeMapper
| Type mapper to be used |
public
void
setActorIds
(String[] actorIds)
public
void
setEntityId
(String entityId)
public
void
setErrors
(Error[] errors)
public
void
setInstanceId
(String instanceId)
public
void
setInstanceStatus
(String instanceStatus)
public
void
setNewWorkitemIds
(String[] newWorkitemIds)
public
void
setSuccess
(boolean success)
public
String
toString
()
public
void
write
(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)
write this instace as xml.
Parameters
| __element
| Xml element name |
| __out
| Xml output stream |
| __typeMapper
| Type mapper to be used |
Protected Methods