Uses of Class
com.jalios.jcms.WFRole
-
Packages that use WFRole Package Description com.jalios.jcms Contains the core JPlatform 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 Modifier and Type Field Description protected java.util.Set<WFRole>WFTransition. roleSetprotected java.util.Map<java.lang.String,WFRole>WorkflowManager. wfRoleMapMethods in com.jalios.jcms that return WFRole Modifier and Type Method Description WFRoleWorkflow. getRole(java.lang.String roleUid)Returns a WFRole from its unique id (eg "basic-validators").WFRoleWorkflow. getRoleByRoleId(java.lang.String roleId)Returns a WFRole from its role id (eg "validators").WFRoleWorkflowManager. getWFRole(java.lang.String wfRoleId)Methods in com.jalios.jcms that return types with arguments of type WFRole Modifier and Type Method Description java.util.TreeSet<WFRole>WFState. getRoleSet()java.util.Set<WFRole>WFTransition. getRoleSet()java.util.Set<WFRole>Workflow. getRoleSet()Gets the role set for this workflowMethods in com.jalios.jcms with parameters of type WFRole Modifier and Type Method Description voidWFTransition. addRole(WFRole role)Adds a role to this transitionvoidWorkflow. addRole(WFRole role)Adds a WFRole to the workflowvoidWorkflow. addRole(WFRole role, boolean register)Adds a WFRole to the workflowprotected voidWorkflowManager. addRole(WFRole role)voidWFState. addTransition(WFState target, WFRole role)Adds an outgoing transition from this statevoidWorkflow. addTransition(WFState source, WFState target, WFRole role)Adds a transition in this workflowbooleanWorkflow. canChangeState(WFRole role, WFState source, WFState target)Checks if a given role can move from a given state in a given statebooleanWFTransition. contains(WFRole role)Check if a given role can perform this transitionvoidWorkflow. deleteRole(WFRole wfRole, Member member)Deletes the given WFRolejava.util.Set<WKRole>WorkflowManager. getWKRoles(WFRole wfRole)java.util.Set<WFState>Workflow. getWorkStateSet(WFRole role)Returns all the states bound to a given WFRole.booleanWorkflow. isRoleInvolved(WFRole role)Returns true if the given role is involved in this WorkflowvoidWFTransition. removeRole(WFRole role)Removes a role to this transitionprotected voidWorkflowManager. removeRole(WFRole role)voidWFState. removeTransition(WFState target, WFRole role)Remove an outgoing transition from this stateMethod parameters in com.jalios.jcms with type arguments of type WFRole Modifier and Type Method Description static booleanWFRule. checkRule(java.util.Set<WFRole> roleSet, ObjectIntTreeMap grpVoteMap, java.util.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 Constructor Description 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 Modifier and Type Field Description protected WFRoleWFEditorHandler. roleprotected WFRoleWFEditorHandler. transitRoleMethods in com.jalios.jcms.handler that return WFRole Modifier and Type Method Description WFRoleWFEditorHandler. getAvailableRole()WFRoleWFEditorHandler. getAvailableTransitRole() -
Uses of WFRole in com.jalios.jcms.workspace
Fields in com.jalios.jcms.workspace declared as WFRole Modifier and Type Field Description protected WFRoleEditWorkspaceRoleHandler. editableRoleprotected WFRoleEditWorkspaceRoleHandler. oldEditableRoleMethods in com.jalios.jcms.workspace that return WFRole Modifier and Type Method Description WFRoleEditWorkspaceRoleHandler. getAvailableEditableRole()WFRoleWKRole. getWFRole()Returns the WFRole bound to this WKRole.WFRoleWorkspace. 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 Modifier and Type Method Description java.util.Set<WFRole>Workspace. getWFRoleSet()Return a set of all WFRoleMethods in com.jalios.jcms.workspace with parameters of type WFRole Modifier and Type Method Description WKRoleWorkspace. getRole(WFRole wfRole)Get the WKRole linked to a WFRole for a given WorkflowbooleanWorkspace. hasWKRole(WFRole wfRole)Check if a WKRole exists in this workspace for the specified WFRolebooleanEditWorkspaceRoleHandler. isWKRoleEditable(WFRole wfRole)voidWorkspace. linkRole(WFRole wfRole, WKRole wkRole)Link into the workspace a WFRole to a WKRolevoidWorkspace. setRole(WFRole wfRole, WKRole wkRole)Binds a WKRole to a WFRole
-