Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.jdeveloper.audit.extension.TypeDefinition

Packages that use TypeDefinition
oracle.jdeveloper.audit.extension   
oracle.jdevimpl.audit.core   
oracle.jdevimpl.audit.model   

 

Uses of TypeDefinition in oracle.jdeveloper.audit.extension

 

Subclasses of TypeDefinition in oracle.jdeveloper.audit.extension
 class Property
           

 

Methods in oracle.jdeveloper.audit.extension that return TypeDefinition
 TypeDefinition BeanDefinition.getImplementationClass()
           
 TypeDefinition Parameter.getParameterType()
           
 TypeDefinition MetricDefinition.getValueType()
           

 

Methods in oracle.jdeveloper.audit.extension that return types with arguments of type TypeDefinition
 java.util.Collection<TypeDefinition<Analyzer>> AuditHook.getAnalyzers()
           
 java.util.Collection<TypeDefinition<ModelType>> AuditHook.getModels()
           
 java.util.Collection<TypeDefinition<ContentRootFactory>> AuditHook.getRootFactories()
           

 

Methods in oracle.jdeveloper.audit.extension with parameters of type TypeDefinition
 void ConverterDefinition.setConverterType(TypeDefinition<Converter> converterType)
           
 void BeanDefinition.setImplementationClass(TypeDefinition implementationClass)
           
 void MetricDefinition.setValueType(TypeDefinition valueType)
           
 void ConverterDefinition.setValueType(TypeDefinition<java.lang.Object> valueType)
           

 

Constructors in oracle.jdeveloper.audit.extension with parameters of type TypeDefinition
Parameter(java.lang.String name, TypeDefinition parameterClass, boolean required, DefinitionContext context)
           

 

Uses of TypeDefinition in oracle.jdevimpl.audit.core

 

Methods in oracle.jdevimpl.audit.core that return types with arguments of type TypeDefinition
 java.util.List<Tuple<TypeDefinition,java.lang.reflect.Method>> ProfileBinding.getStartTaskMethods()
           

 

Methods in oracle.jdevimpl.audit.core with parameters of type TypeDefinition
 Analyzer ProfileBinding.getAnalyzer(TypeDefinition analyzerClass)
          Gets the bound analyzer of a specified class.

 

Method parameters in oracle.jdevimpl.audit.core with type arguments of type TypeDefinition
 void ProfileBinding.bind(java.util.Collection<TypeDefinition<Analyzer>> analyzerDefinitions, boolean disableAssists, java.util.Set<java.lang.String> disableAnalyzers, java.util.Collection<Rule> rules, java.util.Collection<Metric> metrics, boolean forceAndVerify)
          Creates the analyzer and bean instances for the bound profile.
 void ProfileBinding.introspectVisitorMethods(java.util.Map<TypeDefinition<Analyzer>,Analyzer> analyzers)
           

 

Uses of TypeDefinition in oracle.jdevimpl.audit.model

 

Constructor parameters in oracle.jdevimpl.audit.model with type arguments of type TypeDefinition
DefaultModelTypeFactory(java.util.List<ModelType> modelTypes, java.util.Collection<TypeDefinition<ModelType>> unloadedModelTypes, java.util.Collection<TypeDefinition<ContentRootFactory>> contentRootFactories)
          Creates a factory for specified model types.
DefaultModelTypeFactory(java.util.List<ModelType> modelTypes, java.util.Collection<TypeDefinition<ModelType>> unloadedModelTypes, java.util.Collection<TypeDefinition<ContentRootFactory>> contentRootFactories)
          Creates a factory for specified model types.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.