@Exported public class WorkflowBean extends BaseBean
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowBean.Action
Enumerated values for Workflow actions.
|
| Constructor and Description |
|---|
WorkflowBean() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowBean.Action |
getAction()
Returns the action associated with the current step of the workflow.
|
long |
getProcessId()
Returns the unique identifier for the process associated with this
workflow.
|
Map<RoleBean,List<UserBean>> |
getRoleUserMapping()
Returns the role-user mapping for this workflow step.
|
long |
getStepId()
Returns the identifier for the current step in with this workflow.
|
void |
setAction(WorkflowBean.Action action)
Sets the action associated with the current step of the workflow.
|
void |
setProcessId(long processId)
Sets the unique identifier for the process associated with this workflow.
|
void |
setStepId(long stepId)
Sets the identifier for the current step in with this workflow.
|
public long getProcessId()
public void setProcessId(long processId)
processId - the process id to set.public long getStepId()
public void setStepId(long stepId)
stepId - the step id to set.public WorkflowBean.Action getAction()
WorkflowBean.Actionpublic void setAction(WorkflowBean.Action action)
action - the action to set.WorkflowBean.Action