- Read - Static variable in class oracle.as.scheduler.request.ContentHandle.ContentOpenOptions
-
Operation to open content for read.
- READ - Static variable in class oracle.as.scheduler.security.MetadataPermission.Action
-
Read permission for the metadata(s) configured in this MetadataPermission.
- read - Static variable in class oracle.as.scheduler.security.RuntimeDataPermission.Action
-
Read permission for the requests of metadata(s) configured in this RuntimeDataPermission.
- READY - Static variable in class oracle.as.scheduler.State
-
Request has been dispatched and is awaiting processing.
- READYWAIT_TIME - Static variable in class oracle.as.scheduler.RuntimeService.QueryField
-
The amount of time, in milliseconds, a request has been waiting
to run since it became READY.
- RECOVER_CANCEL - Static variable in class oracle.as.scheduler.Cause
-
Request was cancelled during manual recovery.
- RECOVER_GROUP_CANCEL - Static variable in class oracle.as.scheduler.Cause
-
Request was cancelled during manual recovery when removing process group.
- RECUR_CHILD - Static variable in class oracle.as.scheduler.RequestType
-
Child request generated from a Schedule associated with a submitted
regular (non-JobSet) request.
- RECUR_PARENT - Static variable in class oracle.as.scheduler.RequestType
-
Regular (non-JobSet) recurring parent request.
- Recurrence - Class in oracle.as.scheduler
-
Used to define a recurrence pattern for use by Schedule
or Exclusion
definition.
- Recurrence(String) - Constructor for class oracle.as.scheduler.Recurrence
-
Constructs a new instance with the specified iCalendar expression.
- Recurrence(RecurrenceFields.FREQUENCY, int) - Constructor for class oracle.as.scheduler.Recurrence
-
Constructs a new instance with the given frequency.
- Recurrence(RecurrenceFields.FREQUENCY, int, Calendar, Calendar) - Constructor for class oracle.as.scheduler.Recurrence
-
Constructs a new instance with the given frequency and the start, end
date/time.
- RecurrenceFields - Class in oracle.as.scheduler
-
Defines the fields to construct a Recurrence.
- RecurrenceFields() - Constructor for class oracle.as.scheduler.RecurrenceFields
-
- RecurrenceFields.DAY_OF_MONTH - Class in oracle.as.scheduler
-
Class that defines the day of a month.
- RecurrenceFields.DAY_OF_WEEK - Class in oracle.as.scheduler
-
Enum for the days of a week.
- RecurrenceFields.FREQUENCY - Class in oracle.as.scheduler
-
Enum for the main repeat frequency of a Recurrence.
- RecurrenceFields.MONTH_OF_YEAR - Class in oracle.as.scheduler
-
Enum for the months of the year.
- RecurrenceFields.TIME_OF_DAY - Class in oracle.as.scheduler
-
Class that defines the time of the day.
- RecurrenceFields.WEEK_OF_MONTH - Class in oracle.as.scheduler
-
Enum for the week of a month.
- RecurrenceFields.YEAR - Class in oracle.as.scheduler
-
Class that encapsulate the value of a year.
- RecurrenceSet - Class in oracle.as.scheduler
-
Used for representing a collection of Recurrence
objects as
a single unit.
- RecurrenceSet() - Constructor for class oracle.as.scheduler.RecurrenceSet
-
Constructs a new instance of RecurrenceSet.
- RecurrenceSet(Recurrence[]) - Constructor for class oracle.as.scheduler.RecurrenceSet
-
Constructs a new instance with the given recurrences.
- REDIRECTED_OUTPUT_FILE - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the file where standard output and
error streams are redirected for a Process job request.
- releaseRequest(RuntimeServiceHandle, long) - Method in interface oracle.as.scheduler.RuntimeService
-
Releases a request from the HOLD
state.
- RemoteAsyncHelper - Class in oracle.as.scheduler.async
-
Helper class for invoking the remote asynchronous request bean
- RemoteAsyncHelper(RequestExecutionContext, RequestParameters) - Constructor for class oracle.as.scheduler.async.RemoteAsyncHelper
-
- RemoteAsyncHelper(RequestExecutionContext, RequestParameters, String) - Constructor for class oracle.as.scheduler.async.RemoteAsyncHelper
-
- RemoteAsyncHelper(RequestExecutionContext, RequestParameters, String, char[]) - Constructor for class oracle.as.scheduler.async.RemoteAsyncHelper
-
- RemoteAsyncHelper(RequestExecutionContext, RequestParameters, Context) - Constructor for class oracle.as.scheduler.async.RemoteAsyncHelper
-
- RemoteAsyncHelper(RequestExecutionContext, RequestParameters, Context, String) - Constructor for class oracle.as.scheduler.async.RemoteAsyncHelper
-
- RemoteCancellableExecutable - Interface in oracle.as.scheduler
-
Contract by which a client EJB executable can also be cancelled.
- RemoteConnector - Class in oracle.as.scheduler.request
-
Helper class for remote EJB job to callback ESS's beans
- RemoteConnector() - Constructor for class oracle.as.scheduler.request.RemoteConnector
-
- RemoteContentHelper - Class in oracle.as.scheduler.request
-
Log and output helper for remote EJB job.
- RemoteContentHelper(RequestExecutionContext, RequestParameters) - Constructor for class oracle.as.scheduler.request.RemoteContentHelper
-
Creates a remote helper for request content.
- RemoteContentHelper(RequestExecutionContext, RequestParameters, RuntimeService) - Constructor for class oracle.as.scheduler.request.RemoteContentHelper
-
Creates a remote helper for request content using the given
RuntimeService.
- RemoteExecutable - Interface in oracle.as.scheduler
-
Marker interface used to distinguish EJB job requests.
- remove(String) - Method in class oracle.as.scheduler.JobSetStepProperties
-
Removes a property from this object.
- remove(String) - Method in class oracle.as.scheduler.ParameterList
-
Removes the given parameter from the list.
- remove(Recurrence) - Method in class oracle.as.scheduler.RecurrenceSet
-
Method to remove a Recurrence from this RecurrenceSet object.
- remove(String) - Method in class oracle.as.scheduler.RequestParameters
-
Removes a parameter from this object.
- remove(String, String) - Method in class oracle.as.scheduler.RequestParameters
-
Removes a parameter uniquely identified by a step ID and parameter
name.
- removeDayOfMonth(RecurrenceFields.DAY_OF_MONTH) - Method in class oracle.as.scheduler.Recurrence
-
Removes a day of month from this Recurrence objects.
- removeDayOfWeek(RecurrenceFields.DAY_OF_WEEK) - Method in class oracle.as.scheduler.Recurrence
-
Removes a day of week from this Recurrence objects.
- removeEntity(MetadataObjectId) - Method in class oracle.as.scheduler.Incompatibility
-
Removes the specified entity from this incompatibility definition.
- removeExclusion(Exclusion) - Method in class oracle.as.scheduler.ExclusionsDefinition
-
Removes an Exclusion from this ExclusionsDefinition object.
- removeExclusion(MetadataObjectId) - Method in class oracle.as.scheduler.Schedule
-
Removes the given reference of ExclusionsDefinition from this
Schedule object.
- removeExclusionDate(ExplicitDate) - Method in class oracle.as.scheduler.Schedule
-
Removes an explicit date from the list of dates excluded for occurrences
in this Schedule object.
- removeInclusionDate(ExplicitDate) - Method in class oracle.as.scheduler.Schedule
-
Removes an explicit date from list of included dates of this
Schedule object.
- removeMonth(RecurrenceFields.MONTH_OF_YEAR) - Method in class oracle.as.scheduler.Recurrence
-
Removes a month from this Recurrence objects.
- removeWeekOfMonth(RecurrenceFields.WEEK_OF_MONTH) - Method in class oracle.as.scheduler.Recurrence
-
Removes a week of month from this Recurrence objects.
- removeWorkshift(MetadataObjectId) - Method in class oracle.as.scheduler.WorkAssignment
-
Removes a workshift from this WorkAssignment.
- replaceSchedule(RuntimeServiceHandle, long, Schedule) - Method in interface oracle.as.scheduler.RuntimeService
-
Replace the current schedule for a request that has already been
submitted.
- replaceSchedule(RuntimeServiceHandle, long, MetadataObjectId) - Method in interface oracle.as.scheduler.RuntimeService
-
Replace the current schedule for a request that has already been
submitted.
- replaceSchedule(RuntimeServiceHandle, long, MetadataObjectId, Schedule, Calendar, Calendar) - Method in interface oracle.as.scheduler.RuntimeService
-
Replace the current schedule for a request that has already been
submitted with a schedule.
- REPROCESS_DELAY - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the callout handler processing delay time.
- REQUEST_AUTHORIZATION_FAILED - Static variable in class oracle.as.scheduler.Cause
-
Request execution authorzation failed.
- REQUEST_CANCELLED - Static variable in interface oracle.as.scheduler.Event
-
Name of the system event published when request processing was
canceled.
- REQUEST_CATEGORY - Static variable in class oracle.as.scheduler.MetadataService.QueryField
-
The name of the request category.
- REQUEST_CATEGORY - Static variable in class oracle.as.scheduler.RuntimeService.QueryField
-
The request category specified for the request.
- REQUEST_CATEGORY - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies an application-specific label for a request.
- REQUEST_CATEGORY - Static variable in class oracle.as.scheduler.WorkAssignment.SpecializationProperty
-
The request category system property associated with a request.
- REQUEST_DMS_ECID - Static variable in class oracle.as.scheduler.RuntimeService.QueryField
-
The DMS ECID used for processing of a request.
- REQUEST_EFFECTIVE_ENCODING - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that stores the effective encoding associated with a
spawned job request.
- REQUEST_ERROR - Static variable in interface oracle.as.scheduler.Event
-
Name of the system event published when request processing completed
as an error.
- REQUEST_ERROR_MANUAL_RECOVERY - Static variable in interface oracle.as.scheduler.Event
-
Name of the system event published when manual recovery is needed
for a request.
- REQUEST_EXPIRATION - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the expiration time for a request.
- REQUEST_EXPIRED - Static variable in class oracle.as.scheduler.Cause
-
Request expired.
- REQUEST_EXPIRED - Static variable in interface oracle.as.scheduler.Event
-
Name of the system event published when a request expired before
it was executed.
- REQUEST_FINISHED - Static variable in interface oracle.as.scheduler.Event
-
Name of system event published when processing of a Schedule
based parent request has finished.
- REQUEST_FLOWID - Static variable in class oracle.as.scheduler.RuntimeService.QueryField
-
The DMS FlowId used for processing of a request.
- REQUEST_INVALID - Static variable in interface oracle.as.scheduler.Event
-
Name of the system event published when a request that was
pending validation has failed validation.
- REQUEST_LOG_LEVEL - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the log level for request logging.
- REQUEST_LOGIN_ERROR - Static variable in class oracle.as.scheduler.Cause
-
Request submittor failed to login
- REQUEST_PAUSED - Static variable in interface oracle.as.scheduler.Event
-
Name of the system event published when request execution has paused
to allow sub-requests to execute.
- REQUEST_RETRY - Static variable in interface oracle.as.scheduler.Event
-
Name of the system event published when processing of a request
resulted in an error and will be retried.
- REQUEST_SUCCEEDED - Static variable in interface oracle.as.scheduler.Event
-
Name of the system event published when request processing completed
as success.
- REQUEST_TIMED_OUT - Static variable in interface oracle.as.scheduler.Event
-
Name of the system event published when a request execution times out.
- REQUEST_VALID - Static variable in interface oracle.as.scheduler.Event
-
Name of the system event published when a request that was
pending validation has been successfully validated.
- REQUEST_WARNING - Static variable in interface oracle.as.scheduler.Event
-
Name of the system event published when request processing completed
as a warning.
- RequestCategory - Static variable in class oracle.as.scheduler.metadata.query.field.MetadataQueryFieldEnum
-
Query field for searching metadata by request category specified in parameters
- RequestCategory - Static variable in class oracle.as.scheduler.MetadataService.CustomizableProperty
-
- RequestCategoryQueryField - Class in oracle.as.scheduler.metadata.query.field
-
Query field for searching metadata by request category specified in parameters
- RequestContextSubstitutionHandler - Class in oracle.as.scheduler.substitution
-
This
SubstitutionHandler
makes the elements of ReqeustExecutionContext
available as substitutions.
- RequestContextSubstitutionHandler(RequestExecutionContext) - Constructor for class oracle.as.scheduler.substitution.RequestContextSubstitutionHandler
-
- RequestDetail - Class in oracle.as.scheduler
-
Encapsulates the runtime data associated with a request.
- REQUESTED_PROCESSOR - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the request processor node on which the
request should be processed.
- REQUESTEDEND - Static variable in class oracle.as.scheduler.RuntimeService.QueryField
-
The requested end time.
- REQUESTEDSTART - Static variable in class oracle.as.scheduler.RuntimeService.QueryField
-
The requested start time.
- RequestExecutionContext - Interface in oracle.as.scheduler
-
Defines the context of a request execution.
- REQUESTID - Static variable in class oracle.as.scheduler.RuntimeService.QueryField
-
The request id of a request.
- RequestLogger - Interface in oracle.as.scheduler.request
-
Request logging API.
- RequestMode - Class in oracle.as.scheduler
-
Enum of the request modes.
- RequestNotFoundException - Exception in oracle.as.scheduler
-
Exception that indicates the request is not found in the system.
- RequestNotFoundException() - Constructor for exception oracle.as.scheduler.RequestNotFoundException
-
Constructor.
- RequestNotFoundException(String) - Constructor for exception oracle.as.scheduler.RequestNotFoundException
-
Constructor with a detailed message.
- RequestNotFoundException(String, long) - Constructor for exception oracle.as.scheduler.RequestNotFoundException
-
Constructor with a detailed message.
- RequestNotFoundException(Throwable) - Constructor for exception oracle.as.scheduler.RequestNotFoundException
-
Constructor with the underlying cause.
- RequestNotFoundException(Throwable, long) - Constructor for exception oracle.as.scheduler.RequestNotFoundException
-
Constructor with the underlying cause.
- RequestNotFoundException(String, Throwable) - Constructor for exception oracle.as.scheduler.RequestNotFoundException
-
Constructor with a detailed message and underlying cause.
- RequestNotFoundException(String, Throwable, long) - Constructor for exception oracle.as.scheduler.RequestNotFoundException
-
Constructor with a detailed message and underlying cause.
- RequestOutput - Interface in oracle.as.scheduler.request
-
Request output API.
- RequestParameters - Class in oracle.as.scheduler
-
Container for all the parameters for a request.
- RequestParameters() - Constructor for class oracle.as.scheduler.RequestParameters
-
Constructs a new instance.
- RequestParameters(RequestParameters) - Constructor for class oracle.as.scheduler.RequestParameters
-
Constructs an instance with the same parameter mappings as the
specified object.
- RequestParamSubstitutionHandler - Class in oracle.as.scheduler.substitution
-
- RequestParamSubstitutionHandler(RequestParameters) - Constructor for class oracle.as.scheduler.substitution.RequestParamSubstitutionHandler
-
- RequestSubstitutionHandler - Class in oracle.as.scheduler.substitution
-
Aggregate substitution handler for RequestContextSubstitutionHandler and
RequestParamSubstitutionHandler.
- RequestType - Class in oracle.as.scheduler
-
Enum of request types.
- REQUESTTYPE - Static variable in class oracle.as.scheduler.RuntimeService.QueryField
-
The type of request.
- RESOLVED_CMDLINE - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the command line used for a Process type
job request.
- ResultIndex - Static variable in class oracle.as.scheduler.metadata.query.field.MetadataQueryFieldEnum
-
QueryField used when searching for metadata by the index of query results
- RESULTINDEX - Static variable in class oracle.as.scheduler.RuntimeService.QueryField
-
Controls the starting and ending index of the returned results.
- ResultIndexQueryField - Class in oracle.as.scheduler.metadata.query.field
-
QueryField used for searching metadata by the index of query results
- RETRIED_COUNT - Static variable in class oracle.as.scheduler.RuntimeService.QueryField
-
The retried count associated with a job.
- Retries - Static variable in class oracle.as.scheduler.MetadataService.CustomizableProperty
-
- RETRIES - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the retry limit for a failed request.
- RollbackException - Exception in oracle.as.scheduler
-
Thrown when the a transactional operation is invoked and the
transaction has been marked as rollback only.
- RollbackException() - Constructor for exception oracle.as.scheduler.RollbackException
-
Constructor
- RollbackException(String) - Constructor for exception oracle.as.scheduler.RollbackException
-
Constructor with a detailed message.
- RollbackException(Throwable) - Constructor for exception oracle.as.scheduler.RollbackException
-
Constructor with the underlying cause.
- RollbackException(String, Throwable) - Constructor for exception oracle.as.scheduler.RollbackException
-
Constructor with a detailed message and underlying cause.
- RUNAS_APPLICATIONID - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies a job runas ApplicaitonId.
- RUNNING - Static variable in class oracle.as.scheduler.State
-
Request is being processed.
- RuntimeDataPermission - Class in oracle.as.scheduler.security
-
Represents the access control definitions to enforce access of ESS runtime resources.
- RuntimeDataPermission(String, String) - Constructor for class oracle.as.scheduler.security.RuntimeDataPermission
-
Constructs the instance of RuntimeData permission for the given target and actions
- RuntimeDataPermission(ID_TYPE[], RuntimeDataPermission.Action[]) - Constructor for class oracle.as.scheduler.security.RuntimeDataPermission
-
Constructs the instance of RuntimeData permission for the given array of targets and actions
- RuntimeDataPermission(ID_TYPE, RuntimeDataPermission.Action[]) - Constructor for class oracle.as.scheduler.security.RuntimeDataPermission
-
Constructs the instance of RuntimeData permission for the given array of targets and actions
- RuntimeDataPermission.Action - Class in oracle.as.scheduler.security
-
Enum of the permissible actions for ESS requests.
- RuntimeDataPermission.Menu - Class in oracle.as.scheduler.security
-
Enum of the menus defined for RuntimeDataPermissions.
- RuntimeIllegalOperationException - Exception in oracle.as.scheduler
-
Exception that indicates an operation on a request is illegal.
- RuntimeIllegalOperationException(String) - Constructor for exception oracle.as.scheduler.RuntimeIllegalOperationException
-
Constructor.
- RuntimeIllegalOperationException(String, Throwable) - Constructor for exception oracle.as.scheduler.RuntimeIllegalOperationException
-
Constructor.
- RuntimeService - Interface in oracle.as.scheduler
-
Runtime Service API.
- RuntimeService.QueryField - Class in oracle.as.scheduler
-
Field names to be used when querying the Runtime Store.
- RuntimeServiceAccessControlException - Exception in oracle.as.scheduler
-
Exception used by the RuntimeService
to indicate permission
or security related errors.
- RuntimeServiceAccessControlException(String) - Constructor for exception oracle.as.scheduler.RuntimeServiceAccessControlException
-
Constructor.
- RuntimeServiceException - Exception in oracle.as.scheduler
-
Exception used by RuntimeService
to indicate system errors.
- RuntimeServiceException() - Constructor for exception oracle.as.scheduler.RuntimeServiceException
-
Constructor
- RuntimeServiceException(String) - Constructor for exception oracle.as.scheduler.RuntimeServiceException
-
Constructor with a detailed message.
- RuntimeServiceException(Throwable) - Constructor for exception oracle.as.scheduler.RuntimeServiceException
-
Constructor with the underlying cause.
- RuntimeServiceException(String, Throwable) - Constructor for exception oracle.as.scheduler.RuntimeServiceException
-
Constructor with a detailed message and underlying cause.
- RuntimeServiceHandle - Interface in oracle.as.scheduler
-
Handle for accessing the runtime service.
- RuntimeServiceRemote - Interface in oracle.as.scheduler
-
The remote interface for RuntimeService Bean.
- RuntimeStoreAccessException - Exception in oracle.as.scheduler
-
Exception used to indicate an error accessing or performing an operation
on the Enterprise Scheduler runtime store.
- RuntimeStoreAccessException() - Constructor for exception oracle.as.scheduler.RuntimeStoreAccessException
-
Default constructor.
- RuntimeStoreAccessException(String) - Constructor for exception oracle.as.scheduler.RuntimeStoreAccessException
-
Constructor with a detailed message.
- RuntimeStoreAccessException(Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreAccessException
-
Constructor that creates the instance based on a cause.
- RuntimeStoreAccessException(String, Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreAccessException
-
Constructor to create the instance with an message and cause.
- RuntimeStoreLockException - Exception in oracle.as.scheduler
-
Exception used to indicate that an Enterprise Scheduler runtime store
lock could not be obtained.
- RuntimeStoreLockException() - Constructor for exception oracle.as.scheduler.RuntimeStoreLockException
-
Default constructor.
- RuntimeStoreLockException(String) - Constructor for exception oracle.as.scheduler.RuntimeStoreLockException
-
Constructor with a detailed message.
- RuntimeStoreLockException(Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreLockException
-
Constructor that creates the instance based on a cause.
- RuntimeStoreLockException(String, Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreLockException
-
Constructor to create the instance with an message and cause.