com.ibm.wsspi.batch.security

Enum JobOperationAuthorizer.JOB_OPERATION

  1. java.lang.Object
  2. extended byjava.lang.Enum<JobOperationAuthorizer.JOB_OPERATION>
  3. extended bycom.ibm.wsspi.batch.security.JobOperationAuthorizer.JOB_OPERATION
All implemented interfaces:
java.io.Serializable, java.lang.Comparable<JobOperationAuthorizer.JOB_OPERATION>
Enclosing class:
JobOperationAuthorizer

  1. public static enum JobOperationAuthorizer.JOB_OPERATION
  2. extends java.lang.Enum<JobOperationAuthorizer.JOB_OPERATION>

Enum Constant Summary

Enum Constant and Description
CANCEL
CANCEL_JOB
CANCEL_RECURRING_REQUEST
FORCED_CANCEL
FORCEDCANCEL
GET_BATCH_JOB_RC
GET_JOB_BY_CLASS
GET_JOB_IDS
GET_JOB_NAMES
GET_JOB_STATUS
GET_LOG_AGE
GET_LOG_METADATA
GET_LOG_PART
GET_LOG_PART_LIST
GET_LOG_SIZE
GET_RECURRING_REQUEST_DETAILS
GET_REQUESTS
GET_REQUESTS_ID
GET_STATUS
GETLOG
GETRETURNCODE
MODIFY_RECURRING_REQUEST
PURGE_JOB
REMOVE_FROM_REPOSITORY
RESTART_JOB
RESUME_JOB
SAVE_TO_REPOSITORY
SHOW_ALL_RECURRING_REQUESTS
SHOW_FROM_REPOSITORY
SHOW_RECURRING_JOBS
STOP_JOB
SUBMIT
SUBMIT_RECURRING_REQUEST
SUBMIT_RECURRING_REQUEST_FROM_REPOSITORY
SUSPEND_JOB
VIEW

Method Summary

Modifier and Type Method and Description
  1. static
  2. JobOperationAuthorizer.JOB_OPERATION
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
  1. static
  2. JobOperationAuthorizer.JOB_OPERATION[]
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

  1. public static final JobOperationAuthorizer.JOB_OPERATION SAVE_TO_REPOSITORY

SHOW_FROM_REPOSITORY

  1. public static final JobOperationAuthorizer.JOB_OPERATION SHOW_FROM_REPOSITORY

REMOVE_FROM_REPOSITORY

  1. public static final JobOperationAuthorizer.JOB_OPERATION REMOVE_FROM_REPOSITORY

GET_JOB_NAMES

  1. public static final JobOperationAuthorizer.JOB_OPERATION GET_JOB_NAMES

CANCEL_JOB

  1. public static final JobOperationAuthorizer.JOB_OPERATION CANCEL_JOB

FORCED_CANCEL

  1. public static final JobOperationAuthorizer.JOB_OPERATION FORCED_CANCEL

STOP_JOB

  1. public static final JobOperationAuthorizer.JOB_OPERATION STOP_JOB

PURGE_JOB

  1. public static final JobOperationAuthorizer.JOB_OPERATION PURGE_JOB

RESTART_JOB

  1. public static final JobOperationAuthorizer.JOB_OPERATION RESTART_JOB

SUSPEND_JOB

  1. public static final JobOperationAuthorizer.JOB_OPERATION SUSPEND_JOB

RESUME_JOB

  1. public static final JobOperationAuthorizer.JOB_OPERATION RESUME_JOB

GET_BATCH_JOB_RC

  1. public static final JobOperationAuthorizer.JOB_OPERATION GET_BATCH_JOB_RC

GET_JOB_STATUS

  1. public static final JobOperationAuthorizer.JOB_OPERATION GET_JOB_STATUS

GET_LOG_METADATA

  1. public static final JobOperationAuthorizer.JOB_OPERATION GET_LOG_METADATA

GET_LOG_PART_LIST

  1. public static final JobOperationAuthorizer.JOB_OPERATION GET_LOG_PART_LIST

GET_LOG_PART

  1. public static final JobOperationAuthorizer.JOB_OPERATION GET_LOG_PART

GET_LOG_SIZE

  1. public static final JobOperationAuthorizer.JOB_OPERATION GET_LOG_SIZE

GET_LOG_AGE

  1. public static final JobOperationAuthorizer.JOB_OPERATION GET_LOG_AGE

GET_JOB_BY_CLASS

  1. public static final JobOperationAuthorizer.JOB_OPERATION GET_JOB_BY_CLASS

SUBMIT

  1. public static final JobOperationAuthorizer.JOB_OPERATION SUBMIT

CANCEL

  1. public static final JobOperationAuthorizer.JOB_OPERATION CANCEL

FORCEDCANCEL

  1. public static final JobOperationAuthorizer.JOB_OPERATION FORCEDCANCEL

GETLOG

  1. public static final JobOperationAuthorizer.JOB_OPERATION GETLOG

GETRETURNCODE

  1. public static final JobOperationAuthorizer.JOB_OPERATION GETRETURNCODE

GET_STATUS

  1. public static final JobOperationAuthorizer.JOB_OPERATION GET_STATUS

GET_JOB_IDS

  1. public static final JobOperationAuthorizer.JOB_OPERATION GET_JOB_IDS

VIEW

  1. public static final JobOperationAuthorizer.JOB_OPERATION VIEW

SUBMIT_RECURRING_REQUEST

  1. public static final JobOperationAuthorizer.JOB_OPERATION SUBMIT_RECURRING_REQUEST

GET_REQUESTS_ID

  1. public static final JobOperationAuthorizer.JOB_OPERATION GET_REQUESTS_ID

SHOW_ALL_RECURRING_REQUESTS

  1. public static final JobOperationAuthorizer.JOB_OPERATION SHOW_ALL_RECURRING_REQUESTS

GET_REQUESTS

  1. public static final JobOperationAuthorizer.JOB_OPERATION GET_REQUESTS

CANCEL_RECURRING_REQUEST

  1. public static final JobOperationAuthorizer.JOB_OPERATION CANCEL_RECURRING_REQUEST

MODIFY_RECURRING_REQUEST

  1. public static final JobOperationAuthorizer.JOB_OPERATION MODIFY_RECURRING_REQUEST

GET_RECURRING_REQUEST_DETAILS

  1. public static final JobOperationAuthorizer.JOB_OPERATION GET_RECURRING_REQUEST_DETAILS

SUBMIT_RECURRING_REQUEST_FROM_REPOSITORY

  1. public static final JobOperationAuthorizer.JOB_OPERATION SUBMIT_RECURRING_REQUEST_FROM_REPOSITORY

SHOW_RECURRING_JOBS

  1. public static final JobOperationAuthorizer.JOB_OPERATION SHOW_RECURRING_JOBS

Method Detail

values

  1. 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:
for (JobOperationAuthorizer.JOB_OPERATION c : JobOperationAuthorizer.JOB_OPERATION.values())   
System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

  1. 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