|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ProjectAction>
com.atlassian.jira.bc.project.ProjectAction
public enum ProjectAction
Represents the different actions a users wants to perform on a project.
| Enum Constant Summary | |
|---|---|
EDIT_PROJECT_CONFIG
Able to configure the project project specific configuration. |
|
VIEW_ISSUES
Able to view the issues for the passed project. |
|
VIEW_PROJECT
The user is able to see the project. |
|
| Method Summary | |
|---|---|
String |
getErrorKey()
|
int[] |
getPermissions()
|
boolean |
hasPermission(PermissionManager manager,
com.atlassian.crowd.embedded.api.User user,
Project project)
|
static ProjectAction |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ProjectAction[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ProjectAction VIEW_PROJECT
public static final ProjectAction VIEW_ISSUES
public static final ProjectAction EDIT_PROJECT_CONFIG
| Method Detail |
|---|
public static ProjectAction[] values()
for (ProjectAction c : ProjectAction.values()) System.out.println(c);
public static ProjectAction valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int[] getPermissions()
public String getErrorKey()
public boolean hasPermission(PermissionManager manager,
com.atlassian.crowd.embedded.api.User user,
Project project)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||