public class WorkflowAction extends Object implements Serializable
WorkflowAction represents an executable in a workflow,
such as requesting approval or
sending notification. When the workflow has executed to
a round, all of its actions will start.| Constructor and Description |
|---|
WorkflowAction() |
WorkflowAction(Long id,
String name,
long[] userIds,
WorkflowActionType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getId()
Gets the id value for this WorkflowAction.
|
String |
getName()
Gets the name value for this WorkflowAction.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
WorkflowActionType |
getType()
Gets the type value for this WorkflowAction.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long[] |
getUserIds()
Gets the userIds value for this WorkflowAction.
|
long |
getUserIds(int i) |
int |
hashCode() |
void |
setId(Long id)
Sets the id value for this WorkflowAction.
|
void |
setName(String name)
Sets the name value for this WorkflowAction.
|
void |
setType(WorkflowActionType type)
Sets the type value for this WorkflowAction.
|
void |
setUserIds(int i,
long _value) |
void |
setUserIds(long[] userIds)
Sets the userIds value for this WorkflowAction.
|
public WorkflowAction()
public WorkflowAction(Long id, String name, long[] userIds, WorkflowActionType type)
public Long getId()
WorkflowAction. This attribute
is readonly and
is assigned by Google.public void setId(Long id)
id - * The unique ID of the WorkflowAction. This attribute
is readonly and
is assigned by Google.public String getName()
WorkflowAction. This attribute is required
and has a maximum length of
255 characters.public void setName(String name)
name - * The name of the WorkflowAction. This attribute is required
and has a maximum length of
255 characters.public long[] getUserIds()
users who are able to perform the WorkflowAction.
This attribute is
required and has a maximum size of 100.public void setUserIds(long[] userIds)
userIds - * The users who are able to perform the WorkflowAction.
This attribute is
required and has a maximum size of 100.public long getUserIds(int i)
public void setUserIds(int i,
long _value)
public WorkflowActionType getType()
public void setType(WorkflowActionType type)
type - * The type of this action. This attribute is required.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.