Uses of Class
oracle.as.scheduler.IncompatibleEntity
Packages that use IncompatibleEntity
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of IncompatibleEntity in oracle.as.scheduler
Methods in oracle.as.scheduler that return IncompatibleEntityModifier and TypeMethodDescriptionIncompatibility.getEntity
(MetadataObjectId entity) Gets information for an incompatibility entity associated with this incompatibility definition.Methods in oracle.as.scheduler that return types with arguments of type IncompatibleEntityModifier and TypeMethodDescriptionIncompatibility.getAllEntities()
Gets a collection of the incompatibility entities associated with this object.Methods in oracle.as.scheduler with parameters of type IncompatibleEntityModifier and TypeMethodDescriptionvoid
Incompatibility.addEntity
(IncompatibleEntity incompEntity) Adds an incompatibility entity to this object.Constructors in oracle.as.scheduler with parameters of type IncompatibleEntityModifierConstructorDescriptionIncompatibleEntity
(IncompatibleEntity incompEntity) Creates a copy of the specified Incompatibilty entity.