public static enum JobOperationAuthorizer.JOB_OPERATION extends java.lang.Enum<JobOperationAuthorizer.JOB_OPERATION>
Modifier and Type | Method and Description |
---|---|
static JobOperationAuthorizer.JOB_OPERATION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobOperationAuthorizer.JOB_OPERATION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobOperationAuthorizer.JOB_OPERATION SAVE_TO_REPOSITORY
public static final JobOperationAuthorizer.JOB_OPERATION SHOW_FROM_REPOSITORY
public static final JobOperationAuthorizer.JOB_OPERATION REMOVE_FROM_REPOSITORY
public static final JobOperationAuthorizer.JOB_OPERATION GET_JOB_NAMES
public static final JobOperationAuthorizer.JOB_OPERATION CANCEL_JOB
public static final JobOperationAuthorizer.JOB_OPERATION FORCED_CANCEL
public static final JobOperationAuthorizer.JOB_OPERATION STOP_JOB
public static final JobOperationAuthorizer.JOB_OPERATION PURGE_JOB
public static final JobOperationAuthorizer.JOB_OPERATION RESTART_JOB
public static final JobOperationAuthorizer.JOB_OPERATION SUSPEND_JOB
public static final JobOperationAuthorizer.JOB_OPERATION RESUME_JOB
public static final JobOperationAuthorizer.JOB_OPERATION GET_BATCH_JOB_RC
public static final JobOperationAuthorizer.JOB_OPERATION GET_JOB_STATUS
public static final JobOperationAuthorizer.JOB_OPERATION GET_LOG_METADATA
public static final JobOperationAuthorizer.JOB_OPERATION GET_LOG_PART_LIST
public static final JobOperationAuthorizer.JOB_OPERATION GET_LOG_PART
public static final JobOperationAuthorizer.JOB_OPERATION GET_LOG_SIZE
public static final JobOperationAuthorizer.JOB_OPERATION GET_LOG_AGE
public static final JobOperationAuthorizer.JOB_OPERATION GET_JOB_BY_CLASS
public static final JobOperationAuthorizer.JOB_OPERATION SUBMIT
public static final JobOperationAuthorizer.JOB_OPERATION CANCEL
public static final JobOperationAuthorizer.JOB_OPERATION FORCEDCANCEL
public static final JobOperationAuthorizer.JOB_OPERATION GETLOG
public static final JobOperationAuthorizer.JOB_OPERATION GETRETURNCODE
public static final JobOperationAuthorizer.JOB_OPERATION GET_STATUS
public static final JobOperationAuthorizer.JOB_OPERATION GET_JOB_IDS
public static final JobOperationAuthorizer.JOB_OPERATION VIEW
public static final JobOperationAuthorizer.JOB_OPERATION SUBMIT_RECURRING_REQUEST
public static final JobOperationAuthorizer.JOB_OPERATION GET_REQUESTS_ID
public static final JobOperationAuthorizer.JOB_OPERATION SHOW_ALL_RECURRING_REQUESTS
public static final JobOperationAuthorizer.JOB_OPERATION GET_REQUESTS
public static final JobOperationAuthorizer.JOB_OPERATION CANCEL_RECURRING_REQUEST
public static final JobOperationAuthorizer.JOB_OPERATION MODIFY_RECURRING_REQUEST
public static final JobOperationAuthorizer.JOB_OPERATION GET_RECURRING_REQUEST_DETAILS
public static final JobOperationAuthorizer.JOB_OPERATION SUBMIT_RECURRING_REQUEST_FROM_REPOSITORY
public static final JobOperationAuthorizer.JOB_OPERATION SHOW_RECURRING_JOBS
public static JobOperationAuthorizer.JOB_OPERATION[] values()
for (JobOperationAuthorizer.JOB_OPERATION c : JobOperationAuthorizer.JOB_OPERATION.values()) System.out.println(c);
public static JobOperationAuthorizer.JOB_OPERATION valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null