|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-04 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExclusionsDefinition | |
---|---|
oracle.as.scheduler | Enterprise Scheduler API interfaces and classes. |
oracle.as.scheduler.management |
Uses of ExclusionsDefinition in oracle.as.scheduler |
---|
Methods in oracle.as.scheduler that return ExclusionsDefinition | |
---|---|
ExclusionsDefinition |
ExclusionsDefinition.clone(java.lang.String newName)
|
static ExclusionsDefinition |
ExclusionsDefinition.from(javax.management.openmbean.CompositeData cd)
Create an instance of the model specific class out of an associated CompositeData instance |
ExclusionsDefinition[] |
BaseMetadataType.ExclusionsDefinitionType.getArray(int size)
|
ExclusionsDefinition |
MetadataService.getExclusionDefinition(MetadataServiceHandle handle,
MetadataObjectId objectId,
boolean forUpdate)
Method to retrieve a Exclusion from the scheduler metadata repository. |
ExclusionsDefinition[] |
MetadataService.getExclusionDefinitions(MetadataServiceHandle handle,
MetadataObjectId[] objectIds,
boolean forUpdate)
Method to retrieve an array of Exclusions from the scheduler metadata repository. |
protected ExclusionsDefinition |
ExclusionsDefinition.getSelf()
|
Methods in oracle.as.scheduler that return types with arguments of type ExclusionsDefinition | |
---|---|
BaseMetadataType<ExclusionsDefinition> |
ExclusionsDefinition.getBaseMetadataType()
|
java.lang.Class<ExclusionsDefinition> |
BaseMetadataType.ExclusionsDefinitionType.getMetadataClass()
|
oracle.as.scheduler.xml.MetadataXmlizer<ExclusionsDefinition> |
BaseMetadataType.ExclusionsDefinitionType.getXmlizer()
|
java.util.Enumeration<ExclusionsDefinition> |
MetadataService.queryExclusionDefinitionObjects(MetadataServiceHandle handle,
Filter filter,
MetadataService.QueryField orderBy,
boolean ascending)
Method to query Exclusions that exist in the scheduler metadata repository. |
Methods in oracle.as.scheduler with parameters of type ExclusionsDefinition | |
---|---|
MetadataObjectId |
MetadataService.addExclusionDefinition(MetadataServiceHandle handle,
ExclusionsDefinition exclusion,
java.lang.String packageName)
Method to persist a Exclusion in to the scheduler metadata repository. |
void |
MetadataService.updateExclusionDefinition(MetadataServiceHandle handle,
MetadataObjectId objectId,
ExclusionsDefinition exclusion)
Method to update a given Exclusion. |
Method parameters in oracle.as.scheduler with type arguments of type ExclusionsDefinition | |
---|---|
void |
Schedule.setExclusionsDefinition(java.util.Collection<ExclusionsDefinition> exclusions)
Sets the ExclusionsDefinition list to this Schedule. |
Uses of ExclusionsDefinition in oracle.as.scheduler.management |
---|
Methods in oracle.as.scheduler.management that return ExclusionsDefinition | |
---|---|
ExclusionsDefinition |
MetadataServiceMXBeanProxy.getExclusionDefinition(MetadataObjectId objectId,
java.lang.String application)
Retrieves ExclusionsDefinition from the scheduler metadata repository. |
ExclusionsDefinition[] |
MetadataServiceMXBeanProxy.queryExclusionsDefinitions(java.lang.String application,
Filter filter,
MetadataService.QueryField orderBy,
boolean ascending)
Query ExclusionsDefinition objects in scheduler metadata repository. |
Methods in oracle.as.scheduler.management with parameters of type ExclusionsDefinition | |
---|---|
MetadataObjectId |
MetadataServiceMXBeanProxy.addExclusionDefinition(ExclusionsDefinition exclusion,
java.lang.String application,
java.lang.String packageName)
Creates an Exclusion definition in to the scheduler metadata repository. |
void |
MetadataServiceMXBeanProxy.updateExclusionDefinition(MetadataObjectId objectId,
ExclusionsDefinition exclusion,
java.lang.String application)
Method to update a given Exclusion definition. |
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-04 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |