|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 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 String getDescriptor()
RoleActor
RoleActorComparator
for sorting.
getDescriptor
in interface RoleActor
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |