| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WFRole | |
|---|---|
| com.jalios.jcms | Contains the core JCMS classes. | 
| com.jalios.jcms.handler | Contains the javabean classes uses to process HTTP request (aka form handlers). | 
| com.jalios.jcms.workspace | Contains classes about workspace features. | 
| Uses of WFRole in com.jalios.jcms | 
|---|
| Fields in com.jalios.jcms with type parameters of type WFRole | |
|---|---|
| protected  Set<WFRole> | WFTransition.roleSet | 
| protected static Map<String,WFRole> | WorkflowManager.wfRoleMap | 
| Methods in com.jalios.jcms that return WFRole | |
|---|---|
|  WFRole | Workflow.getRole(String roleId)Returns a WFRole from its id. | 
| static WFRole | WorkflowManager.getWFRole(String wfRoleId) | 
| Methods in com.jalios.jcms that return types with arguments of type WFRole | |
|---|---|
|  Set<WFRole> | Workflow.getRoleSet()Gets the role set for this workflow | 
|  Set<WFRole> | WFTransition.getRoleSet() | 
|  TreeSet<WFRole> | WFState.getRoleSet() | 
| Methods in com.jalios.jcms with parameters of type WFRole | |
|---|---|
| protected static void | WorkflowManager.addRole(WFRole role) | 
|  void | Workflow.addRole(WFRole role)Adds a WFRole to the workflow | 
|  void | WFTransition.addRole(WFRole role)Adds a role to this transition | 
|  void | Workflow.addRole(WFRole role,
        boolean register)Adds a WFRole to the workflow | 
|  void | WFState.addTransition(WFState target,
              WFRole role)Adds an outgoing transition from this state | 
|  void | Workflow.addTransition(WFState source,
              WFState target,
              WFRole role)Adds a transition in this workflow | 
|  boolean | Workflow.canChangeState(WFRole role,
               WFState source,
               WFState target)Checks if a given role can move from a given state in a given state | 
|  boolean | WFTransition.contains(WFRole role)Check if a given role can perform this transition | 
|  void | Workflow.deleteRole(WFRole wfRole,
           Member member)Deletes the given WFRole | 
| static Set<WKRole> | WorkflowManager.getWKRoles(WFRole wfRole) | 
|  Set<WFState> | Workflow.getWorkStateSet(WFRole role)Returns all the states bound to a given WFRole. | 
|  boolean | Workflow.isRoleInvolved(WFRole role)Returns true if the given role is involved in this Workflow | 
| protected static void | WorkflowManager.removeRole(WFRole role) | 
|  void | WFTransition.removeRole(WFRole role)Removes a role to this transition | 
|  void | WFState.removeTransition(WFState target,
                 WFRole role)Remove an outgoing transition from this state | 
| Method parameters in com.jalios.jcms with type arguments of type WFRole | |
|---|---|
| static boolean | WFRule.checkRule(Set<WFRole> roleSet,
          ObjectIntTreeMap grpVoteMap,
          TreeSet<Member> mbrVoteSet,
          Publication pub,
          Member mbr)This method determines whether a transition can be performed. | 
| Constructors in com.jalios.jcms with parameters of type WFRole | |
|---|---|
| WFRole(WFRole other) | |
| WFRole(WFRole other,
       boolean clone) | |
| WFTransition(WFState source,
             WFState target,
             WFRole role)Creates a new transition between two states for a given group | |
| Uses of WFRole in com.jalios.jcms.handler | 
|---|
| Fields in com.jalios.jcms.handler declared as WFRole | |
|---|---|
| protected  WFRole | WFEditorHandler.role | 
| protected  WFRole | WFEditorHandler.transitRole | 
| Methods in com.jalios.jcms.handler that return WFRole | |
|---|---|
|  WFRole | WFEditorHandler.getAvailableRole() | 
|  WFRole | WFEditorHandler.getAvailableTransitRole() | 
| Uses of WFRole in com.jalios.jcms.workspace | 
|---|
| Fields in com.jalios.jcms.workspace declared as WFRole | |
|---|---|
| protected  WFRole | EditWorkspaceRoleHandler.editableRole | 
| protected  WFRole | EditWorkspaceRoleHandler.oldEditableRole | 
| Methods in com.jalios.jcms.workspace that return WFRole | |
|---|---|
|  WFRole | EditWorkspaceRoleHandler.getAvailableEditableRole() | 
|  WFRole | WKRole.getWFRole()Returns the WFRole bound to this WKRole. | 
|  WFRole | Workspace.getWFRole(WKRole wkRole)Returns the WFRole bound to the given WKRole. | 
| Methods in com.jalios.jcms.workspace that return types with arguments of type WFRole | |
|---|---|
|  Set<WFRole> | Workspace.getWFRoleSet()Return a set of all WFRole | 
| Methods in com.jalios.jcms.workspace with parameters of type WFRole | |
|---|---|
|  WKRole | Workspace.getRole(WFRole wfRole)Get the WKRole linked to a WFRole for a given Workflow | 
|  boolean | Workspace.hasWKRole(WFRole wfRole)Check if a WKRole exists in this workspace for the specified WFRole | 
|  boolean | EditWorkspaceRoleHandler.isWKRoleEditable(WFRole wfRole) | 
|  void | Workspace.linkRole(WFRole wfRole,
         WKRole wkRole)Link into the workspace a WFRole to a WKRole | 
|  void | Workspace.setRole(WFRole wfRole,
        WKRole wkRole)Binds a WKRole to a WFRole | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||