Oracle Enterprise Scheduler Java API Reference
12c Release 1 (12.1.3)
E57271-01
A B C D E F G H I J L M N O P Q R S T U V W Y 

C

CANCEL - Static variable in class oracle.as.scheduler.async.AsyncStatus
The asynchronous job has canceled its execution.
cancel(RequestExecutionContext, RequestParameters) - Method in interface oracle.as.scheduler.AsyncCancellable
Invoked by Enterprise Scheduler when a job request is cancelled.
cancel() - Method in interface oracle.as.scheduler.Cancellable
Invoked by Enterprise Scheduler when a job request is cancelled.
CANCEL - Static variable in class oracle.as.scheduler.HandlerStatus
Cancel processing the request.
cancel(RequestExecutionContext, RequestParameters) - Method in interface oracle.as.scheduler.RemoteCancellableExecutable
Invoked by Enterprise Scheduler when a ejb job request is cancelled.
Cancellable - Interface in oracle.as.scheduler
Contract by which a client callout handler or Java executable can be cancelled.
CANCELLED - Static variable in class oracle.as.scheduler.State
The request was cancelled.
CANCELLING - Static variable in 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.
Cause - 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
 
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.
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 - Static variable in 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(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() - Method in class oracle.as.scheduler.ParameterInfo
Clone this object.
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(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.
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.
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 - Static variable in class oracle.as.scheduler.ProcessPhase
All processing for the request is complete.
COMPLETED - Static variable in class oracle.as.scheduler.State
Job executable has completed and request post-processing has commenced.
COMPLETED_TIME - Static variable in 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(Throwable) - Constructor for exception oracle.as.scheduler.ConcurrentUpdateException
Constructor that creates the instance based on a cause.
ConcurrentUpdateException(String, Throwable) - Constructor for exception oracle.as.scheduler.ConcurrentUpdateException
Constructor to create the instance with an message and cause.
CONDITION - Static variable in class oracle.as.scheduler.WorkAssignment.SpecializationNode
Condition that is leaf node.
ConfigProperty - Class in oracle.as.scheduler
Application configuration property.
ConfigProperty.ConfigPropertyAttribute - 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(Throwable) - Constructor for exception oracle.as.scheduler.ConstraintException
Constructor with the underlying cause.
ConstraintException(String, Throwable) - Constructor for exception oracle.as.scheduler.ConstraintException
Constructor with a detailed message and underlying cause.
CONTAINS - Static variable in class oracle.as.scheduler.Filter.Comparator
 
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.
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 - 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 - Class in oracle.as.scheduler.request
Options for opening content.
ContentType - 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, Filter) - Method in class oracle.as.scheduler.metadata.query.builder.MetadataQueryBuilderFactory
Adapter method for converting an old Filter into a new MetadataQueryFilter
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.
CREATE - Static variable in class oracle.as.scheduler.security.MetadataPermission.Action
Create permission for the metadata(s) configured in this MetadataPermission.
createFilter(MetadataQueryField, 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 
Oracle Enterprise Scheduler Java API Reference
12c Release 1 (12.1.3)
E57271-01

Copyright © 2008, 2014, Oracle and/or its affiliates. All rights reserved.