Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01

A B C D E F G H I J L M N O P Q R S T U V W

I

IllegalArgumentException - Exception in oracle.as.scheduler
This exception is thrown when one or more arguments to a method is incorrect or invalid
IllegalArgumentException() - Constructor for exception oracle.as.scheduler.IllegalArgumentException
Constructor
IllegalArgumentException(String) - Constructor for exception oracle.as.scheduler.IllegalArgumentException
Constructor with a detailed message.
IllegalArgumentException(Throwable) - Constructor for exception oracle.as.scheduler.IllegalArgumentException
Constructor with the underlying cause.
IllegalArgumentException(String, Throwable) - Constructor for exception oracle.as.scheduler.IllegalArgumentException
Constructor with a detailed message and underlying cause.
IllegalStateException - Exception in oracle.as.scheduler
This exception class is thrown when system or request state to perform and operation is incorrect or invalid.
IllegalStateException() - Constructor for exception oracle.as.scheduler.IllegalStateException
Constructor
IllegalStateException(String) - Constructor for exception oracle.as.scheduler.IllegalStateException
Constructor with a detailed message.
IllegalStateException(Throwable) - Constructor for exception oracle.as.scheduler.IllegalStateException
Constructor with the underlying cause.
IllegalStateException(String, Throwable) - Constructor for exception oracle.as.scheduler.IllegalStateException
Constructor with a detailed message and underlying cause.
implies(Permission) - Method in class oracle.as.scheduler.security.MetadataPermission
 
implies(Permission) - Method in class oracle.as.scheduler.security.RuntimeDataPermission
 
INCOMPATIBILITY - Static variable in class oracle.as.scheduler.BaseMetadataType
 
Incompatibility - Class in oracle.as.scheduler
Encapsulate an incompatibility among Job and/or JobSet definitions over a given resource.
Incompatibility(String, String, Incompatibility.IncompatibilityType) - Constructor for class oracle.as.scheduler.Incompatibility
Constructs a new incompatibility definition.
Incompatibility(String, String, String, Incompatibility.IncompatibilityType, String[]) - Constructor for class oracle.as.scheduler.Incompatibility
Constructs a new incompatibility definition and associate resource bundles.
Incompatibility(String, String, Incompatibility.IncompatibilityType, MetadataObjectId) - Constructor for class oracle.as.scheduler.Incompatibility
Constructs a new instance.
Incompatibility() - Static method in class oracle.as.scheduler.metadata.filter.FilterHelper
Deprecated.  
Incompatibility.IncompatibilityType - Enum in oracle.as.scheduler
Enum for valid Incompatibility type.
IncompatibilityFilterHelper - Class in oracle.as.scheduler.metadata.filter
Deprecated. use MetadataQueryFilterFactory
IncompatibleEntity - Class in oracle.as.scheduler
Encapsulates information for an Incompatibility entity.
IncompatibleEntity(MetadataObjectId, boolean) - Constructor for class oracle.as.scheduler.IncompatibleEntity
Creates a new incompatibility entity.
IncompatibleEntity(MetadataObjectId, String, boolean) - Constructor for class oracle.as.scheduler.IncompatibleEntity
Creates a new incompatibility entity.
IncompatibleEntity(IncompatibleEntity) - Constructor for class oracle.as.scheduler.IncompatibleEntity
Creates a copy of the specified Incompatibilty object.
INCREMENT_PROC - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Constant representing the parameter to which the increment procedure parameter should be stored.
INCREMENT_PROC_ARGS - Static variable in class oracle.as.scheduler.cp.ParameterConstants
List of Job Arguments that are a) date values and b) should be incremented on recurring runs
INFO - Static variable in class oracle.as.scheduler.cp.file.LogFile
INFO message
init() - Method in class oracle.as.scheduler.cp.exec.ExecutableWrapper
Initialize instance variables
initialize(RequestExecutionContext, RequestParameters) - Method in interface oracle.as.scheduler.substitution.ReqParamCtxtSubstitutionHandler
Used to pass the data that the handlers may use for their internal logic.
initialize(RequestExecutionContext, RequestParameters) - Method in class oracle.as.scheduler.substitution.ReqParamCtxtSubstitutor
Provide the source RequestParameters used for the handlers.
initialize(RequestExecutionContext, RequestParameters) - Method in class oracle.as.scheduler.substitution.RequestContextSubstitutionHandler
 
initialize(RequestExecutionContext, RequestParameters) - Method in class oracle.as.scheduler.substitution.RequestParamSubstitutionHandler
 
initializeHandler(SubstitutionHandler) - Method in class oracle.as.scheduler.substitution.AbstractSubstitutor
Implementations of AbstractSubstitutor may override this method to perform implementation specific initialization for each handler instance.
initializeHandler(SubstitutionHandler) - Method in class oracle.as.scheduler.substitution.ReqParamCtxtSubstitutor
 
INPUT_LIST - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies input to a request.
INPUT_WORK_DIR - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the work directory used during request processing for input files.
InputFile - Class in oracle.as.scheduler.cp.file
This class represents a file provided as input to a request.
InputFile(String, String) - Constructor for class oracle.as.scheduler.cp.file.InputFile
Create a handle to a file fileName in the directory/path represented by path.
InputFile(String, String, String) - Constructor for class oracle.as.scheduler.cp.file.InputFile
Create a handle to a file fileName in the directory/path represented by path.
internalEvaluate(QueryComparator, String, BaseMetadataType) - Method in class oracle.as.scheduler.metadata.query.MetadataQueryField.PackageQueryField
 
InvalidPropertyException - Exception in oracle.as.scheduler
This exception is thrown to indicate that a property in the list of constrainable properties is invalid.
InvalidPropertyException() - Constructor for exception oracle.as.scheduler.InvalidPropertyException
Default constructor
InvalidPropertyException(String) - Constructor for exception oracle.as.scheduler.InvalidPropertyException
Constructor with a detailed message
InvalidPropertyException(Throwable) - Constructor for exception oracle.as.scheduler.InvalidPropertyException
Constructor that creates the instance based on a cause
InvalidPropertyException(String, Throwable) - Constructor for exception oracle.as.scheduler.InvalidPropertyException
Constructor to create the instance with an message and cause
isAbsoluteParent() - Method in enum oracle.as.scheduler.RequestType
Indicates if this request type represents an absolute parent request.
isActive() - Method in class oracle.as.scheduler.WorkAssignment
Deprecated. Replaced by WorkAssignment.isEnabled()
isAsynchronous() - Method in class oracle.as.scheduler.RequestDetail
Indicates if the request is asynchronous.
isBinary() - Method in enum oracle.as.scheduler.Filter.Operator
 
isBinary() - Method in enum oracle.as.scheduler.WorkAssignment.SpecializationNode
 
isBinaryOperator() - Method in enum oracle.as.scheduler.WorkAssignment.SpecializationNode
 
isCancellable() - Method in class oracle.as.scheduler.RequestDetail
Indicates if the request is cancellable.
isCondition() - Method in enum oracle.as.scheduler.WorkAssignment.SpecializationNode
 
isEnabled() - Method in class oracle.as.scheduler.WorkAssignment
Checks if the work assignment definition is enabled.
isExcluded(Calendar, Calendar) - Method in class oracle.as.scheduler.Exclusion
Method to check if a given date is contained in this Exclusion.
isExcluded(Calendar, Calendar) - Method in class oracle.as.scheduler.ExclusionsDefinition
Check if a given date fall in the list of exclusions contained within this ExclusionsDefinition instance.
isHandleRollbackOnly(RuntimeServiceHandle) - Method in interface oracle.as.scheduler.RuntimeService
Determine if this handle has been marked such that the associated transaction can only be rolled back.
isHoldable() - Method in class oracle.as.scheduler.RequestDetail
Indicates if the request is holdable.
isInCustomMDSNamespace(MetadataObjectId) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Method to check whether the namespace of the objectId matches with the custom MDS namespace.
isInCustomMDSNamespace(String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Method to check whether the specified package name matches with the custom MDS namespace.
isInCustomMDSNamespace(MetadataServiceHandle, MetadataObjectId) - Method in interface oracle.as.scheduler.MetadataService
Method to check whether the namespace of the objectId matches with the custom MDS namespace.
isInCustomMDSNamespace(MetadataServiceHandle, String) - Method in interface oracle.as.scheduler.MetadataService
Method to check whether the specified package name matches with the custom MDS namespace.
isInstanceParent() - Method in enum oracle.as.scheduler.RequestType
Indicates if this request type represents an instance parent request.
isInternalOnly(String) - Static method in class oracle.as.scheduler.SystemProperty
Determine if the given system property that should not be set except by ESS internals.
isLeaf() - Method in class oracle.as.scheduler.Filter
Used to determine if this filter is an operand.
isLegacy() - Method in class oracle.as.scheduler.ParameterInfo
Checks if this parameter is legacy or not.
isMetadataOnly(String) - Static method in class oracle.as.scheduler.SystemProperty
Determine if the given system property can be set in meta-data but not at submission.
isOperator() - Method in enum oracle.as.scheduler.WorkAssignment.SpecializationNode
 
isParent() - Method in class oracle.as.scheduler.Filter
Used to determine if this filter has any operands.
isReadOnly() - Method in class oracle.as.scheduler.ParameterInfo
Checks if this parameter is read-only or not.
isResumed() - Method in interface oracle.as.scheduler.RequestExecutionContext
Indicates whether this request being resumed from a PAUSED state.
isRollbackOnly() - Method in interface oracle.as.scheduler.RuntimeServiceHandle
Deprecated. replaced by RuntimeService.isRollbackOnly(RuntimeServiceHandle)
isSelfIncompatible() - Method in class oracle.as.scheduler.IncompatibleEntity
Indicates if this incompatibility entity is self-incompatible.
isSpecializationNode(String) - Static method in enum oracle.as.scheduler.WorkAssignment.SpecializationNode
Determines if the name is a valid name for a node in a specialization expression.
isStepProp(String) - Static method in class oracle.as.scheduler.JobSetStepProperty
Determines if the given name is a JobSetStepProperty.
isTerminal() - Method in enum oracle.as.scheduler.State
Used to determine if the state is a terminal state.
isTimedOut() - Method in class oracle.as.scheduler.RequestDetail
Indicates if the request has timed out.
isUnaryOperator() - Method in enum oracle.as.scheduler.WorkAssignment.SpecializationNode
 
isValid(ParameterInfo.DataType, Object) - Static method in enum oracle.as.scheduler.ParameterInfo.DataType
Determine if the type of the Object is valid for the DataType.
isWriteable() - Method in class oracle.as.scheduler.cp.file.LogFile
Check if the log file can be written to.
isWriteable() - Method in class oracle.as.scheduler.cp.file.OutputFile
Check if the log file can be written to.

Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01

A B C D E F G H I J L M N O P Q R S T U V W
Copyright © 2008, 2011 Oracle. All rights reserved.