public class ProcessResult extends Object implements Serializable
Constructor and Description |
---|
ProcessResult() |
ProcessResult(String[] actorIds,
String entityId,
Error[] errors,
String instanceId,
String instanceStatus,
String[] newWorkitemIds,
boolean success) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String[] |
getActorIds()
Gets the actorIds value for this ProcessResult.
|
String |
getActorIds(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getEntityId()
Gets the entityId value for this ProcessResult.
|
Error[] |
getErrors()
Gets the errors value for this ProcessResult.
|
Error |
getErrors(int i) |
String |
getInstanceId()
Gets the instanceId value for this ProcessResult.
|
String |
getInstanceStatus()
Gets the instanceStatus value for this ProcessResult.
|
String[] |
getNewWorkitemIds()
Gets the newWorkitemIds value for this ProcessResult.
|
String |
getNewWorkitemIds(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isSuccess()
Gets the success value for this ProcessResult.
|
void |
setActorIds(int i,
String _value) |
void |
setActorIds(String[] actorIds)
Sets the actorIds value for this ProcessResult.
|
void |
setEntityId(String entityId)
Sets the entityId value for this ProcessResult.
|
void |
setErrors(Error[] errors)
Sets the errors value for this ProcessResult.
|
void |
setErrors(int i,
Error _value) |
void |
setInstanceId(String instanceId)
Sets the instanceId value for this ProcessResult.
|
void |
setInstanceStatus(String instanceStatus)
Sets the instanceStatus value for this ProcessResult.
|
void |
setNewWorkitemIds(int i,
String _value) |
void |
setNewWorkitemIds(String[] newWorkitemIds)
Sets the newWorkitemIds value for this ProcessResult.
|
void |
setSuccess(boolean success)
Sets the success value for this ProcessResult.
|
public String[] getActorIds()
public void setActorIds(String[] actorIds)
actorIds
- public String getActorIds(int i)
public void setActorIds(int i, String _value)
public String getEntityId()
public void setEntityId(String entityId)
entityId
- public Error[] getErrors()
public void setErrors(Error[] errors)
errors
- public Error getErrors(int i)
public void setErrors(int i, Error _value)
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId
- public String getInstanceStatus()
public void setInstanceStatus(String instanceStatus)
instanceStatus
- public String[] getNewWorkitemIds()
public void setNewWorkitemIds(String[] newWorkitemIds)
newWorkitemIds
- public String getNewWorkitemIds(int i)
public void setNewWorkitemIds(int i, String _value)
public boolean isSuccess()
public void setSuccess(boolean success)
success
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.