|
Extension SDK 9.0.5 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuditType | |
oracle.jdeveloper.audit | The root package of the public Audit (and Metrics) API. |
oracle.jdeveloper.audit.model | The base classes for defining the Audit object model. |
oracle.jdeveloper.audit.service | The API classes for invoking Audit programatically, and a few Audit common API classes. |
Uses of AuditType in oracle.jdeveloper.audit |
Methods in oracle.jdeveloper.audit with parameters of type AuditType | |
java.net.URL[] |
AuditProvider.getStyleSheets(AuditType type)
Gets the default Audit or Metrics report XSLT style sheet URLs defined by this provider. |
Uses of AuditType in oracle.jdeveloper.audit.model |
Methods in oracle.jdeveloper.audit.model with parameters of type AuditType | |
abstract java.lang.Class[] |
DocumentTypeAdapter.getDefaultViewTypes(AuditType type)
Gets the view types for this document type included by default in an Audit or Metrics report. |
Uses of AuditType in oracle.jdeveloper.audit.service |
Fields in oracle.jdeveloper.audit.service declared as AuditType | |
static AuditType |
Profile.AUDIT
|
static AuditType |
Profile.METRICS
|
static AuditType |
AuditType.AUDIT
The value identfying the Audit feature. |
static AuditType |
AuditType.METRICS
The value identfying the Metrics feature. |
Methods in oracle.jdeveloper.audit.service that return AuditType | |
AuditType |
AuditModel.getType()
Gets the feature type (audit or metrics) of this model. |
AuditType |
Profile.getType()
Gets the type of this profile. |
abstract AuditType |
Auditor.getType()
Gets the feature type of this audit. |
static AuditType |
AuditType.valueOf(java.lang.String string)
Gets the feature corresponding to a name, or null if the name is invalid. |
Constructors in oracle.jdeveloper.audit.service with parameters of type AuditType | |
Profile(AuditType type,
java.net.URL url)
Creates a new profile with all registered analyzers configured from a profile file. |
|
Profile(AuditType type,
java.net.URL url,
java.lang.String name)
Creates a new profile with all registered analyzers configured from a profile file. |
|
Profile(AuditType type,
java.lang.String name,
Analyzer analyzer)
Creates a new profile with a specific analyzer. |
|
Profile(AuditType type,
java.lang.String name,
Analyzer[] analyzers)
Creates a new profile with specific analyzers. |
|
Profile(AuditType type,
java.lang.String name)
Creates a new profile with all registered analyzers and with all beans in their default state, then enables all rules or metrics. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.