Uses of Class
oracle.as.scheduler.Incompatibility
Packages that use Incompatibility
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of Incompatibility in oracle.as.scheduler
Methods in oracle.as.scheduler that return IncompatibilityModifier and TypeMethodDescriptionBaseMetadataType.IncompatibilityType.getArray
(int size) MetadataService.getIncompatibilities
(MetadataServiceHandle handle, MetadataObjectId[] objectIds, boolean forUpdate) Retrieve an array of Incompatibilities from the metadata repository.MetadataService.getIncompatibility
(MetadataServiceHandle handle, MetadataObjectId objectId, boolean forUpdate) Retrieves an Incompatibility from the metadata repository.RequestIncompatibilityInfo.getIncompatibility()
Methods in oracle.as.scheduler that return types with arguments of type IncompatibilityModifier and TypeMethodDescriptionIncompatibility.getBaseMetadataType()
MetadataService.getIncompatibilities
(MetadataServiceHandle handle, MetadataObjectId entity) Deprecated.MetadataService.getIncompatibilitiesMap
(MetadataServiceHandle handle, MetadataObjectId[] objectIds, boolean forUpdate) Retrieves map of Incompatibilities for MetadataObjectIds from the metadata repository.RuntimeService.getJobIncompatibilities
(RuntimeServiceHandle handle, MetadataObjectId metaId, long requestId) Gets incompatibilities for a job/jobset definition from the the runtime metadata store.BaseMetadataType.IncompatibilityType.getMetadataClass()
oracle.as.scheduler.xml.MetadataXmlizer<Incompatibility>
BaseMetadataType.IncompatibilityType.getXmlizer()
MetadataService.queryIncompatibilityObjects
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending) Query Incompatibilities that exist in the metadata repository.Methods in oracle.as.scheduler with parameters of type IncompatibilityModifier and TypeMethodDescriptionMetadataService.addIncompatibility
(MetadataServiceHandle handle, Incompatibility incompatibility, String packageName) Adds an Incompatibility in the metadata repository.void
MetadataService.updateIncompatibility
(MetadataServiceHandle handle, MetadataObjectId objectId, Incompatibility incompatibility) Updates an existing Incompatibility definition in the metadata repository.Constructors in oracle.as.scheduler with parameters of type IncompatibilityModifierConstructorDescriptionRequestIncompatibilityInfo
(long reqId, String incompatId, String val, String prop, Incompatibility incomp)