| java.lang.Object org.emforge.jbpm.web.bean.StepBean
StepBean | public class StepBean (Code) | | Bean to represent Step in GUI
|
Field Summary | |
final protected Log | logger |
logger | final protected Log logger(Code) | | |
fillUsersCollection | protected void fillUsersCollection(Role role, Collection<SelectItem> result)(Code) | | Fills specified collection with users of specified role
Parameters: role - a role to get users Parameters: result - a collection to return author: szakusov, 21.02.2008: Implemented for request [^74641] |
getAssignedRole | public Role getAssignedRole()(Code) | | In case then step is assigned to role - return it. Othervise return null
|
getNextActions | public Collection<SelectItem> getNextActions()(Code) | | Return List of Next Options
|
isCanSubmit | public boolean isCanSubmit()(Code) | | Is current user can work with this step?
|
isGroupMember | public boolean isGroupMember()(Code) | | |
setNextAction | public void setNextAction(String nextAction)(Code) | | Parameters: nextAction - |
setPriority | public void setPriority(PriorityTO i_priority)(Code) | | Parameters: i_priority - |
setReassignTo | public void setReassignTo(String i_reassignTo)(Code) | | Parameters: i_reassignTo - |
setSubWorkflow | public void setSubWorkflow(WorkflowTO i_subWorkflow)(Code) | | Parameters: i_subProcessDef - |
|
|