Uses of Enum Class
oracle.as.scheduler.MetadataService.QueryField
Packages that use MetadataService.QueryField
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
Metadata type specific helper classes for querying metadata.
-
Uses of MetadataService.QueryField in oracle.as.scheduler
Methods in oracle.as.scheduler that return MetadataService.QueryFieldModifier and TypeMethodDescriptionstatic MetadataService.QueryField
Returns the enum constant of this class with the specified name.static MetadataService.QueryField
MetadataService.QueryField.valueOfField
(String s) static MetadataService.QueryField[]
MetadataService.QueryField.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.QueryFieldModifier and TypeMethodDescriptionMetadataService.queryExclusionDefinitionObjects
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending) Query ExclusionsDefinition that exist in the metadata repository.MetadataService.queryExclusionDefinitions
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending) Query ExclusionsDefinitions that exist in the metadata repository.MetadataService.queryIncompatibilities
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending) Query Incompatibilities that exist in the metadata repository.MetadataService.queryIncompatibilityObjects
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending) Query Incompatibilities that exist in the metadata repository.MetadataService.queryJobDefinitionObjects
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending) Query JobDefinitions that exist in the metadata repository.MetadataService.queryJobDefinitionObjects
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending, String[] paramsToExclude) Query JobDefinitions that exist in the metadata repository.MetadataService.queryJobDefinitions
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending) Query JobDefinitions that exist in the metadata repository.MetadataService.queryJobSetObjects
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending) Query JobSets that exist in the metadata repository.MetadataService.queryJobSetObjects
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending, String[] paramsToExclude) Query JobSets that exist in the metadata repository.MetadataService.queryJobSets
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending) Query JobSets that exist in the metadata repository.MetadataService.queryJobTypeObjects
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending) Query JobTypes that exist in the metadata repository.MetadataService.queryJobTypeObjects
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending, String[] paramsToExclude) Query JobTypes that exist in the metadata repository.MetadataService.queryJobTypes
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending) Query JobTypes that exist in the metadata repository.MetadataService.queryScheduleObjects
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending) Query Schedules that exist in the metadata repository.MetadataService.querySchedules
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending) Query Schedules that exist in the metadata repository. -
Uses of MetadataService.QueryField in oracle.as.scheduler.metadata.query.builder
Methods in oracle.as.scheduler.metadata.query.builder with parameters of type MetadataService.QueryFieldModifier and TypeMethodDescriptionoracle.as.scheduler.metadata.query.MetadataQueryField<String>
MetadataQueryBuilderFactory.convertField
(MetadataService.QueryField fieldName) Adapter method to convert field of typeMetadataService.QueryField
toMetadataQueryField