| Package | Description | 
|---|---|
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Profile | 
AuditManager.createProfile(java.lang.String name,
             BeanDefinition... beans)
Creates a new  
Profile with beans from specified bean
 definitions included and enabled. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TransformBinding<T extends BeanDefinition & HasTransformBindings>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CategoryDefinition  | 
class  | 
MetricDefinition  | 
class  | 
ModelDefinition  | 
class  | 
RuleDefinition  | 
class  | 
SuppressionSchemeDefinition  | 
class  | 
TransformDefinition  | 
| Modifier and Type | Method and Description | 
|---|---|
BeanDefinition | 
ExtensionBean.definition()
Gets the definition of this bean. 
 | 
BeanDefinition[] | 
AuditHook.getBeans(java.lang.String... ids)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.String,BeanDefinition> | 
AuditHook.getBeans()  | 
java.util.Map<java.lang.String,BeanDefinition> | 
ExtensionBeanFactory.getDefinitions()  | 
| Modifier and Type | Method and Description | 
|---|---|
ExtensionBean | 
ExtensionBeanFactory.getBean(BeanDefinition definition,
       boolean force)  | 
| Constructor and Description | 
|---|
ExtensionBean(BeanDefinition definition)
Creates a bean. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BeanDefinition | 
ProfileTransaction.getDefinition(java.lang.String id)
Gets the definition of a specific bean of this transaction. 
 | 
abstract BeanDefinition | 
Profile.getDefinition(java.lang.String id)
Gets the definition of a specified bean in this profile, or null if none. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<BeanDefinition> | 
ProfileTransaction.getDefinitions()
Gets the definitions of the beans of this transaction. 
 | 
abstract java.util.Collection<BeanDefinition> | 
Profile.getDefinitions()
Gets the definitions of all beans in this profile. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BeanDefinition | 
DefaultProfileTransaction.getDefinition(java.lang.String id)  | 
BeanDefinition | 
DefaultProfile.getDefinition(java.lang.String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<BeanDefinition> | 
DefaultProfileTransaction.getDefinitions()  | 
java.util.Collection<BeanDefinition> | 
DefaultProfile.getDefinitions()  | 
java.util.Map<java.lang.String,BeanDefinition> | 
DefaultExtensionBeanFactory.getDefinitions()
All definitions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 | 
DefaultExtensionBeanFactory.getBean(BeanDefinition definition,
       boolean force)  | 
java.lang.Object | 
DefaultProfile.getDefaultValue(BeanDefinition definition,
               java.lang.String propertyName)  | 
| Constructor and Description | 
|---|
DefaultExtensionBeanFactory(BeanDefinition... definitions)  | 
| Constructor and Description | 
|---|
DefaultExtensionBeanFactory(java.lang.Iterable<BeanDefinition> definitions)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<BeanDefinition> | 
ProfileModel.getDefinitions()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProfileXmlReporter.writeExtensionBean(BeanDefinition bean)  |