| 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.getProfileByIdOrDeprecatedId(java.lang.String id)
Gets the profile definition corresponding to an id, including a deprecated
id, or null if no definition corresponds.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ProfileDefinition> |
AuditHook.getProfilesById()
Gets all profile definitions declared by loaded extensions, mapped by id.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ProfileDefinition |
Profile.getDefinition()
Gets the definition of this profile, or null if not a predefined profile.
|
| Constructor and Description |
|---|
ProfileRepository(java.util.Map<java.lang.String,ProfileDefinition> definitions,
ExtensionBeanFactory factory,
java.net.URL directory) |
| Modifier and Type | Method and Description |
|---|---|
ProfileDefinition |
DefaultProfile.getDefinition() |
| 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(Profile profile,
ProfileDefinition definition) |