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 | Method and Description |
---|---|
abstract ProfileTransaction |
Profile.createTransaction()
Creates a transaction for this profile.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Profile.applyChanges(ProfileTransaction transaction)
Apply the changes in a transaction to this profile.
|
void |
ProfileTransaction.setProperties(ProfileTransaction transaction)
Sets all bean properties of this transaction from another transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultProfileTransaction |
Modifier and Type | Method and Description |
---|---|
ProfileTransaction |
DefaultProfile.createTransaction() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultProfile.applyChanges(ProfileTransaction transaction) |
void |
DefaultProfileTransaction.setProperties(ProfileTransaction thatTransaction) |