Extension SDK 9.0.5

Uses of Class
oracle.jdeveloper.audit.analyzer.Category

Packages that use Category
oracle.jdeveloper.audit.analyzer The base classes for writing analyzers. 
 

Uses of Category in oracle.jdeveloper.audit.analyzer
 

Methods in oracle.jdeveloper.audit.analyzer that return Category
 Category Attribute.getCategory()
          Gets the category of this profileable.
 Category Rule.getCategory()
          Gets the category of this profileable.
 Category[] Analyzer.getCategories()
          Gets the categories of the rules or metrics of this analyzer, or null if none.
 

Constructors in oracle.jdeveloper.audit.analyzer with parameters of type Category
Column(java.lang.String name, java.lang.Class type, Category category, java.lang.Object threshold, Localizer localizer)
          Creates a column.
Column(java.lang.String name, java.lang.Class type, Category category, Localizer localizer)
          Creates a column with no threshold.
Attribute(java.lang.String name, Category category, java.lang.Class type, java.lang.Object threshold)
          Creates a metric.
Metric(java.lang.String name, Category category, java.lang.Class type, java.lang.Object threshold, Localizer localizer)
          Creates a metric.
Metric(java.lang.String name, Category category, java.lang.Class type, Localizer localizer)
          Creates a metric with no thresholds.
Rule(java.lang.String name, Category category, Severity severity, Localizer localizer)
          Creates a rule with no fixes
Rule(java.lang.String name, Category category, Severity severity, Localizer localizer, Transform defaultTransform)
          Creates a rule with one, default, fix.
Rule(java.lang.String name, Category category, Severity severity, Localizer localizer, Transform[] transforms, Transform defaultTransform)
          Creates a rule.
 


Extension SDK

 

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