| Package | Description | 
|---|---|
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
ProfileDefinition | 
AuditHook.getProfile(java.lang.String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<ProfileDefinition> | 
AuditHook.getProfiles()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ProfileDefinition | 
Profile.getDefinition()
Gets the definition of this profile, or null if not a predefined profile. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ProfileDefinition | 
DefaultProfile.getDefinition()  | 
| Constructor and Description | 
|---|
DefaultProfile(ProfileDefinition definition, Profile profile)  | 
DefaultProfile(ProfileDefinition definition, java.lang.String name, java.net.URL url)
Creates a new predefined profile with all registered bean definitions configured from a profile file. 
 |