Index

A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

S

SATURDAY - Enum constant in enum class oracle.as.scheduler.RecurrenceFields.DAY_OF_WEEK
Indicates Saturday.
Schedule - Class in oracle.as.scheduler
Used to specify time-based recurrence.
Schedule(String, String, String, Collection<ExplicitDate>, String[]) - Constructor for class oracle.as.scheduler.Schedule
Constructs a new instance with the given set of explicit dates and associate resource bundles.
Schedule(String, String, String, Recurrence, String[]) - Constructor for class oracle.as.scheduler.Schedule
Constructs a new instance with the given recurrence and associate resource bundles.
Schedule(String, String, String, RecurrenceSet, String[]) - Constructor for class oracle.as.scheduler.Schedule
Constructs a new instance with the given RecurrenceSet and associate resource bundles.
Schedule(String, String, Collection<ExplicitDate>) - Constructor for class oracle.as.scheduler.Schedule
Constructs a new instance with the given set of explicit dates.
Schedule(String, String, Recurrence) - Constructor for class oracle.as.scheduler.Schedule
Constructs a new instance with the given recurrence.
Schedule(String, String, RecurrenceSet) - Constructor for class oracle.as.scheduler.Schedule
Constructs a new instance with the given RecurrenceSet.
Schedule() - Static method in class oracle.as.scheduler.metadata.filter.FilterHelper
Deprecated.
Method to create filter for Schedule.
SCHEDULE - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The Schedule ID (Metadata Object ID).
SCHEDULE - Static variable in class oracle.as.scheduler.BaseMetadataType
BaseMetadataType constant for Schedule metadata.
SCHEDULE_DEFINITION - Enum constant in enum class oracle.as.scheduler.MetadataObjectId.MetadataObjectType
Represents the Schedule definition metadata object.
SCHEDULE_END - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when the Schedule associated with a submitted (absolute parent) request has ended or the request has expired.
SCHEDULE_ENDED - Enum constant in enum class oracle.as.scheduler.State
The schedule for the request has ended, or a request expiration time specified at request submission has been reached.
SCHEDULED - Enum constant in enum class oracle.as.scheduler.ExternalJobState
 
SCHEDULED - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The time when the request is scheduled to be executed.
ScheduleFilterHelper - Class in oracle.as.scheduler.metadata.filter
Deprecated.
use MetadataQueryFilterFactory
ScheduleQueryBuilder - Class in oracle.as.scheduler.metadata.query.builder
Query builder object for building filters to query Schedule metadata.
SchedulerException - Exception in oracle.as.scheduler
Base class for Oracle Enterprise Scheduler exceptions.
SchedulerException() - Constructor for exception oracle.as.scheduler.SchedulerException
Default constructor.
SchedulerException(String) - Constructor for exception oracle.as.scheduler.SchedulerException
Constructor with a detailed message.
SchedulerException(String, Throwable) - Constructor for exception oracle.as.scheduler.SchedulerException
Constructor to create the instance with an message and cause.
SchedulerException(Throwable) - Constructor for exception oracle.as.scheduler.SchedulerException
Constructor that creates the instance based on a cause.
SchedulerUserAssertionException - Exception in oracle.as.scheduler
Base class for Enterprise Scheduler user authentication exceptions.
SchedulerUserAssertionException(String) - Constructor for exception oracle.as.scheduler.SchedulerUserAssertionException
Deprecated.
SchedulerUserAssertionException(String, String) - Constructor for exception oracle.as.scheduler.SchedulerUserAssertionException
Constructor for tenant and user.
SchedulerUserAssertionException(String, String, Throwable) - Constructor for exception oracle.as.scheduler.SchedulerUserAssertionException
Constructor for tenant, user and cause.
SchedulerUserAssertionException(String, Throwable) - Constructor for exception oracle.as.scheduler.SchedulerUserAssertionException
Deprecated.
SchedulerUserAssertionException(Throwable) - Constructor for exception oracle.as.scheduler.SchedulerUserAssertionException
Deprecated.
ScheduleType() - Constructor for class oracle.as.scheduler.BaseMetadataType.ScheduleType
 
SECOND - Enum constant in enum class oracle.as.scheduler.RecurrenceFields.WEEK_OF_MONTH
The second week of a month.
SECONDLY - Enum constant in enum class oracle.as.scheduler.RecurrenceFields.FREQUENCY
Indicates every second repetition.
SecurityAction - Static variable in class oracle.as.scheduler.metadata.query.field.MetadataQueryFieldEnum
QueryField used when searching for metadata based by its MetadataPermission.Action
SecurityActionQueryField - Class in oracle.as.scheduler.metadata.query.field
QueryField used when searching for metadata based by its MetadataPermission.Action
SELECT_OUTPUT - Static variable in class oracle.as.scheduler.JobSetStepProperty
Deprecated.
Not supported.
SELECT_STATE - Static variable in class oracle.as.scheduler.JobSetStepProperty
Deprecated.
SELECT_STATE - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies whether the result state of a JobSet step should be included when determining the state of the JobSet.
SEPTEMBER - Enum constant in enum class oracle.as.scheduler.RecurrenceFields.MONTH_OF_YEAR
The month of September.
SERIAL - Enum constant in enum class oracle.as.scheduler.JobSet.ExecutionMode
Serial JobSet execution mode.
setActive(boolean) - Method in class oracle.as.scheduler.WorkAssignment
Deprecated.
setAllocation(int) - Method in class oracle.as.scheduler.Workshift
Sets the allocation weighting factor for this Workshift.
setAsyncJavaLimit(int) - Method in class oracle.as.scheduler.Workshift
Sets the max number of asyncJava jobs that can be running concurrently for this (Workshift, IsolationGroup).
setCount(int) - Method in class oracle.as.scheduler.Recurrence
Sets the count indicating the maximum number of occurrences this object will generate.
setDay(RecurrenceFields.DAY_OF_MONTH) - Method in class oracle.as.scheduler.ExplicitDate
Sets the day of this ExplicitDate object to the given value.
setDaysOfMonth(Collection<RecurrenceFields.DAY_OF_MONTH>) - Method in class oracle.as.scheduler.Recurrence
Sets days of month from this Recurrence objects.
setDescription(String) - Method in class oracle.as.scheduler.BaseMetadata
Sets the description associated with this ESS metadata object.
setDescriptionKey(String) - Method in class oracle.as.scheduler.BaseMetadata
Sets the key to be used for lookup description in the associated resource bundles.
setDisplayName(String) - Method in class oracle.as.scheduler.BaseMetadata
Sets the user friendly name associated with this ESS metadata object.
setDisplayNameKey(String) - Method in class oracle.as.scheduler.BaseMetadata
Sets the key to be used for lookup display name in the associated resource bundles.
setDuration(int) - Method in class oracle.as.scheduler.Workshift
Sets the duration.
setEnabled(boolean) - Method in class oracle.as.scheduler.WorkAssignment
Enables or disables the work assignment.
setEndDate(Calendar) - Method in class oracle.as.scheduler.Recurrence
Sets the end date/time of this Recurrence object.
setExclusionDates(Collection<ExplicitDate>) - Method in class oracle.as.scheduler.Schedule
Sets the list of dates excluded for occurrences in this Schedule object.
setExclusions(Collection<Exclusion>) - Method in class oracle.as.scheduler.ExclusionsDefinition
Sets the list of exclusions of this object.
setExecutionMode(JobSet.ExecutionMode) - Method in class oracle.as.scheduler.JobSet
Sets the JobSet execution mode to either serial or parallel mode.
setExplicitDate(ExplicitDate) - Method in class oracle.as.scheduler.Exclusion
Sets the explicit date of this Exclusion object.
setExternalJobState(RuntimeServiceHandle, long, ExternalJobState) - Method in interface oracle.as.scheduler.RuntimeService
Saves External state value for a JAVA BIP job type in request property.
setFirstStep(String) - Method in class oracle.as.scheduler.JobSet
Sets the unique id of the first step to run for a serial JobSet.
setFrequency(RecurrenceFields.FREQUENCY, int) - Method in class oracle.as.scheduler.Recurrence
Sets the frequency of this Recurrence object.
setHandleRollbackOnly(RuntimeServiceHandle) - Method in interface oracle.as.scheduler.RuntimeService
Modify the transaction associated with this handle such that the only possible outcome of the transaction is to roll back the transaction.
setHour(int) - Method in class oracle.as.scheduler.RecurrenceFields.TIME_OF_DAY
Set the Hour part of this TIME_OF_DAY instance.
setInclusionDates(Collection<ExplicitDate>) - Method in class oracle.as.scheduler.Schedule
Sets the list of dates to be included for occurrences in this Schedule.
setJobId(MetadataObjectId) - Method in class oracle.as.scheduler.JobSetStep
Sets the jobId for this step.
setJobSetSteps(JobSetStep[]) - Method in class oracle.as.scheduler.JobSet
Deprecated.
setJsSteps(JobSetStep[]) - Method in class oracle.as.scheduler.JobSet
Sets the steps for this jobset to the given steps.
setLegacy(boolean) - Method in class oracle.as.scheduler.ParameterInfo
Sets the legacy attribute of this parameter.
setLink(JobSetStep.LinkType, String) - Method in class oracle.as.scheduler.JobSetStep
Defines a linked step for the given LinkType.
setMinute(int) - Method in class oracle.as.scheduler.RecurrenceFields.TIME_OF_DAY
Set the Minute part of this TIME_OF_DAY instance.
setMonth(RecurrenceFields.MONTH_OF_YEAR) - Method in class oracle.as.scheduler.ExplicitDate
Sets the month of this ExplicitDate object to the given value.
setMonths(Collection<RecurrenceFields.MONTH_OF_YEAR>) - Method in class oracle.as.scheduler.Recurrence
Sets the list of month of this Recurrence objects.
setName(String) - Method in class oracle.as.scheduler.Exclusion
Sets the name of this Exclusion object.
setParameters(ParameterList) - Method in class oracle.as.scheduler.JobDefinition
Sets the parameters for this JobDefinition.
setParameters(ParameterList) - Method in class oracle.as.scheduler.JobSet
Sets the parameters of this JobSet.
setParameters(ParameterList) - Method in class oracle.as.scheduler.JobType
Sets the parameters of this JobType definition.
setPausedState(String) - Method in exception oracle.as.scheduler.ExecutionPausedException
Sets the paused state associated with this exception.
setPlsqlLimit(int) - Method in class oracle.as.scheduler.Workshift
Sets the maximum number of PL/SQL jobs that can be running concurrently for this (Workshift, IsolationGroup).
setProperty(String) - Method in class oracle.as.scheduler.IncompatibleEntity
Sets the property name associated with this Incompatibility entity.
setReadOnly(boolean) - Method in class oracle.as.scheduler.ParameterInfo
Sets the read-only attribute of this parameter.
setRecurExpression(String) - Method in class oracle.as.scheduler.Recurrence
Sets the iCalendar expression of this Recurrence object.
setRecurrence(Recurrence) - Method in class oracle.as.scheduler.Exclusion
Sets the recurrence of this Exclusion object.
setRecurrence(Recurrence) - Method in class oracle.as.scheduler.Schedule
Sets the recurrence for this schedule instance.
setRecurrenceSet(RecurrenceSet) - Method in class oracle.as.scheduler.Schedule
Sets the RecurrenceSet for this schedule instance.
setRecurTime(RecurrenceFields.TIME_OF_DAY) - Method in class oracle.as.scheduler.Recurrence
Sets the time of this Recurrence objects.
setRequestParameter(RuntimeServiceHandle, long, String, Object) - Method in interface oracle.as.scheduler.RuntimeService
Sets the value of a request parameter for a specified request.
setRequestStatus(String, String, String) - Method in interface oracle.as.scheduler.AsyncRequestBeanRemote
Set the status of an ESS asynchronous java job.
setRequestStatus(AsyncStatus, String) - Method in class oracle.as.scheduler.async.AsyncHelper
 
setRequestStatus(AsyncStatus, String) - Method in class oracle.as.scheduler.async.RemoteAsyncHelper
 
setRequestStatus(RequestExecutionContext, AsyncStatus, String) - Method in interface oracle.as.scheduler.AsyncRequestBeanInterface
Set the status of an ESS asynchronous java job.
setResourceBundles(String[]) - Method in class oracle.as.scheduler.BaseMetadata
Sets the message bundles to be associated with the translatable strings.
setSchedule(MetadataObjectId) - Method in class oracle.as.scheduler.Workshift
Sets the Schedule for this Workshift.
setSecond(int) - Method in class oracle.as.scheduler.RecurrenceFields.TIME_OF_DAY
Set the second part of this TIME_OF_DAY instance.
setSelfIncompatible(boolean) - Method in class oracle.as.scheduler.IncompatibleEntity
Sets the self-incompatible flag for this Incompatibility entity.
setSpecializationRules(Document) - Method in class oracle.as.scheduler.WorkAssignment
Sets the specialization rules for this WorkAssignment.
setStartDate(Calendar) - Method in class oracle.as.scheduler.Recurrence
Sets the start date/time for this Recurrence object.
setStepProps(ParameterList) - Method in class oracle.as.scheduler.JobSetStep
Sets the parameters and step properties for this step.
setSteps(Document, String) - Method in class oracle.as.scheduler.JobSet
Deprecated.
setSubstitutionHandlers(String) - Method in interface oracle.as.scheduler.substitution.Substitutor
Set the list of SubstitutionHandlers to use for substitution.
setSubstitutionHandlers(List<SubstitutionHandler>) - Method in interface oracle.as.scheduler.substitution.Substitutor
Set the list of SubstitutionHandlers to use for substitution.
setTime(RecurrenceFields.TIME_OF_DAY) - Method in class oracle.as.scheduler.ExplicitDate
Sets the time of this ExplicitDate object to the given value.
setTimeZone(TimeZone) - Method in class oracle.as.scheduler.Schedule
Sets or clears the TimeZone for this Schedule object.
setValue(Object) - Method in class oracle.as.scheduler.ParameterInfo
Sets the value of this parameter.
setYear(RecurrenceFields.YEAR) - Method in class oracle.as.scheduler.ExplicitDate
Sets the year of this ExplicitDate object to the given value.
SINGLETON - Enum constant in enum class oracle.as.scheduler.RequestType
Regular (non-JobSet) singleton request.
SIXTH - Enum constant in enum class oracle.as.scheduler.RecurrenceFields.WEEK_OF_MONTH
The sixth week of a month.
size() - Method in class oracle.as.scheduler.ParameterList
Returns the number of parameters in this list.
size() - Method in class oracle.as.scheduler.RecurrenceSet
Returns the size of this RecurrenceSet.
SOA - Enum constant in enum class oracle.as.scheduler.SystemProperty.ExternalJobType
 
SpawnedJobEnv - Enum constant in enum class oracle.as.scheduler.ConfigProperty.ConfigPropertyAttribute
 
SQL_JOB_CLASS - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies an Oracle Scheduler job class to be assigned to the Oracle Scheduler job used to execute an SQL job request.
SQL_TYPE - Enum constant in enum class oracle.as.scheduler.JobType.ExecutionType
Job executable is a database PLSQL stored procedure that is run in database server.
SrsFlag - Static variable in class oracle.as.scheduler.metadata.query.field.ApplicationParameterQueryField
QueryField for srsFlag parameter
Standard - Enum constant in enum class oracle.as.scheduler.RequestMode
Standard mode.
STARTS_WITH - Enum constant in enum class oracle.as.scheduler.Filter.Comparator
 
State - Enum Class in oracle.as.scheduler
Enum of ESS request states.
STATE - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The request state.
STATE_EVALUATOR - Static variable in class oracle.as.scheduler.JobSetStepProperty
Deprecated.
Not supported.
STEPID_DELIMITER - Static variable in class oracle.as.scheduler.JobSet
 
StopOnFirstError - Enum constant in enum class oracle.as.scheduler.request.OutputContentHelper.CommitSemantics
Stop the operation for all files when there is an error on a file.
STRING - Enum constant in enum class oracle.as.scheduler.ParameterInfo.DataType
Represents the java.lang.String data type.
SUB_REQUEST - Enum constant in enum class oracle.as.scheduler.RequestType
Sub-request.
SUBMISSION - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The submission time of the request.
submitRequest(RuntimeServiceHandle, String, JobType.ExecutionType, Schedule, Trigger, Calendar, Calendar, RequestParameters) - Method in interface oracle.as.scheduler.RuntimeService
Adhoc job request submission using specified Schedule.
submitRequest(RuntimeServiceHandle, String, MetadataObjectId, Calendar, RequestParameters) - Method in interface oracle.as.scheduler.RuntimeService
Creates a new job request using metadata definition of the job to run once on a specific time.
submitRequest(RuntimeServiceHandle, String, MetadataObjectId, MetadataObjectId, MetadataObjectId, Calendar, Calendar, RequestParameters) - Method in interface oracle.as.scheduler.RuntimeService
Creates a new job request using metadata definitions of the job, and schedule.
submitRequest(RuntimeServiceHandle, String, MetadataObjectId, Schedule, Trigger, Calendar, Calendar, RequestParameters) - Method in interface oracle.as.scheduler.RuntimeService
Adhoc job request submission using job definition from metadata.
submitRequest(RuntimeServiceHandle, RequestExecutionContext, String, MetadataObjectId, RequestParameters) - Method in interface oracle.as.scheduler.RuntimeService
Submits a sub-request.
SUBMITTER - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The submitter of the request.
SUBMITTER_DMS_ECID - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The DMS ECID from the DMS context at request submission.
SUBMITTER_FLOWID - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The DMS FlowId from the DMS context at request submission.
SUBMITTERGUID - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The submitterguid of the request.
SUBMITTING_APPLICATION - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the name of the J2EE application for the submitted (absolute parent) request.
substitute(String) - Method in interface oracle.as.scheduler.substitution.Substitutor
Recursively replaces all tokens in the string original with the results from matching handlers.
SUBSTITUTION_HANDLERS - Static variable in class oracle.as.scheduler.SystemProperty
Deprecated.
Property that specifies a substitution handler class or list of classes that should be used for parameter substitution. The property value can specify a single Java class name, or it specify a comma-seperated set of Java class names.

The Java class must implement the SubstitutionHandler interface.

Enterprise Scheduler will use this property when executing a Process job type to provide substition support for the SystemProperty.CMDLINE and SystemProperty.ENVIRONMENT_VARIABLES system properties.

The property datatype is STRING.

SubstitutionException - Exception in oracle.as.scheduler.substitution
 
SubstitutionException() - Constructor for exception oracle.as.scheduler.substitution.SubstitutionException
Constructor
SubstitutionException(String) - Constructor for exception oracle.as.scheduler.substitution.SubstitutionException
Constructor with a detailed message.
SubstitutionException(String, Throwable) - Constructor for exception oracle.as.scheduler.substitution.SubstitutionException
Constructor with a detailed message and underlying cause.
SubstitutionException(Throwable) - Constructor for exception oracle.as.scheduler.substitution.SubstitutionException
Constructor with the underlying cause.
SubstitutionHandler - Interface in oracle.as.scheduler.substitution
Interface for handlers used by classes implementing Substitutor.
Substitutor - Interface in oracle.as.scheduler.substitution
Performs token substitutions on a string using a set of SubstitutionHandlers.
SubstitutorFactory - Class in oracle.as.scheduler.substitution
Factor class for creating a Substitutor
SubstitutorFactory() - Constructor for class oracle.as.scheduler.substitution.SubstitutorFactory
 
SUCCEEDED - Enum constant in enum class oracle.as.scheduler.State
The request ran and was successful.
Success - Enum constant in enum class oracle.as.scheduler.request.ImportExportResult.ImportExportStatus
All files were successfully imported or exported.
SUCCESS - Enum constant in enum class oracle.as.scheduler.async.AsyncStatus
The asynchronous job ran successfully.
SUCCESS_EXIT_CODE - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the process exit code for a Process job request that denotes an execution success.
SUNDAY - Enum constant in enum class oracle.as.scheduler.RecurrenceFields.DAY_OF_WEEK
Indicates Sunday.
SUPPORT_OUTPUT_FILES - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies whether the request will create temporary or output files.
SUPPORT_OUTPUT_FILES_NONE - Static variable in class oracle.as.scheduler.SystemProperty
Mode for SUPPORT_OUTPUT_FILES property that indicates no request directories shall be created.
SUPPORT_OUTPUT_FILES_OUTPUT - Static variable in class oracle.as.scheduler.SystemProperty
Mode for SUPPORT_OUTPUT_FILES property that indicates both the request work and output directories shall be created.
SUPPORT_OUTPUT_FILES_WORK - Static variable in class oracle.as.scheduler.SystemProperty
Mode for SUPPORT_OUTPUT_FILES property that indicates only the work directory shall be created.
SUPPORTS_GRACEFUL_CANCEL - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies whether the job definition supports a graceful cancel.
SUPPORTS_GRACEFUL_QUIESCE - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies whether the job definition supports a graceful quiesce.
supportsNullValue() - Method in enum class oracle.as.scheduler.MetadataService.QueryField
 
SUSPEND - Enum constant in enum class oracle.as.scheduler.async.AsyncStatus
The asynchronous job request was Suspended on server quiesce detection.
SUSPEND - Enum constant in enum class oracle.as.scheduler.ErrorType
Error type used when a job suspends execution and exits voluntarily, on server Quiesce detection.
SUSPEND - Enum constant in enum class oracle.as.scheduler.HandlerStatus
Suspend request processing on server quiesce detection.
SUSPEND_EXIT_CODE - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the process exit code for a Process job request that denotes an execution cancellation.
SYS_PROPERTY_PREFIX - Static variable in class oracle.as.scheduler.SystemProperty
Property name prefix for Enterprise Scheduler system properties.
SYSEXT_PROPERTY_PREFIX - Static variable in class oracle.as.scheduler.SystemProperty
 
SYSTEM - Enum constant in enum class oracle.as.scheduler.ErrorType
System error type.
SYSTEM_ERROR - Enum constant in enum class oracle.as.scheduler.Cause
System error occurred.
SYSTEM_ERROR - Enum constant in enum class oracle.as.scheduler.HandlerStatus
Stop processing the request with a system error.
SYSTEM_TYPE - Static variable in interface oracle.as.scheduler.Event
System event type.
SystemEventHandler - Enum constant in enum class oracle.as.scheduler.EssConstants.EssModule
 
SystemProperty - Class in oracle.as.scheduler
Enterprise Scheduler system properties.
SystemProperty() - Constructor for class oracle.as.scheduler.SystemProperty
 
SystemProperty.ExternalJobType - Enum Class in oracle.as.scheduler
Enum of external job types.
A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form