Uses of Class
za.org.coefficient.authentication.Role

Packages that use Role
za.org.coefficient.authentication   
za.org.coefficient.interfaces   
za.org.coefficient.modules   
za.org.coefficient.modules.attribute   
za.org.coefficient.modules.category   
za.org.coefficient.modules.configuration   
za.org.coefficient.modules.fileUpload   
za.org.coefficient.modules.issueTracker   
za.org.coefficient.modules.mailforum   
za.org.coefficient.modules.news   
za.org.coefficient.modules.project   
za.org.coefficient.modules.statistics   
za.org.coefficient.modules.task   
za.org.coefficient.modules.theme   
za.org.coefficient.modules.user   
za.org.coefficient.modules.vote   
za.org.coefficient.modules.workflow   
za.org.coefficient.util.ejb   
 

Uses of Role in za.org.coefficient.authentication
 

Fields in za.org.coefficient.authentication declared as Role
private  Role ProjectMember.projectRole
           
private  Role CoefficientUser.systemRole
           
 

Methods in za.org.coefficient.authentication that return Role
 Role ProjectMember.getProjectRole()
          Gets the value of projectRole
 Role CoefficientUser.getSystemRole()
          Gets the value of role
 

Methods in za.org.coefficient.authentication with parameters of type Role
 void ProjectMember.setProjectRole(Role argProjectRole)
          Sets the value of projectRole
 void CoefficientUser.setSystemRole(Role systemRole)
          Sets the value of systemRole
 

Constructors in za.org.coefficient.authentication with parameters of type Role
ProjectMember(CoefficientUser user, Role projectRole)
           
 

Uses of Role in za.org.coefficient.interfaces
 

Methods in za.org.coefficient.interfaces with parameters of type Role
 java.lang.String ModuleLocal.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
          This method is used to determine if a named method can be executed for a specified system role.
 java.lang.String Module.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
          This method is used to determine if a named method can be executed for a specified system role.
 

Uses of Role in za.org.coefficient.modules
 

Methods in za.org.coefficient.modules with parameters of type Role
 java.lang.String BaseModule.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
          This is a base implementation that will allow all methods to be invoked without regard to roles
 

Uses of Role in za.org.coefficient.modules.attribute
 

Methods in za.org.coefficient.modules.attribute with parameters of type Role
 java.lang.String AttributeDataManagement.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 java.lang.String AttributeSearch.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 java.lang.String AttributeManagement.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 

Uses of Role in za.org.coefficient.modules.category
 

Methods in za.org.coefficient.modules.category with parameters of type Role
 java.lang.String CategoryManagement.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 java.lang.String CategoryBrowse.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 

Uses of Role in za.org.coefficient.modules.configuration
 

Methods in za.org.coefficient.modules.configuration with parameters of type Role
 java.lang.String Configuration.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 

Uses of Role in za.org.coefficient.modules.fileUpload
 

Fields in za.org.coefficient.modules.fileUpload declared as Role
protected  Role ProjectEntity.maxReadRole
           
protected  Role ProjectEntity.maxWriteRole
           
 

Methods in za.org.coefficient.modules.fileUpload that return Role
 Role ProjectEntity.getMaxReadRole()
           
 Role ProjectEntity.getMaxWriteRole()
           
 

Methods in za.org.coefficient.modules.fileUpload with parameters of type Role
 java.lang.String FileUpload.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 void ProjectEntity.setMaxReadRole(Role maxReadRole)
           
 void ProjectEntity.setMaxWriteRole(Role maxWriteRole)
           
 

Uses of Role in za.org.coefficient.modules.issueTracker
 

Fields in za.org.coefficient.modules.issueTracker declared as Role
private  Role SearchFilter.assignedToRole
           
private  Role SearchFilter.authorRole
           
private  Role DiscussionData.maxReadRole
           
private  Role DiscussionData.maxWriteRole
           
private  Role SearchFilter.sharingLevel
           
 

Methods in za.org.coefficient.modules.issueTracker that return Role
 Role SearchFilter.getAssignedToRole()
          Gets the value of assignedToRole
 Role SearchFilter.getAuthorRole()
          Gets the value of authorRole
 Role DiscussionData.getMaxReadRole()
           
 Role DiscussionData.getMaxWriteRole()
           
 Role SearchFilter.getSharingLevel()
          Gets the value of sharingLevel
 

Methods in za.org.coefficient.modules.issueTracker with parameters of type Role
 java.lang.String IssueTracker.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 void DiscussionData.setAllMaxReadRoles(Role maxReadRole)
           
 void DiscussionData.setAllMaxWriteRoles(Role maxWriteRole)
           
 void SearchFilter.setAssignedToRole(Role assignedToRole)
          Sets the value of assignedToRole
 void SearchFilter.setAuthorRole(Role authorRole)
          Sets the value of authorRole
 void DiscussionData.setMaxReadRole(Role maxReadRole)
           
 void DiscussionData.setMaxWriteRole(Role maxWriteRole)
           
 void SearchFilter.setSharingLevel(Role sharingLevel)
          Sets the value of sharingLevel
 

Uses of Role in za.org.coefficient.modules.mailforum
 

Methods in za.org.coefficient.modules.mailforum with parameters of type Role
 java.lang.String MailForum.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 

Uses of Role in za.org.coefficient.modules.news
 

Methods in za.org.coefficient.modules.news with parameters of type Role
 java.lang.String NewsAdmin.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 

Uses of Role in za.org.coefficient.modules.project
 

Methods in za.org.coefficient.modules.project with parameters of type Role
 java.lang.String DeleteProjects.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 java.lang.String ConfirmProjects.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 java.lang.String Projects.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 java.lang.String GlobalProjectAdmin.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 java.lang.String ProjectModuleLinks.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 

Uses of Role in za.org.coefficient.modules.statistics
 

Methods in za.org.coefficient.modules.statistics with parameters of type Role
 java.lang.String StatisticsDisplay.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 

Uses of Role in za.org.coefficient.modules.task
 

Methods in za.org.coefficient.modules.task with parameters of type Role
 java.lang.String Task.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
          Deprecated.  
 

Uses of Role in za.org.coefficient.modules.theme
 

Methods in za.org.coefficient.modules.theme with parameters of type Role
 java.lang.String ChangeTheme.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 

Uses of Role in za.org.coefficient.modules.user
 

Methods in za.org.coefficient.modules.user with parameters of type Role
 java.lang.String MemberAdmin.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 java.lang.String UserAdmin.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 java.util.List UserAdmin.getUsersWithSystemRole(Role role)
           
 

Uses of Role in za.org.coefficient.modules.vote
 

Fields in za.org.coefficient.modules.vote declared as Role
private  Role VoteData.minimumRole
           
 

Methods in za.org.coefficient.modules.vote that return Role
 Role VoteData.getMinimumRole()
          Gets the value of minimumRole
 

Methods in za.org.coefficient.modules.vote with parameters of type Role
 java.lang.String VoteAdmin.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 java.lang.String Vote.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 void VoteData.setMinimumRole(Role argRole)
           
 

Uses of Role in za.org.coefficient.modules.workflow
 

Methods in za.org.coefficient.modules.workflow with parameters of type Role
 java.lang.String WorkflowAdmin.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 

Uses of Role in za.org.coefficient.util.ejb
 

Methods in za.org.coefficient.util.ejb that return Role
static Role SecurityUtil.getHighestRoleForUser(CoefficientUser user, Project project)
          This is used to determine the correct role in the role hierarchy for a user.
static Role SecurityUtil.getRoleForDescription(java.lang.String roleDescription)
           
static Role SecurityUtil.getRoleForValue(long roleValue)
           
 

Methods in za.org.coefficient.util.ejb with parameters of type Role
static java.util.List SecurityUtil.getUsersWithSystemRole(Role role)
           
 



Copyright CSIR. All Rights Reserved.