|
||||||||||
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 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
isActive
in interface RoleActor
public String getDescriptor()
RoleActor
getDescriptor
in interface RoleActor
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |