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

C

cancel() - Method in interface oracle.as.scheduler.Cancellable
Invoked by Enterprise Scheduler when a job request is cancelled.
cancel(RequestExecutionContext, RequestParameters) - Method in interface oracle.as.scheduler.AsyncCancellable
Invoked by Enterprise Scheduler when a job request is cancelled.
cancel(RequestExecutionContext, RequestParameters) - Method in interface oracle.as.scheduler.RemoteCancellableExecutable
Invoked by Enterprise Scheduler when a ejb job request is cancelled.
Cancel - Enum constant in enum class oracle.as.scheduler.JobHelper.ExitCondition
 
CANCEL - Enum constant in enum class oracle.as.scheduler.async.AsyncStatus
The asynchronous job has canceled its execution.
CANCEL - Enum constant in enum class oracle.as.scheduler.HandlerStatus
Cancel processing the request.
CANCEL_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.
CANCEL_UPDATE_TIME - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the time a cancel operation was initiated for a request or the last time the job for the request checked in after cancel was initiated.
Cancellable - Interface in oracle.as.scheduler
Contract by which a client callout handler or Java executable can be cancelled.
CANCELLED - Enum constant in enum class oracle.as.scheduler.State
The request was cancelled.
CANCELLING - Enum constant in enum class oracle.as.scheduler.State
The request has been cancelled and is awaiting acknowledgement.
cancelRequest(RuntimeServiceHandle, long) - Method in interface oracle.as.scheduler.RuntimeService
Cancels the processing of a request that is not in a terminal state.
cancelRequestGraceful(RuntimeServiceHandle, long) - Method in interface oracle.as.scheduler.RuntimeService
Cancels the processing of a request that is not in a terminal state.
cancelRequests(Filter, RuntimeService.QueryField, boolean) - Method in interface oracle.as.scheduler.RuntimeService
Cancels the processing of multiple request that are not in a terminal state.
Cause - Enum Class in oracle.as.scheduler
Enums of causes for job request terminal state.
CcwSubstitutionHandler - Class in oracle.as.scheduler.substitution
Substitution handler for cross component wiring.
CcwSubstitutionHandler(String, RuntimeServiceHandle, RuntimeStore) - Constructor for class oracle.as.scheduler.substitution.CcwSubstitutionHandler
Constructor.
CcwSubstitutionManager - Class in oracle.as.scheduler.substitution
Manage cross component wiring.
CcwSubstitutionManager(String, String, RequestExecutionContext, RequestParameters) - Constructor for class oracle.as.scheduler.substitution.CcwSubstitutionManager
 
changeRequestPriority(Long, Integer) - Method in interface oracle.as.scheduler.RuntimeService
Changes the priority for a submitted request that has not yet started to run.
checkDetailedPermissions(MetadataServiceHandle, String[], MetadataPermission.Action...) - Method in interface oracle.as.scheduler.MetadataService
Checks if the current user has permissions to perform actions on the set of given metadata objects.
checkDetailedPermissions(RuntimeServiceHandle, long[], RuntimeDataPermission.Action...) - Method in interface oracle.as.scheduler.RuntimeService
Check whether the current user has privilegs on the input requests identified by a list of request ids.
checkInCancelling() - Method in class oracle.as.scheduler.async.AsyncHelper
 
checkInCancelling(RequestExecutionContext) - Method in interface oracle.as.scheduler.AsyncRequestBeanInterface
Checks if a cancel operation has been initiated for the given request.
checkRequestPrivilege(RuntimeServiceHandle, long[], RuntimeDataPermission.Action...) - Method in interface oracle.as.scheduler.RuntimeService
Check whether the current user has privilegs on the input requests identified by a list of request ids.
CLASS_NAME - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the Java executable for a Java job request.
CLASSNAME - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The name of the executable class that processes the request.
clear() - Method in class oracle.as.scheduler.JobSetStepProperties
Removes all step properties from this object.
clear() - Method in class oracle.as.scheduler.ParameterList
Removes all parameter information from this list.
clear() - Method in class oracle.as.scheduler.RequestParameters
Removes all parameter information from this object.
clone() - Method in class oracle.as.scheduler.ParameterInfo
Clone this object.
clone(String) - Method in class oracle.as.scheduler.BaseMetadata
 
clone(String) - Method in class oracle.as.scheduler.ExclusionsDefinition
 
clone(String) - Method in class oracle.as.scheduler.Incompatibility
 
clone(String) - Method in class oracle.as.scheduler.JobDefinition
 
clone(String) - Method in class oracle.as.scheduler.JobSet
 
clone(String) - Method in class oracle.as.scheduler.JobType
 
clone(String) - Method in class oracle.as.scheduler.Schedule
 
clone(String) - Method in class oracle.as.scheduler.WorkAssignment
 
clone(String) - Method in class oracle.as.scheduler.Workshift
 
close() - Method in class oracle.as.scheduler.substitution.AppEnvSubstitutionHandler
 
close() - Method in class oracle.as.scheduler.substitution.CcwSubstitutionHandler
 
close() - Method in class oracle.as.scheduler.substitution.EssEnvSubstitutionHandler
 
close() - Method in class oracle.as.scheduler.substitution.RequestContextSubstitutionHandler
 
close() - Method in class oracle.as.scheduler.substitution.RequestParamSubstitutionHandler
 
close() - Method in class oracle.as.scheduler.substitution.RequestSubstitutionHandler
 
close() - Method in interface oracle.as.scheduler.substitution.SubstitutionHandler
Used to release any resources the handler may have claimed, such as open files or connections.
close() - Method in interface oracle.as.scheduler.substitution.Substitutor
Cleanup substitutor state and release all handlers.
close(MetadataServiceHandle) - Method in interface oracle.as.scheduler.MetadataService
Closes the session identified by an instance of MetadataServiceHandle.
close(MetadataServiceHandle, boolean) - Method in interface oracle.as.scheduler.MetadataService
Closes the session identified by an instance of MetadataServiceHandle.
close(RuntimeServiceHandle) - Method in interface oracle.as.scheduler.RuntimeService
Closes the runtime handle.
close(RuntimeServiceHandle, boolean) - Method in interface oracle.as.scheduler.RuntimeService
Closes the runtime handle.
closeContent(RuntimeServiceHandle, ContentHandle) - Method in interface oracle.as.scheduler.RuntimeService
Closes the previously opened log or output content and releases the handle.
closeOutputContent(ContentHandle) - Method in class oracle.as.scheduler.request.RemoteContentHelper
Closes the content associated with the given content handle.
CMDLINE - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the command line used to invoke an external program for a Process job request.
CMDLINE_PREFIX - Static variable in class oracle.as.scheduler.SystemProperty
Prefix for extended OS-specific command line system properties.
CMDLINE_UNIX - Static variable in class oracle.as.scheduler.SystemProperty
Indicates the full command line for executing a Process type request executable on a Unix or Unix-like operating system.
CMDLINE_WINDOWS - Static variable in class oracle.as.scheduler.SystemProperty
Indicates the full command line for executing a Process type request executable on a Windows operating system.
compareSpecial(Object) - Method in class oracle.as.scheduler.ParameterList
Compares the specific object with this object for equality, including parameters.
compareWithParams(Object) - Method in class oracle.as.scheduler.JobDefinition
Compares an object for equality with this JobDefinition object.
compareWithParams(Object) - Method in class oracle.as.scheduler.JobSet
Compares an object for equality with this JobSet object.
compareWithParams(Object) - Method in class oracle.as.scheduler.JobType
Compares an object for equality with this JobType object.
Complete - Enum constant in enum class oracle.as.scheduler.ProcessPhase
All processing for the request is complete.
COMPLETED - Enum constant in enum class oracle.as.scheduler.State
Job executable has completed and request post-processing has commenced.
COMPLETED_TIME - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The date and time that ESS finished processing the request.
ConcurrentUpdateException - Exception in oracle.as.scheduler
Exception thrown when the metadata API detects concurrent update on a metadata object.
ConcurrentUpdateException() - Constructor for exception oracle.as.scheduler.ConcurrentUpdateException
Default constructor.
ConcurrentUpdateException(String) - Constructor for exception oracle.as.scheduler.ConcurrentUpdateException
Constructor with a detailed message.
ConcurrentUpdateException(String, Throwable) - Constructor for exception oracle.as.scheduler.ConcurrentUpdateException
Constructor to create the instance with an message and cause.
ConcurrentUpdateException(Throwable) - Constructor for exception oracle.as.scheduler.ConcurrentUpdateException
Constructor that creates the instance based on a cause.
CONDITION - Enum constant in enum class oracle.as.scheduler.WorkAssignment.SpecializationNode
Condition that is leaf node.
ConfigProperty - Class in oracle.as.scheduler
Application configuration property.
ConfigProperty.ConfigPropertyAttribute - Enum Class in oracle.as.scheduler
Enum of configuration property attributes.
ConstraintException - Exception in oracle.as.scheduler
Exception to indicate violation of a system enforced constraint.
ConstraintException() - Constructor for exception oracle.as.scheduler.ConstraintException
Constructor
ConstraintException(String) - Constructor for exception oracle.as.scheduler.ConstraintException
Constructor with a detailed message.
ConstraintException(String, Throwable) - Constructor for exception oracle.as.scheduler.ConstraintException
Constructor with a detailed message and underlying cause.
ConstraintException(Throwable) - Constructor for exception oracle.as.scheduler.ConstraintException
Constructor with the underlying cause.
contains(String) - Method in class oracle.as.scheduler.JobSetStepProperties
Checks if this object contains a property with the specified name.
contains(String) - Method in class oracle.as.scheduler.ParameterList
Indicates if this list contains a parameter for the given name.
contains(String) - Method in class oracle.as.scheduler.RequestParameters
Checks if this object contains a parameter for the specified name.
contains(String, String) - Method in class oracle.as.scheduler.RequestParameters
Checks if a parameter for a given name and step exist.
CONTAINS - Enum constant in enum class oracle.as.scheduler.Filter.Comparator
 
CONTAINS_IGNORE_CASE - Enum constant in enum class oracle.as.scheduler.Filter.Comparator
 
containsKey(String) - Method in class oracle.as.scheduler.substitution.AppEnvSubstitutionHandler
 
containsKey(String) - Method in class oracle.as.scheduler.substitution.CcwSubstitutionHandler
 
containsKey(String) - Method in class oracle.as.scheduler.substitution.EssEnvSubstitutionHandler
 
containsKey(String) - Method in class oracle.as.scheduler.substitution.RequestContextSubstitutionHandler
 
containsKey(String) - Method in class oracle.as.scheduler.substitution.RequestParamSubstitutionHandler
 
containsKey(String) - Method in class oracle.as.scheduler.substitution.RequestSubstitutionHandler
 
containsKey(String) - Method in interface oracle.as.scheduler.substitution.SubstitutionHandler
Reports whether the handler can return a value to substitute for name.
CONTENT_OPEN_READ - Static variable in class oracle.as.scheduler.request.ContentHandle
Enum set of ContentOpenOptions for read.
CONTENT_OPEN_WRITE - Static variable in class oracle.as.scheduler.request.ContentHandle
Enum set of ContentOpenOptions for write.
ContentCategory - Enum Class in oracle.as.scheduler.request
Categories of content stored in the content store.
ContentDetail - Class in oracle.as.scheduler.request
Describes content in the ESS content store.
ContentFactory - Class in oracle.as.scheduler.request
Factory for request logging and request output.
ContentFactory() - Constructor for class oracle.as.scheduler.request.ContentFactory
 
ContentHandle - Class in oracle.as.scheduler.request
Handle for retrieving content from the ESS content store, and for importing content in case of manual recovery.
ContentHandle.ContentOpenOptions - Enum Class in oracle.as.scheduler.request
Options for opening content.
ContentType - Enum Class in oracle.as.scheduler.request
Enum for types of content stored in the content store.
convertField(String) - Method in class oracle.as.scheduler.metadata.query.builder.MetadataQueryBuilderFactory
Adapter method to convert field name of type MetadataService.QueryField to MetadataQueryField
convertField(MetadataService.QueryField) - Method in class oracle.as.scheduler.metadata.query.builder.MetadataQueryBuilderFactory
Adapter method to convert field of type MetadataService.QueryField to MetadataQueryField
convertFilter(BaseMetadataType<METADATA_TYPE>, Filter) - Method in class oracle.as.scheduler.metadata.query.builder.MetadataQueryBuilderFactory
Adapter method for converting an old Filter into a new MetadataQueryFilter
copyBinaryContentToFile(ContentHandle, File, boolean) - Method in class oracle.as.scheduler.request.RemoteContentHelper
Copy binary content of the given request to file.
copyBinaryContentToFile(RuntimeServiceHandle, ContentHandle, File, boolean) - Method in interface oracle.as.scheduler.RuntimeService
Copy binary content of the given request to file.
copyExclusionDefinition(MetadataServiceHandle, MetadataObjectId, String, String) - Method in interface oracle.as.scheduler.MetadataService
Copies a ExclusionDefinition to create another with the given name.
copyIncompatibility(MetadataServiceHandle, MetadataObjectId, String, String) - Method in interface oracle.as.scheduler.MetadataService
Copies an Incompatibility to create another with the given name.
copyJobDefinition(MetadataServiceHandle, MetadataObjectId, String, String) - Method in interface oracle.as.scheduler.MetadataService
Copies a JobDefinition to create another with the given name.
copyJobSet(MetadataServiceHandle, MetadataObjectId, String, String) - Method in interface oracle.as.scheduler.MetadataService
Copies a JobSet to create another with the given name.
copyJobType(MetadataServiceHandle, MetadataObjectId, String, String) - Method in interface oracle.as.scheduler.MetadataService
Copies a JobType to create another with the given name.
copyScheduleDefinition(MetadataServiceHandle, MetadataObjectId, String, String) - Method in interface oracle.as.scheduler.MetadataService
Copies a Schedule to create another with the given name.
copyTextContentToFile(ContentHandle, File, boolean) - Method in class oracle.as.scheduler.request.RemoteContentHelper
Copy log or output text content of the given request to file.
copyTextContentToFile(RuntimeServiceHandle, ContentHandle, File, boolean) - Method in interface oracle.as.scheduler.RuntimeService
Copy log or output text content of the given request to file.
CREATE - Enum constant in enum class oracle.as.scheduler.security.MetadataPermission.Action
Create permission for the metadata(s) configured in this MetadataPermission.
createFilter(MetadataQueryField<VALUE_TYPE>, QueryComparator, VALUE_TYPE) - Method in class oracle.as.scheduler.metadata.query.builder.MetadataQueryBuilder
Creates a metadata query filter for the given query field, comparator and value
createMetadataObjectId(MetadataObjectId.MetadataObjectType, String, String) - Static method in class oracle.as.scheduler.MetadataObjectId
Creates an instance of a MetadataObjectId from the given individual parts.
CustomDatacontrol - Static variable in class oracle.as.scheduler.metadata.query.field.ApplicationParameterQueryField
 
customizeJobDefinition(MetadataServiceHandle, JobDefinition, MetadataService.CustomizableProperty, Serializable) - Method in interface oracle.as.scheduler.MetadataService
Customize a property for JobDefinition metadata.
customizeJobSet(MetadataServiceHandle, JobSet, MetadataService.CustomizableProperty, Serializable) - Method in interface oracle.as.scheduler.MetadataService
Customize a property for JobSet metadata.
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