Subclasses of UserAwareDynaBeanTagSupport 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 |
ProjectRoleTagSupport
Copyright All Rights Reserved. |
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) |