Uses of Interface
com.atlassian.jira.security.roles.ProjectRoleActor
Packages that use ProjectRoleActor
Package
Description
-
Uses of ProjectRoleActor in com.atlassian.jira.mock
Classes in com.atlassian.jira.mock that implement ProjectRoleActorMethods in com.atlassian.jira.mock that return ProjectRoleActorModifier and TypeMethodDescriptionMockProjectRoleManager.MockRoleActorFactory.createRoleActor(Long id, Long projectRoleId, Long projectId, String type, String parameter) Methods in com.atlassian.jira.mock that return types with arguments of type ProjectRoleActorModifier and TypeMethodDescriptionMockProjectRoleManager.MockRoleActorFactory.getAllRoleActorsForUser(ApplicationUser user) -
Uses of ProjectRoleActor in com.atlassian.jira.security.roles
Classes in com.atlassian.jira.security.roles that implement ProjectRoleActorModifier and TypeClassDescriptionclassclassclassMethods in com.atlassian.jira.security.roles that return ProjectRoleActorModifier and TypeMethodDescriptionPluginDelegatingRoleActorFactory.createRoleActor(Long id, Long projectRoleId, Long projectId, String type, String parameter) RoleActorFactory.createRoleActor(Long id, Long projectRoleId, Long projectId, String type, String parameter) Create instance of the ProjectRoleActor representing a role actor stored in the database.Methods in com.atlassian.jira.security.roles that return types with arguments of type ProjectRoleActorModifier and TypeMethodDescriptionPluginDelegatingRoleActorFactory.getAllRoleActorsForUser(ApplicationUser user) RoleActorFactory.getAllRoleActorsForUser(ApplicationUser user) Find and return all role actors for the given user. -
Uses of ProjectRoleActor in com.atlassian.jira.security.roles.actor
Classes in com.atlassian.jira.security.roles.actor that implement ProjectRoleActorModifier and TypeClassDescriptionclassBase class for ProjectRoleActor implementations.classMethods in com.atlassian.jira.security.roles.actor that return ProjectRoleActorModifier and TypeMethodDescriptionGroupRoleActorFactory.createRoleActor(Long id, Long projectRoleId, Long projectId, String type, String groupName) UserRoleActorFactory.createRoleActor(Long id, Long projectRoleId, Long projectId, String type, String parameter) Methods in com.atlassian.jira.security.roles.actor that return types with arguments of type ProjectRoleActorModifier and TypeMethodDescriptionGroupRoleActorFactory.getAllRoleActorsForUser(ApplicationUser user) UserRoleActorFactory.getAllRoleActorsForUser(ApplicationUser user)