|
||||||||||
| 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
public abstract class AbstractRoleActor
Base class for ProjectRoleActor implementations.
| 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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.jira.security.roles.RoleActor |
|---|
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 String getDescriptor()
RoleActorRoleActorComparator for sorting.
getDescriptor in interface RoleActorpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||