@Internal public abstract class AbstractRoleActor extends Object implements ProjectRoleActor
GROUP_ROLE_ACTOR_TYPE, USER_ROLE_ACTOR_TYPE| Constructor and Description |
|---|
AbstractRoleActor(Long id,
Long projectRoleId,
Long projectId,
String parameter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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 |
getProjectId()
Gets the project this is associated with.
|
Long |
getProjectRoleId()
This will get the ProjectRole that this RoleActor belongs to.
|
int |
hashCode() |
boolean |
isActive()
Whether this Role Actor entity is active or not;
|
String |
toString() |
public Long getId()
RoleActorpublic Long getProjectRoleId()
RoleActorgetProjectRoleId in interface RoleActorpublic Long getProjectId()
ProjectRoleActorgetProjectId in interface ProjectRoleActorpublic String getParameter()
RoleActorgetParameter in interface RoleActorpublic boolean isActive()
RoleActorpublic String getDescriptor()
RoleActorgetDescriptor in interface RoleActorCopyright © 2002-2021 Atlassian. All Rights Reserved.