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 WKRole
Group. belongsToRole()
Retrieve the first WKRole instance this groups belongs to.WKRole
Member. belongsToRole()
WKRole
Member. belongsToRole(boolean checkGroups)
WKRole
WorkflowManager. 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 boolean
Group. belongsToRole(WKRole role)
Checks if this group is defined in the specified WKRole.boolean
Member. belongsToRole(WKRole role)
boolean
Member. belongsToRole(WKRole role, boolean checkGroups)
protected static boolean
WFRule. checkGroup(WKRole role, Group group, int currentWeight, Publication pub)
protected static boolean
WFRule. checkGroupList(WKRole role, ObjectIntTreeMap grpVoteMap, Publication pub)
protected static boolean
WFRule. 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 WKRole
DBMember. belongsToRole()
WKRole
DBMember. belongsToRole(boolean checkGroups)
Methods in com.jalios.jcms.dbmember with parameters of type WKRole Modifier and Type Method Description boolean
DBMember. belongsToRole(WKRole role)
boolean
DBMember. 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. roleMap
protected java.util.HashMap<java.lang.String,WKRole>
Workspace. roleMap
protected java.util.Map<WKRole,WKRole>
WorkspaceWizardContext. roleMap
protected java.util.Map<WKRole,WKRole>
WorkspaceWizardContext. roleMap
Methods in com.jalios.jcms.workspace that return WKRole Modifier and Type Method Description WKRole
Workspace. getRole(WFRole wfRole)
Get the WKRole linked to a WFRole for a given WorkflowWKRole
Workspace. 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 WFRole
Workspace. getWFRole(WKRole wkRole)
Returns the WFRole bound to the given WKRole.static boolean
WKRole. isOpen(WKRole role)
static boolean
WKRole. isOpenAndRequired(WKRole role)
void
Workspace. linkRole(WFRole wfRole, WKRole wkRole)
Link into the workspace a WFRole to a WKRolevoid
Workspace. 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 void
Workspace. 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)
-