Uses of Class
com.atlassian.jira.jelly.UserAwareDynaBeanTagSupport

Packages that use UserAwareDynaBeanTagSupport
com.atlassian.jira.jelly.tag   
com.atlassian.jira.jelly.tag.admin   
com.atlassian.jira.jelly.tag.issue   
com.atlassian.jira.jelly.tag.projectroles   
 

Uses of UserAwareDynaBeanTagSupport in com.atlassian.jira.jelly.tag
 

Subclasses of UserAwareDynaBeanTagSupport in com.atlassian.jira.jelly.tag
 class RunSearchRequest
           
 

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

Subclasses of UserAwareDynaBeanTagSupport in com.atlassian.jira.jelly.tag.admin
 class GetAssociatedSchemes
          Copyright All Rights Reserved.
 

Uses of UserAwareDynaBeanTagSupport in com.atlassian.jira.jelly.tag.issue
 

Subclasses of UserAwareDynaBeanTagSupport in com.atlassian.jira.jelly.tag.issue
 class AddComment
          Copyright All Rights Reserved.
 

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

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.opensymphony.user.User, 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(com.opensymphony.user.User, String, com.atlassian.jira.util.ErrorCollection)
 class ProjectRoleTagSupport
          Copyright All Rights Reserved.
 class RemoveActorsFromProjectRole
          Jelly tag for ProjectRoleService.removeActorsFromProjectRole(com.opensymphony.user.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.opensymphony.user.User, java.util.Collection, com.atlassian.jira.security.roles.ProjectRole, String, com.atlassian.jira.util.ErrorCollection)
 class UpdateProjectRole
          Jelly tag for ProjectRoleService.updateProjectRole(com.opensymphony.user.User, com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection)
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.