Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
READ_CLUSTER_CONFIG
public static final Action READ_CLUSTER_CONFIG
WRITE_CLUSTER_CONFIG
public static final Action WRITE_CLUSTER_CONFIG
READ_NODE_CONFIG
public static final Action READ_NODE_CONFIG
WRITE_NODE_CONFIG
public static final Action WRITE_NODE_CONFIG
DEPLOY_UNIT
public static final Action DEPLOY_UNIT
UNDEPLOY_UNIT
public static final Action UNDEPLOY_UNIT
READ_UNIT
public static final Action READ_UNIT
EXEC_JOB
public static final Action EXEC_JOB
KILL_JOB
public static final Action KILL_JOB
READ_JOBS
public static final Action READ_JOBS
READ_JOB_RESULT
public static final Action READ_JOB_RESULT
ENABLE_METRICS
public static final Action ENABLE_METRICS
DISABLE_METRICS
public static final Action DISABLE_METRICS
LIST_METRICS
public static final Action LIST_METRICS
READ_METRICS
public static final Action READ_METRICS
CREATE_USER
public static final Action CREATE_USER
EDIT_USER
public static final Action EDIT_USER
READ_USER
public static final Action READ_USER
DROP_USER
public static final Action DROP_USER
CREATE_ROLE
public static final Action CREATE_ROLE
READ_ROLE
public static final Action READ_ROLE
DROP_ROLE
public static final Action DROP_ROLE
GRANT_ROLE
public static final Action GRANT_ROLE
REVOKE_ROLE
public static final Action REVOKE_ROLE
GRANT_PRIVILEGE
public static final Action GRANT_PRIVILEGE
REVOKE_PRIVILEGE
public static final Action REVOKE_PRIVILEGE
CREATE_DISTRIBUTION_ZONE
public static final Action CREATE_DISTRIBUTION_ZONE
ALTER_DISTRIBUTION_ZONE
public static final Action ALTER_DISTRIBUTION_ZONE
DROP_DISTRIBUTION_ZONE
public static final Action DROP_DISTRIBUTION_ZONE
READ_SCHEMA
public static final Action READ_SCHEMA
CREATE_TABLE
public static final Action CREATE_TABLE
SELECT_FROM_TABLE
public static final Action SELECT_FROM_TABLE
ALTER_TABLE
public static final Action ALTER_TABLE
DROP_TABLE
public static final Action DROP_TABLE
INSERT_INTO_TABLE
public static final Action INSERT_INTO_TABLE
UPDATE_TABLE
public static final Action UPDATE_TABLE
DELETE_FROM_TABLE
public static final Action DELETE_FROM_TABLE
CREATE_VIEW
public static final Action CREATE_VIEW
SELECT_FROM_VIEW
public static final Action SELECT_FROM_VIEW
ALTER_VIEW
public static final Action ALTER_VIEW
DROP_VIEW
public static final Action DROP_VIEW
CREATE_SEQUENCE
public static final Action CREATE_SEQUENCE
ALTER_SEQUENCE
public static final Action ALTER_SEQUENCE
USE_SEQUENCE
public static final Action USE_SEQUENCE
DROP_SEQUENCE
public static final Action DROP_SEQUENCE
CREATE_INDEX
public static final Action CREATE_INDEX
DROP_INDEX
public static final Action DROP_INDEX
USE_INDEX
public static final Action USE_INDEX
CREATE_SNAPSHOT
public static final Action CREATE_SNAPSHOT
RESTORE_SNAPSHOT
public static final Action RESTORE_SNAPSHOT
DELETE_SNAPSHOT
public static final Action DELETE_SNAPSHOT
CHECK_SNAPSHOT
public static final Action CHECK_SNAPSHOT
ALL
public static final Action ALL
Method Details
values
public static Action [] values ()
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null