|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Profile | |
|---|---|
| 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 | |
| oracle.jdevimpl.audit.log | |
| oracle.jdevimpl.audit.profile | |
| oracle.jdevimpl.audit.report | |
| Uses of Profile in oracle.jdeveloper.audit |
|---|
| Methods in oracle.jdeveloper.audit that return Profile | |
|---|---|
abstract Profile |
AuditManager.createProfile(java.lang.String name)Creates a new Profile with all registered beans included and enabled. |
abstract Profile |
AuditManager.createProfile(java.lang.String name, BeanDefinition... beans)Creates a new Profile with beans from specified bean definitions included and enabled. |
abstract Profile |
AuditManager.createProfile(java.lang.String name, java.lang.String... ids)Creates a new Profile with all registered beans included and with beans from specified ids, if any, enabled. |
| Uses of Profile in oracle.jdeveloper.audit.service |
|---|
| Methods in oracle.jdeveloper.audit.service that return Profile | |
|---|---|
Profile |
ProfileTransaction.createProfile(java.lang.String name)Creates a profile from this transaction. |
Profile |
ProfileRepository.getDefaultProfile(java.lang.String id)Gets the default profile with a specified id from this repository. |
abstract Profile |
Auditor.getProfile()Gets the profile for this audit. |
Profile |
AuditModel.getProfile()Gets the profile used to create this model. |
Profile |
ProfileTransaction.getProfile()Gets the profile which this transaction modifies. |
Profile |
ProfileRepository.getProfile(java.lang.String name)Gets a profile with a specified name from this repository. |
Profile |
ProfileRepository.getProfile(java.lang.String name, java.lang.String id)Gets a profile with a specified name from this repository, or the default profile with a specified id otherwise. |
| Methods in oracle.jdeveloper.audit.service that return types with arguments of type Profile | |
|---|---|
java.util.List<Profile> |
ProfileRepository.getProfiles()Gets the profiles in this repository. |
| Methods in oracle.jdeveloper.audit.service with parameters of type Profile | |
|---|---|
void |
ProfileRepository.delete(Profile profile)Deletes a profile. |
void |
ProfileRepository.save(Profile profile)Saves a profile to a profile file. |
abstract void |
Auditor.setProfile(Profile profile)Sets the profile for this audit. |
void |
ProfileTransaction.setProperties(Profile profile)Sets all bean properties of this transaction from a profile. |
| Uses of Profile in oracle.jdevimpl.audit.core |
|---|
| Subclasses of Profile in oracle.jdevimpl.audit.core | |
|---|---|
class |
DefaultProfile |
| Methods in oracle.jdevimpl.audit.core that return Profile | |
|---|---|
Profile |
DefaultAuditManager.createProfile(java.lang.String name) |
Profile |
DefaultProfileTransaction.createProfile(java.lang.String name) |
Profile |
DefaultAuditManager.createProfile(java.lang.String name, BeanDefinition... beans) |
Profile |
DefaultAuditManager.createProfile(java.lang.String name, java.lang.String... ids) |
Profile |
DefaultProfileTransaction.getProfile() |
Profile |
DefaultAuditModel.getProfile() |
Profile |
DefaultAuditor.getProfile() |
| Methods in oracle.jdevimpl.audit.core with parameters of type Profile | |
|---|---|
void |
DefaultAuditor.setProfile(Profile profile) |
void |
DefaultProfileTransaction.setProperties(Profile profile) |
| Constructors in oracle.jdevimpl.audit.core with parameters of type Profile | |
|---|---|
DefaultProfile(Profile profile) |
|
DefaultProfile(ProfileDefinition definition, Profile profile) |
|
ProfileBinding(Profile profile)Creates a profile binding for a profile. |
|
| Uses of Profile in oracle.jdevimpl.audit.log |
|---|
| Constructors in oracle.jdevimpl.audit.log with parameters of type Profile | |
|---|---|
ProfileExportDialog(Profile profile, java.lang.String tabName) |
|
| Uses of Profile in oracle.jdevimpl.audit.profile |
|---|
| Methods in oracle.jdevimpl.audit.profile that return Profile | |
|---|---|
Profile |
ProfileModel.getElementAt(int index) |
Profile |
ProfileModel.getProfile(java.lang.String name) |
Profile |
ProfileModel.getProfile(java.lang.String name, java.lang.String key) |
Profile |
ProfileModel.getSelectedItem() |
Profile |
AuditDialog.show()Shows the modal dialog and returns the selected profile, or null if none was selected. |
Profile |
AuditProfilePanel.show()Shows a modal dialog using this panel and returns the selected profile, or null if none was selected. |
Profile |
AuditProfilePanel.show(java.awt.Component parent)Shows a modal dialog using this panel and returns the selected profile, or null if none was selected. |
| Methods in oracle.jdevimpl.audit.profile with parameters of type Profile | |
|---|---|
void |
ProfileModel.fireContentsChanged(Profile profile) |
void |
ProfileModel.importAs(java.net.URL url, java.lang.String newName, Profile overwrittenProfile)Imports a profile under a new name. |
boolean |
ProfileModel.isModified(Profile profile) |
boolean |
ProfileModel.isNew(Profile profile) |
void |
ProfileModel.saveAs(java.lang.String newName, Profile overwrittenProfile)Saves the selected profile, including changes, under a new name. |
| Uses of Profile in oracle.jdevimpl.audit.report |
|---|
| Methods in oracle.jdevimpl.audit.report with parameters of type Profile | |
|---|---|
void |
XSLTAuditReporter.report(Profile profile) |
void |
XMLAuditReporter.report(Profile profile)This method does nothing |
void |
AuditReporter.report(Profile profile)Creates a report from a model. |
void |
XSLTProfileReporter.report(Profile profile) |
void |
XMLProfileReporter.report(Profile profile) |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||