| java.lang.Object | ||
| ↳ | com.atlassian.jira.security.roles.actor.AbstractRoleActor | |
| ↳ | com.atlassian.jira.security.roles.actor.GroupRoleActorFactory.GroupRoleActor | |
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.jira.security.roles.ProjectRoleActor
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a pretty viewable representation of the contents of the RoleActor
(e.g.
| |||||||||||
Returns a Group object that represents a valid (existing) group or throws an IllegalArgumentException
if the group does not exist
| |||||||||||
Whether this Role Actor entity is active or not;
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.security.roles.actor.AbstractRoleActor
| |||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||
From interface
com.atlassian.jira.security.roles.ProjectRoleActor
| |||||||||||||||||||||||||||||
From interface
com.atlassian.jira.security.roles.RoleActor
| |||||||||||||||||||||||||||||
Returns a pretty viewable representation of the contents of the RoleActor (e.g. if a UserRoleActor, then their full name, James Brown, if a GroupRoleActor, then the name of the group, Business Analysts). NOTE that the returned value is used in RoleActorComparator for sorting.
Returns a Group object that represents a valid (existing) group or throws an IllegalArgumentException if the group does not exist
| IllegalArgumentException | if group does not exist |
|---|
Whether this Role Actor entity is active or not;

