| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
static java.util.Collection<ValueHandle> |
ProfileTransaction.DEFAULT_VALUE
A
ValueHandle representation which indicates that a property should revert to its default value. |
| Modifier and Type | Method and Description |
|---|---|
abstract ValueHandle |
Profile.getChangedValue(java.lang.String id, java.lang.String propertyName)
Gets the value of a property of a bean of this profile changed from its default value, null if not changed.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MultiMap<java.lang.String,ValueHandle> |
Profile.getChangedValues()
Gets the properties of beans of this profile changed from their default values.
|
abstract java.util.Collection<ValueHandle> |
Profile.getChangedValues(java.lang.String id)
Gets the properties of a bean of this profile changed from their default values, or null if none.
|
MultiMap<java.lang.String,ValueHandle> |
ProfileTransaction.getPendingChangedValues()
Gets the changed bean properties, relative to the underlying profile, of this transaction.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ValueHandle.compareTo(ValueHandle that) |
static boolean |
ValueHandle.valueEquals(ValueHandle left, ValueHandle right)
Gets whether two handles represent the same value.
|
| Modifier and Type | Method and Description |
|---|---|
ValueHandle |
DefaultProfile.getChangedValue(java.lang.String id, java.lang.String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
MultiMap<java.lang.String,ValueHandle> |
DefaultProfile.getChangedValues() |
java.util.Collection<ValueHandle> |
DefaultProfile.getChangedValues(java.lang.String id) |
MultiMap<java.lang.String,ValueHandle> |
DefaultProfileTransaction.getPendingChangedValues() |