Extension SDK 9.0.5

Uses of Class
oracle.jdeveloper.audit.service.Profile

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. 
 

Uses of Profile in oracle.jdeveloper.audit
 

Methods in oracle.jdeveloper.audit that return Profile
 Profile[] AuditProvider.getProfiles()
          Gets the default Audit or Metrics profiles defined by this provider.
 

Uses of Profile in oracle.jdeveloper.audit.service
 

Methods in oracle.jdeveloper.audit.service that return Profile
 Profile AuditModel.getProfile()
          Gets the profile used to create this model.
 Profile Profile.createCopyAndRevert(java.lang.String name)
          Creates a new profile that is an identical copy of this profile, including any modified bean properties, and reverts this profile to its saved state.
abstract  Profile Auditor.getProfile()
          Gets the profile for this audit.
 

Methods in oracle.jdeveloper.audit.service with parameters of type Profile
abstract  void Auditor.setProfile(Profile profile)
          Sets the profile for this audit.
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.