com.ibm.wsspi.batch.security
Enum JobOperationAuthorizer.JOB_OPERATION
- java.lang.Object
java.lang.Enum<JobOperationAuthorizer.JOB_OPERATION>
com.ibm.wsspi.batch.security.JobOperationAuthorizer.JOB_OPERATION
All implemented interfaces:
java.io.Serializable, java.lang.Comparable<JobOperationAuthorizer.JOB_OPERATION>
Enclosing class:
- public static enum JobOperationAuthorizer.JOB_OPERATION
- extends java.lang.Enum<JobOperationAuthorizer.JOB_OPERATION>
Enum Constant Summary
Method Summary
Modifier and Type | Method and Description |
---|---|
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
|
|
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
SAVE_TO_REPOSITORY
- public static final JobOperationAuthorizer.JOB_OPERATION SAVE_TO_REPOSITORY
SHOW_FROM_REPOSITORY
- public static final JobOperationAuthorizer.JOB_OPERATION SHOW_FROM_REPOSITORY
REMOVE_FROM_REPOSITORY
- public static final JobOperationAuthorizer.JOB_OPERATION REMOVE_FROM_REPOSITORY
GET_JOB_NAMES
- public static final JobOperationAuthorizer.JOB_OPERATION GET_JOB_NAMES
CANCEL_JOB
- public static final JobOperationAuthorizer.JOB_OPERATION CANCEL_JOB
FORCED_CANCEL
- public static final JobOperationAuthorizer.JOB_OPERATION FORCED_CANCEL
STOP_JOB
- public static final JobOperationAuthorizer.JOB_OPERATION STOP_JOB
PURGE_JOB
- public static final JobOperationAuthorizer.JOB_OPERATION PURGE_JOB
RESTART_JOB
- public static final JobOperationAuthorizer.JOB_OPERATION RESTART_JOB
SUSPEND_JOB
- public static final JobOperationAuthorizer.JOB_OPERATION SUSPEND_JOB
RESUME_JOB
- public static final JobOperationAuthorizer.JOB_OPERATION RESUME_JOB
GET_BATCH_JOB_RC
- public static final JobOperationAuthorizer.JOB_OPERATION GET_BATCH_JOB_RC
GET_JOB_STATUS
- public static final JobOperationAuthorizer.JOB_OPERATION GET_JOB_STATUS
GET_LOG_METADATA
- public static final JobOperationAuthorizer.JOB_OPERATION GET_LOG_METADATA
GET_LOG_PART_LIST
- public static final JobOperationAuthorizer.JOB_OPERATION GET_LOG_PART_LIST
GET_LOG_PART
- public static final JobOperationAuthorizer.JOB_OPERATION GET_LOG_PART
GET_LOG_SIZE
- public static final JobOperationAuthorizer.JOB_OPERATION GET_LOG_SIZE
GET_LOG_AGE
- public static final JobOperationAuthorizer.JOB_OPERATION GET_LOG_AGE
GET_JOB_BY_CLASS
- public static final JobOperationAuthorizer.JOB_OPERATION GET_JOB_BY_CLASS
SUBMIT
- public static final JobOperationAuthorizer.JOB_OPERATION SUBMIT
CANCEL
- public static final JobOperationAuthorizer.JOB_OPERATION CANCEL
FORCEDCANCEL
- public static final JobOperationAuthorizer.JOB_OPERATION FORCEDCANCEL
GETLOG
- public static final JobOperationAuthorizer.JOB_OPERATION GETLOG
GETRETURNCODE
- public static final JobOperationAuthorizer.JOB_OPERATION GETRETURNCODE
GET_STATUS
- public static final JobOperationAuthorizer.JOB_OPERATION GET_STATUS
GET_JOB_IDS
- public static final JobOperationAuthorizer.JOB_OPERATION GET_JOB_IDS
VIEW
- public static final JobOperationAuthorizer.JOB_OPERATION VIEW
SUBMIT_RECURRING_REQUEST
- public static final JobOperationAuthorizer.JOB_OPERATION SUBMIT_RECURRING_REQUEST
GET_REQUESTS_ID
- public static final JobOperationAuthorizer.JOB_OPERATION GET_REQUESTS_ID
SHOW_ALL_RECURRING_REQUESTS
- public static final JobOperationAuthorizer.JOB_OPERATION SHOW_ALL_RECURRING_REQUESTS
GET_REQUESTS
- public static final JobOperationAuthorizer.JOB_OPERATION GET_REQUESTS
CANCEL_RECURRING_REQUEST
- public static final JobOperationAuthorizer.JOB_OPERATION CANCEL_RECURRING_REQUEST
MODIFY_RECURRING_REQUEST
- public static final JobOperationAuthorizer.JOB_OPERATION MODIFY_RECURRING_REQUEST
GET_RECURRING_REQUEST_DETAILS
- public static final JobOperationAuthorizer.JOB_OPERATION GET_RECURRING_REQUEST_DETAILS
SUBMIT_RECURRING_REQUEST_FROM_REPOSITORY
- public static final JobOperationAuthorizer.JOB_OPERATION SUBMIT_RECURRING_REQUEST_FROM_REPOSITORY
SHOW_RECURRING_JOBS
- public static final JobOperationAuthorizer.JOB_OPERATION SHOW_RECURRING_JOBS
Method Detail
values
- public static JobOperationAuthorizer.JOB_OPERATION[] values( )
Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
Returns:
an array containing the constants of this enum type, in
the order they are declared
valueOf
- public static JobOperationAuthorizer.JOB_OPERATION valueOf( java.lang.String name)
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name java.lang.NullPointerException
- if the argument is null