|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.security.roles.actor.AbstractRoleActor
@Internal public abstract class AbstractRoleActor
Base class for ProjectRoleActor implementations.
| Field Summary |
|---|
| Fields inherited from interface com.atlassian.jira.security.roles.ProjectRoleActor |
|---|
GROUP_ROLE_ACTOR_TYPE, USER_ROLE_ACTOR_TYPE |
| Constructor Summary | |
|---|---|
AbstractRoleActor(Long id,
Long projectRoleId,
Long projectId,
String parameter)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.atlassian.jira.security.roles.RoleActor |
|---|
contains, contains, getType, getUsers |
| Constructor Detail |
|---|
public AbstractRoleActor(Long id,
Long projectRoleId,
Long projectId,
String parameter)
| Method Detail |
|---|
public Long getId()
RoleActor
getId in interface RoleActorpublic Long getProjectRoleId()
RoleActor
getProjectRoleId in interface RoleActorpublic Long getProjectId()
ProjectRoleActor
getProjectId in interface ProjectRoleActorpublic String getParameter()
RoleActor
getParameter in interface RoleActorpublic boolean isActive()
RoleActor
isActive in interface RoleActorpublic String getDescriptor()
RoleActor
getDescriptor in interface RoleActorpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||