Uses of Interface
com.atlassian.jira.security.roles.ProjectRole

Packages that use ProjectRole
com.atlassian.jira.bc.projectroles   
com.atlassian.jira.issue.comments   
com.atlassian.jira.issue.worklog   
com.atlassian.jira.jelly.tag.admin   
com.atlassian.jira.jelly.tag.projectroles   
com.atlassian.jira.scheme.mapper   
com.atlassian.jira.security.roles   
com.atlassian.jira.web.action.admin.roles   
com.atlassian.jira.web.action.admin.user   
com.atlassian.jira.web.action.issue   
 

Uses of ProjectRole in com.atlassian.jira.bc.projectroles
 

Methods in com.atlassian.jira.bc.projectroles that return ProjectRole
 ProjectRole DefaultProjectRoleService.createProjectRole(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 ProjectRole ProjectRoleService.createProjectRole(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
          Will create the project role with the given projectRole.getName(), projectRole.getDescription() and checking the currentUser has the correct permissions to perform the create operation.
 ProjectRole DefaultProjectRoleService.getProjectRole(com.atlassian.crowd.embedded.api.User currentUser, Long id, ErrorCollection errorCollection)
           
 ProjectRole ProjectRoleService.getProjectRole(com.atlassian.crowd.embedded.api.User currentUser, Long id, ErrorCollection errorCollection)
          Will return the project role with the given id, and checking the currentUser has the correct permissions to perform the operation.
 ProjectRole DefaultProjectRoleService.getProjectRoleByName(com.atlassian.crowd.embedded.api.User currentUser, String name, ErrorCollection errorCollection)
           
 ProjectRole ProjectRoleService.getProjectRoleByName(com.atlassian.crowd.embedded.api.User currentUser, String name, ErrorCollection errorCollection)
          Will return the project role with the given name, and checking the currentUser has the correct permissions to perform the operation.
 

Methods in com.atlassian.jira.bc.projectroles that return types with arguments of type ProjectRole
 Collection<ProjectRole> DefaultProjectRoleService.getProjectRoles(com.atlassian.crowd.embedded.api.User currentUser, ErrorCollection errorCollection)
           
 Collection<ProjectRole> ProjectRoleService.getProjectRoles(com.atlassian.crowd.embedded.api.User currentUser, ErrorCollection errorCollection)
          Get all the ProjectRoles available in JIRA.
 

Methods in com.atlassian.jira.bc.projectroles with parameters of type ProjectRole
 void DefaultProjectRoleService.addActorsToProjectRole(com.atlassian.crowd.embedded.api.User currentUser, Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection)
           
 void ProjectRoleService.addActorsToProjectRole(com.atlassian.crowd.embedded.api.User currentUser, Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection)
          Will add project role actor associations for the given actors and checking the currentUser has the correct permissions to perform the update operation.
 void DefaultProjectRoleService.addDefaultActorsToProjectRole(com.atlassian.crowd.embedded.api.User currentUser, Collection<String> actors, ProjectRole projectRole, String type, ErrorCollection errorCollection)
           
 void ProjectRoleService.addDefaultActorsToProjectRole(com.atlassian.crowd.embedded.api.User currentUser, Collection<String> actors, ProjectRole projectRole, String type, ErrorCollection errorCollection)
          Will add default role actor associations based off the passed in actors and checking the currentUser has the correct permissions to perform the update operation.
 ProjectRole DefaultProjectRoleService.createProjectRole(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 ProjectRole ProjectRoleService.createProjectRole(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
          Will create the project role with the given projectRole.getName(), projectRole.getDescription() and checking the currentUser has the correct permissions to perform the create operation.
 void DefaultProjectRoleService.deleteProjectRole(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 void ProjectRoleService.deleteProjectRole(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
          Will delete the given projectRole and checks the currentUser has the correct permissions to perform the delete operation.
 Collection<org.ofbiz.core.entity.GenericValue> DefaultProjectRoleService.getAssociatedIssueSecuritySchemes(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 Collection ProjectRoleService.getAssociatedIssueSecuritySchemes(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
          Will get all issue security scheme's that the specified projectRole is currently used in.
 Collection DefaultProjectRoleService.getAssociatedNotificationSchemes(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 Collection ProjectRoleService.getAssociatedNotificationSchemes(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
          Will get all notification scheme's that the specified projectRole is currently used in.
 Collection<org.ofbiz.core.entity.GenericValue> DefaultProjectRoleService.getAssociatedPermissionSchemes(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 Collection ProjectRoleService.getAssociatedPermissionSchemes(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
          Will get all permission scheme's that the specified projectRole is currently used in.
 org.apache.commons.collections.MultiMap DefaultProjectRoleService.getAssociatedWorkflows(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 org.apache.commons.collections.MultiMap ProjectRoleService.getAssociatedWorkflows(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
          Returns workflows and their actions that are associated with the given ProjectRole.
 DefaultRoleActors DefaultProjectRoleService.getDefaultRoleActors(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 DefaultRoleActors ProjectRoleService.getDefaultRoleActors(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection collection)
          Will return a DefaultRoleActors for the given projectRole checking the currentUser has the correct permissions to perform the get operation.
 Map<Long,List<String>> DefaultProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(com.atlassian.crowd.embedded.api.User currentUser, List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName, ErrorCollection errorCollection)
           
 Map<Long,List<String>> ProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(com.atlassian.crowd.embedded.api.User currentUser, List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName, ErrorCollection errorCollection)
          Returns a Map of Lists.
 ProjectRoleActors DefaultProjectRoleService.getProjectRoleActors(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, Project project, ErrorCollection errorCollection)
           
 ProjectRoleActors ProjectRoleService.getProjectRoleActors(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, Project project, ErrorCollection errorCollection)
          Will return a {@link ProjectRoleActors) for the given projectRole and project checking the currentUser has the correct permissions to perform the get operation.
 void DefaultProjectRoleService.removeActorsFromProjectRole(com.atlassian.crowd.embedded.api.User currentUser, Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection)
           
 void ProjectRoleService.removeActorsFromProjectRole(com.atlassian.crowd.embedded.api.User currentUser, Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection)
          Will remove project role actor associations for the given actors and checking the currentUser has the correct permissions to perform the update operation.
 void DefaultProjectRoleService.removeDefaultActorsFromProjectRole(com.atlassian.crowd.embedded.api.User currentUser, Collection<String> actors, ProjectRole projectRole, String actorType, ErrorCollection errorCollection)
           
 void ProjectRoleService.removeDefaultActorsFromProjectRole(com.atlassian.crowd.embedded.api.User currentUser, Collection<String> actors, ProjectRole projectRole, String actorType, ErrorCollection errorCollection)
          Will remove default actor associations based off the passed in actors, projectRole and actorType and checking the currentUser has the correct permissions to perform the update operation.
 List<Long> DefaultProjectRoleService.roleActorOfTypeExistsForProjects(com.atlassian.crowd.embedded.api.User currentUser, List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter, ErrorCollection errorCollection)
           
 List<Long> ProjectRoleService.roleActorOfTypeExistsForProjects(com.atlassian.crowd.embedded.api.User currentUser, List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter, ErrorCollection errorCollection)
          Returns a list of projectId's for which the role actor of the specified type exists in the project for the provided projectRole.
 void DefaultProjectRoleService.setActorsForProjectRole(com.atlassian.crowd.embedded.api.User currentUser, Map<String,Set<String>> newRoleActors, ProjectRole projectRole, Project project, ErrorCollection errorCollection)
           
 void ProjectRoleService.setActorsForProjectRole(com.atlassian.crowd.embedded.api.User currentUser, Map<String,Set<String>> newRoleActors, ProjectRole projectRole, Project project, ErrorCollection errorCollection)
          Will set the project role actor associations for the given newRoleActors and checking the currentUser has the correct permissions to perform the update operation.
 void DefaultProjectRoleService.updateProjectRole(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 void ProjectRoleService.updateProjectRole(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
          Will update projectRole, checking the currentUser has the correct permissions to perform the update operation.
 

Uses of ProjectRole in com.atlassian.jira.issue.comments
 

Methods in com.atlassian.jira.issue.comments that return ProjectRole
 ProjectRole DefaultCommentManager.getProjectRole(Long projectRoleId)
           
 ProjectRole CommentManager.getProjectRole(Long projectRoleId)
          This is a convenience method to allow us to easily get a ProjectRole.
 ProjectRole CommentImpl.getRoleLevel()
           
 ProjectRole Comment.getRoleLevel()
           
 

Uses of ProjectRole in com.atlassian.jira.issue.worklog
 

Methods in com.atlassian.jira.issue.worklog that return ProjectRole
 ProjectRole DefaultWorklogManager.getProjectRole(Long projectRoleId)
           
 ProjectRole WorklogManager.getProjectRole(Long projectRoleId)
          This is a convenience method to allow us to easily get a ProjectRole.
 ProjectRole WorklogImpl.getRoleLevel()
           
 ProjectRole Worklog.getRoleLevel()
           
 

Uses of ProjectRole in com.atlassian.jira.jelly.tag.admin
 

Methods in com.atlassian.jira.jelly.tag.admin that return ProjectRole
protected  ProjectRole GetAssociatedSchemes.getProjectRole(SimpleErrorCollection errorCollection)
           
 

Uses of ProjectRole in com.atlassian.jira.jelly.tag.projectroles
 

Methods in com.atlassian.jira.jelly.tag.projectroles that return ProjectRole
protected  ProjectRole ProjectRoleTagSupport.getProjectRole(SimpleErrorCollection errorCollection)
           
 

Uses of ProjectRole in com.atlassian.jira.scheme.mapper
 

Methods in com.atlassian.jira.scheme.mapper that return ProjectRole
 ProjectRole GroupToRoleMapping.getProjectRole()
           
 ProjectRole RoleToGroupsMapping.getProjectRole()
           
 

Constructors in com.atlassian.jira.scheme.mapper with parameters of type ProjectRole
GroupToRoleMapping(ProjectRole projectRole, String groupName)
           
 

Uses of ProjectRole in com.atlassian.jira.security.roles
 

Classes in com.atlassian.jira.security.roles that implement ProjectRole
 class ProjectRoleImpl
           
 

Fields in com.atlassian.jira.security.roles with type parameters of type ProjectRole
static Comparator<ProjectRole> ProjectRoleComparator.COMPARATOR
           
 

Methods in com.atlassian.jira.security.roles that return ProjectRole
 ProjectRole ProjectRoleAndActorStore.addProjectRole(ProjectRole projectRole)
           
 ProjectRole CachingProjectRoleAndActorStore.addProjectRole(ProjectRole projectRole)
           
 ProjectRole OfBizProjectRoleAndActorStore.addProjectRole(ProjectRole projectRole)
           
 ProjectRole DefaultProjectRoleManager.createRole(ProjectRole projectRole)
           
 ProjectRole ProjectRoleManager.createRole(ProjectRole projectRole)
          Creates a project role object
 ProjectRole DefaultProjectRoleManager.getProjectRole(Long id)
           
 ProjectRole ProjectRoleAndActorStore.getProjectRole(Long id)
           
 ProjectRole CachingProjectRoleAndActorStore.getProjectRole(Long id)
           
 ProjectRole OfBizProjectRoleAndActorStore.getProjectRole(Long id)
           
 ProjectRole ProjectRoleManager.getProjectRole(Long id)
          Retrieves a project role object
 ProjectRole DefaultProjectRoleManager.getProjectRole(String name)
           
 ProjectRole ProjectRoleManager.getProjectRole(String name)
          Retrieves a project role object by name
 ProjectRole ProjectRoleAndActorStore.getProjectRoleByName(String name)
           
 ProjectRole CachingProjectRoleAndActorStore.getProjectRoleByName(String name)
           
 ProjectRole OfBizProjectRoleAndActorStore.getProjectRoleByName(String name)
           
 

Methods in com.atlassian.jira.security.roles that return types with arguments of type ProjectRole
 Collection<ProjectRole> ProjectRoleAndActorStore.getAllProjectRoles()
           
 Collection<ProjectRole> CachingProjectRoleAndActorStore.getAllProjectRoles()
           
 Collection<ProjectRole> OfBizProjectRoleAndActorStore.getAllProjectRoles()
           
 Collection<ProjectRole> DefaultProjectRoleManager.getProjectRoles()
           
 Collection<ProjectRole> ProjectRoleManager.getProjectRoles()
          Get all the ProjectRoles available in JIRA.
 Collection<ProjectRole> DefaultProjectRoleManager.getProjectRoles(com.atlassian.crowd.embedded.api.User user, Project project)
           
 Collection<ProjectRole> ProjectRoleManager.getProjectRoles(com.atlassian.crowd.embedded.api.User user, Project project)
          This will return all the ProjectRoles that the user is currently a member of for the given project.
 

Methods in com.atlassian.jira.security.roles with parameters of type ProjectRole
 ProjectRole ProjectRoleAndActorStore.addProjectRole(ProjectRole projectRole)
           
 ProjectRole CachingProjectRoleAndActorStore.addProjectRole(ProjectRole projectRole)
           
 ProjectRole OfBizProjectRoleAndActorStore.addProjectRole(ProjectRole projectRole)
           
 int ProjectRoleComparator.compare(ProjectRole o1, ProjectRole o2)
           
 ProjectRole DefaultProjectRoleManager.createRole(ProjectRole projectRole)
           
 ProjectRole ProjectRoleManager.createRole(ProjectRole projectRole)
          Creates a project role object
 void ProjectRoleAndActorStore.deleteProjectRole(ProjectRole projectRole)
           
 void CachingProjectRoleAndActorStore.deleteProjectRole(ProjectRole projectRole)
           
 void OfBizProjectRoleAndActorStore.deleteProjectRole(ProjectRole projectRole)
           
 void DefaultProjectRoleManager.deleteRole(ProjectRole projectRole)
           
 void ProjectRoleManager.deleteRole(ProjectRole projectRole)
          Deletes a project role object
 DefaultRoleActors DefaultProjectRoleManager.getDefaultRoleActors(ProjectRole projectRole)
           
 DefaultRoleActors ProjectRoleManager.getDefaultRoleActors(ProjectRole projectRole)
          This method will return the default role actors for a ProjectRole
 Map<Long,List<String>> DefaultProjectRoleManager.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName)
           
 Map<Long,List<String>> ProjectRoleAndActorStore.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName)
           
 Map<Long,List<String>> CachingProjectRoleAndActorStore.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName)
           
 Map<Long,List<String>> OfBizProjectRoleAndActorStore.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName)
           
 Map<Long,List<String>> ProjectRoleManager.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName)
          Returns a Map of Lists.
 ProjectRoleActors DefaultProjectRoleManager.getProjectRoleActors(ProjectRole projectRole, Project project)
           
 ProjectRoleActors ProjectRoleManager.getProjectRoleActors(ProjectRole projectRole, Project project)
          This method will retrieve the object that represents the actors associate with the given projectRole and project context
 boolean DefaultProjectRoleManager.isUserInProjectRole(com.atlassian.crowd.embedded.api.User user, ProjectRole projectRole, Project project)
           
 boolean ProjectRoleManager.isUserInProjectRole(com.atlassian.crowd.embedded.api.User user, ProjectRole projectRole, Project project)
          Returns true only if the given user is in the given project role for the given project.
 List<Long> DefaultProjectRoleManager.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter)
           
 List<Long> ProjectRoleAndActorStore.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter)
           
 List<Long> CachingProjectRoleAndActorStore.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter)
           
 List<Long> OfBizProjectRoleAndActorStore.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter)
           
 List<Long> ProjectRoleManager.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter)
          Returns a list of projectId's for which the role actor of the specified type exists in the project for the provided projectRole.
 void ProjectRoleAndActorStore.updateProjectRole(ProjectRole projectRole)
           
 void CachingProjectRoleAndActorStore.updateProjectRole(ProjectRole projectRole)
           
 void OfBizProjectRoleAndActorStore.updateProjectRole(ProjectRole projectRole)
           
 void DefaultProjectRoleManager.updateRole(ProjectRole projectRole)
           
 void ProjectRoleManager.updateRole(ProjectRole projectRole)
          Updates a project role object
 

Uses of ProjectRole in com.atlassian.jira.web.action.admin.roles
 

Methods in com.atlassian.jira.web.action.admin.roles that return ProjectRole
 ProjectRole AbstractRoleActorAction.getProjectRole()
           
 ProjectRole AbstractRoleActors.getProjectRole()
           
 ProjectRole AbstractProjectRole.getRole()
           
 

Methods in com.atlassian.jira.web.action.admin.roles with parameters of type ProjectRole
 Collection ViewProjectRoleActors.getRoleActors(ProjectRole projectRole)
           
 Collection AbstractRoleActorAction.getRoleActors(ProjectRole projectRole)
           
 Collection ViewProjectRoleActors.getRoleActorTypes(ProjectRole projectRole, String type, int length)
          Returns the RoleActors in a ProjectRole that have the given type e.g.
 Collection ViewDefaultProjectRoleActors.getRoleActorTypes(ProjectRole projectRole, String type, int length)
           
 

Uses of ProjectRole in com.atlassian.jira.web.action.admin.user
 

Methods in com.atlassian.jira.web.action.admin.user that return types with arguments of type ProjectRole
 Collection<ProjectRole> ViewUserProjectRoles.getAllProjectRoles()
           
 

Methods in com.atlassian.jira.web.action.admin.user with parameters of type ProjectRole
 String ViewUserProjectRoles.getUserInProjectRoleOtherType(ProjectRole projectRole, Project project)
           
 boolean ViewUserProjectRoles.isRoleForProjectSelected(ProjectRole role, Project project)
           
 boolean ViewUserProjectRoles.isUserInProjectRoleTypeUser(ProjectRole projectRole, Project project)
           
 

Uses of ProjectRole in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that return types with arguments of type ProjectRole
 Collection<ProjectRole> AbstractWorklogAction.getRoleLevels()
           
 Collection<ProjectRole> AbstractCommentableIssue.getRoleLevels()
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.