@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()
RoleActor
public Long getProjectRoleId()
RoleActor
getProjectRoleId
in interface RoleActor
public Long getProjectId()
ProjectRoleActor
getProjectId
in interface ProjectRoleActor
public String getParameter()
RoleActor
getParameter
in interface RoleActor
public boolean isActive()
RoleActor
public String getDescriptor()
RoleActor
getDescriptor
in interface RoleActor
Copyright © 2002-2015 Atlassian. All Rights Reserved.