@Immutable public interface RoleActor
Modifier and Type | Method and Description |
---|---|
boolean |
contains(ApplicationUser user)
Does this RoleActor contain the specified user.
|
String |
getDescriptor()
Returns a pretty viewable representation of the contents of the RoleActor
(e.g.
|
Long |
getId()
Returns the id for the Role Actor
|
String |
getParameter()
Returns the string that identifies the target of this role actor (ex.
|
Long |
getProjectRoleId()
This will get the ProjectRole that this RoleActor belongs to.
|
String |
getType()
Returns a string that identifies the implementation type.
|
Set<ApplicationUser> |
getUsers()
Will provide a Set of users encapsulated by this RoleActor.
|
boolean |
isActive()
Whether this Role Actor entity is active or not;
|
Long getId()
Long getProjectRoleId()
String getDescriptor()
String getType()
String getParameter()
Set<ApplicationUser> getUsers()
boolean contains(ApplicationUser user)
user
- the user to check if they are containedboolean isActive()
Copyright © 2002-2022 Atlassian. All Rights Reserved.