Uses of Class
com.jalios.jcms.workspace.WKRole
-
Packages that use WKRole Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.dbmember com.jalios.jcms.workspace Contains classes about workspace features. -
-
Uses of WKRole in com.jalios.jcms
Methods in com.jalios.jcms that return WKRole Modifier and Type Method Description WKRoleGroup. belongsToRole()Retrieve the first WKRole instance this groups belongs to.WKRoleMember. belongsToRole()WKRoleMember. belongsToRole(boolean checkGroups)WKRoleWorkflowManager. getWKRole(java.lang.String wkRoleId)Methods in com.jalios.jcms that return types with arguments of type WKRole Modifier and Type Method Description java.util.Set<WKRole>WorkflowManager. getWKRoles(WFRole wfRole)Methods in com.jalios.jcms with parameters of type WKRole Modifier and Type Method Description booleanGroup. belongsToRole(WKRole role)Checks if this group is defined in the specified WKRole.booleanMember. belongsToRole(WKRole role)booleanMember. belongsToRole(WKRole role, boolean checkGroups)protected static booleanWFRule. checkGroup(WKRole role, Group group, int currentWeight, Publication pub)protected static booleanWFRule. checkGroupList(WKRole role, ObjectIntTreeMap grpVoteMap, Publication pub)protected static booleanWFRule. checkMemberList(Publication pub, WKRole role, java.util.TreeSet<Member> mbrVoteSet) -
Uses of WKRole in com.jalios.jcms.dbmember
Methods in com.jalios.jcms.dbmember that return WKRole Modifier and Type Method Description WKRoleDBMember. belongsToRole()WKRoleDBMember. belongsToRole(boolean checkGroups)Methods in com.jalios.jcms.dbmember with parameters of type WKRole Modifier and Type Method Description booleanDBMember. belongsToRole(WKRole role)booleanDBMember. belongsToRole(WKRole role, boolean checkGroups) -
Uses of WKRole in com.jalios.jcms.workspace
Fields in com.jalios.jcms.workspace with type parameters of type WKRole Modifier and Type Field Description protected java.util.HashMap<java.lang.String,WKRole>EditWorkspaceRoleHandler. roleMapprotected java.util.HashMap<java.lang.String,WKRole>Workspace. roleMapprotected java.util.Map<WKRole,WKRole>WorkspaceWizardContext. roleMapprotected java.util.Map<WKRole,WKRole>WorkspaceWizardContext. roleMapMethods in com.jalios.jcms.workspace that return WKRole Modifier and Type Method Description WKRoleWorkspace. getRole(WFRole wfRole)Get the WKRole linked to a WFRole for a given WorkflowWKRoleWorkspace. getRole(java.lang.String wfRoleId)Get the WKRole linked to a WFRole for a given WorkflowMethods in com.jalios.jcms.workspace that return types with arguments of type WKRole Modifier and Type Method Description java.util.Map<java.lang.String,WKRole>EditWorkspaceRoleHandler. getAvailableRoleMap()java.util.HashMap<java.lang.String,WKRole>Workspace. getRoleMap()Getter of RoleMapjava.util.Map<WKRole,WKRole>WorkspaceWizardContext. getRoleMap()Returns a map of old/new WKRole used during workspace creationjava.util.Map<WKRole,WKRole>WorkspaceWizardContext. getRoleMap()Returns a map of old/new WKRole used during workspace creationjava.util.Set<WKRole>Workspace. getWKRoleSet()Return a set of all WKRolejava.util.Set<WKRole>Workspace. getWKRoleSet(Workflow wf)Return all the WKRole for a given Workflowjava.util.Set<WKRole>Workspace. getWKRoleSet(java.lang.Class clazz)Return all the WKRole for a given ClassMethods in com.jalios.jcms.workspace with parameters of type WKRole Modifier and Type Method Description WFRoleWorkspace. getWFRole(WKRole wkRole)Returns the WFRole bound to the given WKRole.static booleanWKRole. isOpen(WKRole role)static booleanWKRole. isOpenAndRequired(WKRole role)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 WFRoleMethod parameters in com.jalios.jcms.workspace with type arguments of type WKRole Modifier and Type Method Description voidWorkspace. setRoleMap(java.util.HashMap<java.lang.String,WKRole> roleMap)Setter of RoleMapConstructors in com.jalios.jcms.workspace with parameters of type WKRole Constructor Description WKRole(WKRole other)
-