Uses of Class
com.jalios.jcms.workspace.WKRole

Packages that use WKRole
com.jalios.jcms Contains the core JCMS 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
 WKRole Member.belongsToRole()
           
 WKRole Group.belongsToRole()
          Retrieve the first WKRole instance this groups belongs to.
 WKRole Member.belongsToRole(boolean checkGroups)
           
static WKRole WorkflowManager.getWKRole(String wkRoleId)
           
 

Methods in com.jalios.jcms that return types with arguments of type WKRole
static Set<WKRole> WorkflowManager.getWKRoles(WFRole wfRole)
           
 

Methods in com.jalios.jcms with parameters of type WKRole
 boolean Member.belongsToRole(WKRole role)
           
 boolean Group.belongsToRole(WKRole role)
          Checks if this group is defined in the specified WKRole.
 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, TreeSet<Member> mbrVoteSet)
           
 

Uses of WKRole in com.jalios.jcms.dbmember
 

Methods in com.jalios.jcms.dbmember that return WKRole
 WKRole DBMember.belongsToRole()
           
 WKRole DBMember.belongsToRole(boolean checkGroups)
           
 

Methods in com.jalios.jcms.dbmember with parameters of type WKRole
 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
protected  Map<WKRole,WKRole> WorkspaceWizardContext.roleMap
           
protected  Map<WKRole,WKRole> WorkspaceWizardContext.roleMap
           
protected  HashMap<String,WKRole> Workspace.roleMap
           
protected  HashMap<String,WKRole> EditWorkspaceRoleHandler.roleMap
           
 

Methods in com.jalios.jcms.workspace that return WKRole
 WKRole Workspace.getRole(String wfRoleId)
          Get the WKRole linked to a WFRole for a given Workflow
 WKRole Workspace.getRole(WFRole wfRole)
          Get the WKRole linked to a WFRole for a given Workflow
 

Methods in com.jalios.jcms.workspace that return types with arguments of type WKRole
 Map<String,WKRole> EditWorkspaceRoleHandler.getAvailableRoleMap()
           
 Map<WKRole,WKRole> WorkspaceWizardContext.getRoleMap()
          Returns a map of old/new WKRole used during workspace creation
 Map<WKRole,WKRole> WorkspaceWizardContext.getRoleMap()
          Returns a map of old/new WKRole used during workspace creation
 HashMap<String,WKRole> Workspace.getRoleMap()
          Getter of RoleMap
 Set<WKRole> Workspace.getWKRoleSet()
          Return a set of all WKRole
 Set<WKRole> Workspace.getWKRoleSet(Class clazz)
          Return all the WKRole for a given Class
 Set<WKRole> Workspace.getWKRoleSet(Workflow wf)
          Return all the WKRole for a given Workflow
 

Methods in com.jalios.jcms.workspace with parameters of type WKRole
 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 WKRole
 void Workspace.setRole(WFRole wfRole, WKRole wkRole)
          Binds a WKRole to a WFRole
 

Method parameters in com.jalios.jcms.workspace with type arguments of type WKRole
 void Workspace.setRoleMap(HashMap<String,WKRole> roleMap)
          Setter of RoleMap
 

Constructors in com.jalios.jcms.workspace with parameters of type WKRole
WKRole(WKRole other)
           
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.