|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
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, java.lang.Class<? extends Analyzer>... analyzers) Creates a new Profile with specific analyzers and with all rules and metrics enabled. |
abstract Profile |
AuditManager.createProfile(java.lang.String id, java.lang.String name, java.net.URL url) Creates a new predefined Profile with all registered analyzers configured from a profile file. |
Profile[] |
AuditProvider.getProfiles() Gets the default Audit profiles predefined by this provider. |
Methods in oracle.jdeveloper.audit that return types with arguments of type Profile | |
---|---|
abstract java.util.Collection<Profile> |
AuditManager.getProfiles() Gets the predefined profiles registered with this Audit manager. |
Uses of Profile in oracle.jdeveloper.audit.service |
---|
Subclasses of Profile in oracle.jdeveloper.audit.service | |
---|---|
class |
DefaultProfile |
Methods in oracle.jdeveloper.audit.service that return Profile | |
---|---|
Profile |
ProfileTransaction.create(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. |
Profile |
ProfileTransaction.getProfile() |
abstract Profile |
Auditor.getProfile() Gets the profile for this audit. |
Profile |
AuditModel.getProfile() Gets the profile used to create this model. |
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. |
Constructors in oracle.jdeveloper.audit.service with parameters of type Profile | |
---|---|
DefaultProfile(Profile profile) |
Uses of Profile in oracle.jdevimpl.audit.core |
---|
Methods in oracle.jdevimpl.audit.core that return Profile | |
---|---|
Profile |
DefaultAuditManager.createProfile(java.lang.String name, java.lang.Class<? extends Analyzer>... analyzers) |
Profile |
DefaultAuditManager.createProfile(java.lang.String key, java.lang.String name, java.net.URL url) |
Profile |
DefaultAuditor.getProfile() |
Profile |
DefaultAuditModel.getProfile() |
Profile[] |
AuditAddin.getProfiles() |
Methods in oracle.jdevimpl.audit.core that return types with arguments of type Profile | |
---|---|
java.util.Collection<Profile> |
DefaultAuditManager.getProfiles() |
Methods in oracle.jdevimpl.audit.core with parameters of type Profile | |
---|---|
void |
ProfileBinding.introspectVisitorMethods(Profile profile) |
void |
DefaultAuditor.setProfile(Profile profile) |
Constructors in oracle.jdevimpl.audit.core with parameters of type 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) |
boolean |
ProfileModel.nameMatches(Profile name1, Profile name2) |
boolean |
ProfileModel.nameMatches(Profile name1, java.lang.String name2) |
boolean |
ProfileModel.nameMatches(java.lang.String name1, Profile name2) |
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 |
XMLProfileReporter.report(Profile profile) |
void |
XSLTProfileReporter.report(Profile 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. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |