Uses of Class
com.atlassian.jira.jelly.tag.projectroles.ProjectRoleTagSupport

Packages that use ProjectRoleTagSupport
com.atlassian.jira.jelly.tag.projectroles   
 

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

Subclasses of ProjectRoleTagSupport in com.atlassian.jira.jelly.tag.projectroles
 class AddActorsToProjectRole
          Jelly Tag that will add 'actors' to a ProjectRole.
 class AddDefaultActorsToProjectRole
          Jelly Tag that will add default 'actors' to a ProjectRole.
 class CreateProjectRole
          Creates a ProjectRole, a Jelly front end to ProjectRoleService.createProjectRole(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection) .
 class DeleteProjectRole
          This Jelly Tag will delete a project role from the system.
 class GetDefaultRoleActors
          Copyright All Rights Reserved.
 class GetProjectRole
          Copyright All Rights Reserved.
 class GetProjectRoleActors
          Copyright All Rights Reserved.
 class GetProjectRoles
          Copyright All Rights Reserved.
 class IsProjectRoleNameUnique
          Jelly tag that provides jelly access to ProjectRoleService.isProjectRoleNameUnique(String, com.atlassian.jira.util.ErrorCollection)
 class RemoveActorsFromProjectRole
          Jelly tag for ProjectRoleService.removeActorsFromProjectRole(com.atlassian.crowd.embedded.api.User, java.util.Collection, com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, String, com.atlassian.jira.util.ErrorCollection)
 class RemoveDefaultActorsFromProjectRole
          Jelly tag for ProjectRoleService.removeDefaultActorsFromProjectRole(com.atlassian.crowd.embedded.api.User, java.util.Collection, com.atlassian.jira.security.roles.ProjectRole, String, com.atlassian.jira.util.ErrorCollection)
 class UpdateProjectRole
          Jelly tag for ProjectRoleService.updateProjectRole(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection)
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.