Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05

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
 
ImportExportResult - Class in oracle.as.scheduler.request
Encapsulates the result of importing or exporting output files.
ImportExportResult(ImportExportResult.ImportExportStatus, List<String>, List<String>, Throwable) - Constructor for class oracle.as.scheduler.request.ImportExportResult
Constructs a new object.
ImportExportResult(ImportExportResult.ImportExportStatus, List<String>, List<String>, String) - Constructor for class oracle.as.scheduler.request.ImportExportResult
Constructs a new object.
ImportExportResult(ImportExportResult.ImportExportStatus, List<String>, List<String>) - Constructor for class oracle.as.scheduler.request.ImportExportResult
Constructs a new object.
ImportExportResult.ImportExportStatus - Enum in oracle.as.scheduler.request
Status of an import or export operation.
importLogData(ContentHandle, String) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Imports data to the request log.
importOutputData(ContentHandle, byte[]) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Imports data to the request output content.
importOutputFiles(List<String>, OutputContentHelper.CommitSemantics) - Method in interface oracle.as.scheduler.request.OutputContentHelper
Imports the specified files from the resolved output directory.
importOutputFiles(OutputContentHelper.CommitSemantics) - Method in interface oracle.as.scheduler.request.OutputContentHelper
Imports all files from the resolved output directory.
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
 
Incompatibility.IncompatibilityType - Enum in oracle.as.scheduler
Enum for valid Incompatibility type.
IncompatibilityFilterHelper - Class in oracle.as.scheduler.metadata.filter
 
IncompatibilityQueryBuilder - Class in oracle.as.scheduler.metadata.query.builder
 
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
initializeHandler(SubstitutionHandler) - Method in class oracle.as.scheduler.substitution.SubstitutorImpl
Implementations of SubstitutorImpl may override this method to perform implementation specific initialization for each handler instance.
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(MetadataServiceHandle, QueryComparator, String, BaseMetadataType) - Method in class oracle.as.scheduler.metadata.query.MetadataQueryField.PackageQueryField
Deprecated.  
intValue() - Method in enum oracle.as.scheduler.JobSet.ExecutionMode
 
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.
isAsyncRecoverable() - Method in class oracle.as.scheduler.RequestDetail
Indicates if the request is eligible for recovery using RuntimeServiceMXBeanProxy.completeAsyncRequest(long, oracle.as.scheduler.async.AsyncStatus, java.lang.String)
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
 
isCoreSystemProp(String) - Static method in class oracle.as.scheduler.SystemProperty
Indicates whether the given system property is a core system property.
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.
isImported() - Method in class oracle.as.scheduler.request.ContentDetail
Returns true if the content was imported from a file, as opposed to created using the API.
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.
isPropertyExists(String, String, String) - Method in interface oracle.as.scheduler.management.RuntimeConfigMXBeanProxy
Returns whether a property exists in properties list of the specified application.
isReadOnly() - Method in class oracle.as.scheduler.ParameterInfo
Checks if this parameter is read-only or not.
isRecoverable() - Method in class oracle.as.scheduler.RequestDetail
Indicates if the request is eligible for recovery using RuntimeServiceMXBeanProxy.recoverRequest(long)
isRequestWorkDirectoryShared() - Method in interface oracle.as.scheduler.request.OutputContentHelper
Returns an indication of whether the request file directory is shared.
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.
isStandaloneEnv() - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Returns whether the environment is standalone or fusion.
isStandaloneEnv(RuntimeServiceHandle) - Method in interface oracle.as.scheduler.RuntimeService
Returns whether the environment is standalone or fusion.
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.
isWritable() - Method in class oracle.as.scheduler.request.ContentHandle
Returns whether the handle is open for write, so that content can be written instead of read.
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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05

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


Copyright © 2008, 2012 Oracle. All rights reserved.