Uses of Enum Class
oracle.as.scheduler.MetadataService.CustomizableProperty
Packages that use MetadataService.CustomizableProperty
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of MetadataService.CustomizableProperty in oracle.as.scheduler
Methods in oracle.as.scheduler that return MetadataService.CustomizablePropertyModifier and TypeMethodDescriptionstatic final MetadataService.CustomizableProperty
Gets the CustomizableProperty for a string representing the property name.static final MetadataService.CustomizableProperty
MetadataService.CustomizableProperty.getProperty
(String name) Gets the CustomizableProperty for a string representing the property name.Returns the enum constant of this class with the specified name.static MetadataService.CustomizableProperty[]
MetadataService.CustomizableProperty.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.as.scheduler with parameters of type MetadataService.CustomizablePropertyModifier and TypeMethodDescriptionvoid
MetadataService.customizeJobDefinition
(MetadataServiceHandle handle, JobDefinition jobDefinition, MetadataService.CustomizableProperty property, Serializable newValue) Customize a property for JobDefinition metadata.void
MetadataService.customizeJobSet
(MetadataServiceHandle handle, JobSet jobSet, MetadataService.CustomizableProperty property, Serializable newValue) Customize a property for JobSet metadata.