Skip navigation links

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


Uses of Class
oracle.as.scheduler.MetadataService.CustomizableProperty

Packages that use MetadataService.CustomizableProperty
oracle.as.scheduler Enterprise Scheduler API interfaces and classes. 
oracle.as.scheduler.management   

 

Uses of MetadataService.CustomizableProperty in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return MetadataService.CustomizableProperty
static MetadataService.CustomizableProperty MetadataService.CustomizableProperty.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MetadataService.CustomizableProperty[] MetadataService.CustomizableProperty.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.as.scheduler with parameters of type MetadataService.CustomizableProperty
 void MetadataService.customizeJobDefinition(MetadataServiceHandle handle, JobDefinition jobDefinition, MetadataService.CustomizableProperty property, java.io.Serializable newValue)
          Customizes
 void MetadataService.customizeJobSet(MetadataServiceHandle handle, JobSet jobSet, MetadataService.CustomizableProperty property, java.io.Serializable newValue)
           

 

Uses of MetadataService.CustomizableProperty in oracle.as.scheduler.management

 

Methods in oracle.as.scheduler.management with parameters of type MetadataService.CustomizableProperty
 void MetadataServiceMXBeanProxy.customizeJobDefinition(JobDefinition jobDefn, MetadataService.CustomizableProperty property, java.io.Serializable newValue, java.lang.String application)
          This method allows administrators to customize a property of a piece of metadata without changing the base metadata.
 void MetadataServiceMXBeanProxy.customizeJobSet(JobSet jobSet, MetadataService.CustomizableProperty property, java.io.Serializable newValue, java.lang.String application)
          This method allows administrators to customize a property of a piece of metadata without changing the base metadata.

 


Skip navigation links

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


Copyright © 2008, 2012 Oracle. All rights reserved.