| Package | Description | 
|---|---|
| oracle.jdeveloper.audit | 
 The root package of the public Audit (and Metrics) API. 
 | 
| oracle.jdeveloper.audit.service | 
 The API classes for invoking Audit programatically, and a few Audit common
API classes. 
 | 
| oracle.jdevimpl.audit.core | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ExtensionBeanFactory | 
AuditManager.getDefaultExtensionBeanFactory()
Gets the default Audit profile repository. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ExtensionBeanFactory | 
Profile.getFactory()
Gets the extension bean factory of this profile. 
 | 
| Constructor and Description | 
|---|
ProfileRepository(java.util.Map<java.lang.String,ProfileDefinition> definitions,
                 ExtensionBeanFactory factory,
                 java.net.URL directory)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultExtensionBeanFactory
The default factory for extension beans. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ExtensionBeanFactory | 
DefaultAuditManager.getDefaultExtensionBeanFactory()  | 
ExtensionBeanFactory | 
DefaultProfile.getFactory()  | 
| Constructor and Description | 
|---|
DefaultProfile(ExtensionBeanFactory factory,
              ProfileDefinition definition,
              java.lang.String name,
              java.net.URL url)
Creates a new unsealed factory profile from a profile file. 
 | 
DefaultProfile(ExtensionBeanFactory factory,
              java.lang.String name,
              boolean seal,
              java.lang.String... enabledIds)
Creates a new user profile from a list of ids to enable using the default 
 extension bean definitions. 
 | 
DefaultProfile(ExtensionBeanFactory factory,
              java.lang.String name,
              java.lang.String... enabledIds)
Creates a new unsealed user profile from a list of ids to enable using the 
 default extension bean definitions. 
 | 
DefaultProfile(ExtensionBeanFactory factory,
              java.net.URL url,
              boolean seal)
Creates a new user or factory profile from a profile file. 
 |