Uses of Interface
com.atlassian.jira.jelly.UserAware

Packages that use UserAware
com.atlassian.jira.jelly Methods called when executing a Jelly Tag. 
com.atlassian.jira.jelly.tag   
com.atlassian.jira.jelly.tag.admin   
com.atlassian.jira.jelly.tag.admin.enterprise   
com.atlassian.jira.jelly.tag.enterprise   
com.atlassian.jira.jelly.tag.issue   
com.atlassian.jira.jelly.tag.project   
com.atlassian.jira.jelly.tag.projectroles   
 

Uses of UserAware in com.atlassian.jira.jelly
 

Subinterfaces of UserAware in com.atlassian.jira.jelly
 interface IssueSchemeAware
           
 interface IssueSchemeLevelAware
           
 interface PermissionSchemeAware
           
 

Classes in com.atlassian.jira.jelly that implement UserAware
 class PermissionSchemeContextAccessorImpl
           
 class UserAwareDynaBeanTagSupport
           
 

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

Classes in com.atlassian.jira.jelly.tag that implement UserAware
 class IssueAwareActionTagSupport
           
 class PermissionSchemeAwareActionTagSupport
           
 class ProjectAwareActionTagSupport
           
 class RunSearchRequest
           
 class UserAwareActionTagSupport
           
 

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

Classes in com.atlassian.jira.jelly.tag.admin that implement UserAware
 class AddPermission
           
 class AddUserToGroup
           
 class CreateGroup
           
 class CreatePermissionScheme
           
 class CreateUser
           
 class GetAssociatedSchemes
          Copyright All Rights Reserved.
 class RemoveGroup
           
 class RemovePermissionScheme
           
 class RemoveUser
           
 class SelectProjectScheme
           
 

Uses of UserAware in com.atlassian.jira.jelly.tag.admin.enterprise
 

Classes in com.atlassian.jira.jelly.tag.admin.enterprise that implement UserAware
 class AddIssueSecurity
           
 class AddIssueSecurityLevel
           
 class CreateIssueSecurityScheme
           
 

Uses of UserAware in com.atlassian.jira.jelly.tag.enterprise
 

Classes in com.atlassian.jira.jelly.tag.enterprise that implement UserAware
 class IssueSchemeAwareActionTagSupport
           
 class IssueSchemeLevelAwareActionTagSupport
           
 

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

Classes in com.atlassian.jira.jelly.tag.issue that implement UserAware
 class AbstractCreateIssue
           
 class AddComment
          Copyright All Rights Reserved.
 class AssignIssue
           
 class CreateIssue
           
 class StopProgress
           
 

Uses of UserAware in com.atlassian.jira.jelly.tag.project
 

Classes in com.atlassian.jira.jelly.tag.project that implement UserAware
 class AddComponent
           
 class AddVersion
           
 class AssignPermissionScheme
           
 class CreateProject
           
 class RemoveProject
           
 

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

Classes in com.atlassian.jira.jelly.tag.projectroles that implement UserAware
 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.crowd.embedded.api.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.atlassian.crowd.embedded.api.User, 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)
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.