|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.permission.PermissionContextImpl
public class PermissionContextImpl
Default PermissionContext
implementation.
Constructor Summary | |
---|---|
protected |
PermissionContextImpl(Issue issue,
org.ofbiz.core.entity.GenericValue project,
Status status)
|
Method Summary | |
---|---|
Issue |
getIssue()
|
org.ofbiz.core.entity.GenericValue |
getProject()
|
com.opensymphony.workflow.loader.StepDescriptor |
getRelevantStepDescriptor()
Given a Permission Context, get the relevant workflow step. |
Status |
getStatus()
|
boolean |
hasIssuePermissions()
Whether we have enough information to look up issue-specific (workflow) permissions. |
boolean |
isHasCreatedIssue()
Whether the PermissionContext has an existing (not 'being created') issue. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PermissionContextImpl(Issue issue, org.ofbiz.core.entity.GenericValue project, Status status)
Method Detail |
---|
public final org.ofbiz.core.entity.GenericValue getProject()
getProject
in interface PermissionContext
public Issue getIssue()
getIssue
in interface PermissionContext
public boolean isHasCreatedIssue()
PermissionContext
isHasCreatedIssue
in interface PermissionContext
public Status getStatus()
getStatus
in interface PermissionContext
public com.opensymphony.workflow.loader.StepDescriptor getRelevantStepDescriptor()
issue's
or a step
set explicitly
.
getRelevantStepDescriptor
in interface PermissionContext
public boolean hasIssuePermissions()
PermissionContext
hasIssuePermissions
in interface PermissionContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |