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.BeanDefinition

Packages that use BeanDefinition
oracle.jdeveloper.audit The root package of the public Audit (and Metrics) API. 
oracle.jdeveloper.audit.extension   
oracle.jdeveloper.audit.service The API classes for invoking Audit programatically, and a few Audit common API classes. 
oracle.jdevimpl.audit.core   
oracle.jdevimpl.audit.profile   
oracle.jdevimpl.audit.report   

 

Uses of BeanDefinition in oracle.jdeveloper.audit

 

Methods in oracle.jdeveloper.audit with parameters of type BeanDefinition
abstract  Profile AuditManager.createProfile(java.lang.String name, BeanDefinition... beans)
          Creates a new Profile with beans from specified bean definitions included and enabled.

 

Uses of BeanDefinition in oracle.jdeveloper.audit.extension

 

Subclasses of BeanDefinition in oracle.jdeveloper.audit.extension
 class CategoryDefinition
           
 class MetricDefinition
           
 class RuleDefinition
           
 class TransformDefinition
           

 

Methods in oracle.jdeveloper.audit.extension that return BeanDefinition
 BeanDefinition ExtensionBean.definition()
          Gets the definition of this bean.
 BeanDefinition[] AuditHook.getBeans(java.lang.String... ids)
           

 

Methods in oracle.jdeveloper.audit.extension that return types with arguments of type BeanDefinition
 java.util.Map<java.lang.String,BeanDefinition> AuditHook.getBeans()
           

 

Constructors in oracle.jdeveloper.audit.extension with parameters of type BeanDefinition
ExtensionBean(BeanDefinition definition)
          Creates a bean.

 

Uses of BeanDefinition in oracle.jdeveloper.audit.service

 

Methods in oracle.jdeveloper.audit.service that return BeanDefinition
abstract  BeanDefinition Profile.getDefinition(java.lang.String id)
          Gets the definition of a specified bean in this profile, or null if none.
 BeanDefinition ProfileTransaction.getDefinition(java.lang.String id)
          Gets the definition of a specific bean of this transaction.

 

Methods in oracle.jdeveloper.audit.service that return types with arguments of type BeanDefinition
abstract  java.util.Collection<BeanDefinition> Profile.getDefinitions()
          Gets the definitions of all beans in this profile.
 java.util.Collection<BeanDefinition> ProfileTransaction.getDefinitions()
          Gets the definitions of the beans of this transaction.

 

Methods in oracle.jdeveloper.audit.service with parameters of type BeanDefinition
abstract  ExtensionBean Profile.createBean(BeanDefinition definition, boolean force, java.util.Map<java.lang.String,ExtensionBean> context)
          Creates an instance of a bean in this profile.
abstract  java.lang.Object Profile.getDefaultValue(BeanDefinition definition, java.lang.String propertyName)
          Gets the default value of a property of a bean of this profile.

 

Uses of BeanDefinition in oracle.jdevimpl.audit.core

 

Methods in oracle.jdevimpl.audit.core that return BeanDefinition
 BeanDefinition DefaultProfileTransaction.getDefinition(java.lang.String id)
           
 BeanDefinition DefaultProfile.getDefinition(java.lang.String id)
           

 

Methods in oracle.jdevimpl.audit.core that return types with arguments of type BeanDefinition
 java.util.Map<java.lang.String,BeanDefinition> ExtensionBeanFactory.getDefinitions()
           
 java.util.Collection<BeanDefinition> DefaultProfileTransaction.getDefinitions()
           
 java.util.Collection<BeanDefinition> DefaultProfile.getDefinitions()
           

 

Methods in oracle.jdevimpl.audit.core with parameters of type BeanDefinition
 ExtensionBean DefaultProfile.createBean(BeanDefinition definition, boolean force, java.util.Map<java.lang.String,ExtensionBean> context)
           
 Profile DefaultAuditManager.createProfile(java.lang.String name, BeanDefinition... beans)
           
 ExtensionBean ExtensionBeanFactory.getBean(BeanDefinition definition, boolean force)
           
 java.lang.Object DefaultProfile.getDefaultValue(BeanDefinition definition, java.lang.String propertyName)
           

 

Constructors in oracle.jdevimpl.audit.core with parameters of type BeanDefinition
DefaultProfile(ProfileDefinition definition, java.lang.String name, java.net.URL url, BeanDefinition[] definitions)
           
DefaultProfile(java.lang.String name, BeanDefinition[] beans)
          Creates a new Profile with the beans with specified definitions included and enabled.
ExtensionBeanFactory(BeanDefinition... definitions)
           

 

Constructor parameters in oracle.jdevimpl.audit.core with type arguments of type BeanDefinition
ExtensionBeanFactory(java.util.Map<java.lang.String,BeanDefinition> definitions)
           

 

Uses of BeanDefinition in oracle.jdevimpl.audit.profile

 

Methods in oracle.jdevimpl.audit.profile that return types with arguments of type BeanDefinition
 java.util.Collection<BeanDefinition> ProfileModel.getDefinitions()
           

 

Uses of BeanDefinition in oracle.jdevimpl.audit.report

 

Methods in oracle.jdevimpl.audit.report with parameters of type BeanDefinition
 void XMLProfileReporter.writeExtensionBean(BeanDefinition bean)
           

 


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.