| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Rule | |
|---|---|
| oracle.jdeveloper.audit.analyzer | The base classes for writing analyzers. | 
| oracle.jdeveloper.audit.service | The API classes for invoking Audit programatically, and a few Audit common API classes. | 
| oracle.jdeveloper.audit.transform | The base classes for defining transformations on the Audit object model. | 
| oracle.jdevimpl.audit.core | |
| oracle.jdevimpl.audit.log | |
| Uses of Rule in oracle.jdeveloper.audit.analyzer | 
|---|
| Methods in oracle.jdeveloper.audit.analyzer that return Rule | |
|---|---|
|  Rule[] | Analyzer.getRules()Deprecated. Use | 
| Methods in oracle.jdeveloper.audit.analyzer with parameters of type Rule | |
|---|---|
|  ViolationReport | AuditContext.report(Rule rule)Reports an issue for the construct currently being traversed. | 
|  ViolationReport | AuditTaskContext.report(Rule rule,
       Location location)Reports a rule violation for a construct. | 
|  ViolationReport | AuditContext.report(Rule rule,
       Location location)Reports an issue for a location in the model currently being traversed (i.e., location.getModel() == context.getModel()). | 
|  ViolationReport | AuditTaskContext.report(Rule rule,
       ModelAdapter model,
       java.lang.Object construct)Reports a rule violation for a construct. | 
|  ViolationReport | AuditContext.report(Rule rule,
       ModelAdapter model,
       java.lang.Object construct)Deprecated. Violations reported on a model other than the one currently being traversed are mostly ignored; this method is effectively not supported. | 
|  ViolationReport | AuditContext.report(Rule rule,
       java.lang.Object construct)Reports an issue for a construct in the model currently being traversed This method returns a ViolationReportwhich allows parameters and
 other attributes to be added to the issue. | 
| Uses of Rule in oracle.jdeveloper.audit.service | 
|---|
| Methods in oracle.jdeveloper.audit.service that return Rule | |
|---|---|
|  Rule | Violation.getRule()Gets the rule violated by this violation. | 
| Methods in oracle.jdeveloper.audit.service with parameters of type Rule | |
|---|---|
| static Transform | ViolationHelper.unpackDefaultTransform(int bits,
                       Rule rule) | 
| static Transform | ViolationHelper.unpackTransform(int bits,
                Rule rule,
                int index) | 
| static java.lang.String | ViolationHelper.unpackVariation(int bits,
                Rule rule) | 
| Uses of Rule in oracle.jdeveloper.audit.transform | 
|---|
| Methods in oracle.jdeveloper.audit.transform that return Rule | |
|---|---|
|  Rule | TransformContext.getRule() | 
| Uses of Rule in oracle.jdevimpl.audit.core | 
|---|
| Methods in oracle.jdevimpl.audit.core with parameters of type Rule | |
|---|---|
|  ViolationReport | DefaultAuditor.report(AuditContext context,
       Rule rule,
       Location location,
       java.lang.Object construct) | 
|  ViolationReport | DefaultAuditContext.report(Rule rule) | 
|  ViolationReport | DefaultAuditTaskContext.report(Rule rule,
       Location location) | 
|  ViolationReport | DefaultAuditContext.report(Rule rule,
       Location location) | 
|  ViolationReport | DefaultAuditTaskContext.report(Rule rule,
       ModelAdapter model,
       java.lang.Object construct) | 
|  ViolationReport | DefaultAuditContext.report(Rule rule,
       ModelAdapter model,
       java.lang.Object construct) | 
|  ViolationReport | DefaultAuditContext.report(Rule rule,
       java.lang.Object construct) | 
| Method parameters in oracle.jdevimpl.audit.core with type arguments of type Rule | |
|---|---|
|  void | ProfileBinding.bind(java.util.Collection<TypeDefinition<Analyzer>> analyzerDefinitions,
     boolean disableAssists,
     java.util.Set<java.lang.String> disableAnalyzers,
     java.util.Collection<Rule> rules,
     java.util.Collection<Metric> metrics,
     boolean forceAndVerify)Creates the analyzer and bean instances for the bound profile. | 
|  void | ProfileBinding.enabledBeans(Analyzer analyzer,
             java.util.Collection<Rule> rules,
             java.util.Collection<Metric> metrics) | 
| Constructors in oracle.jdevimpl.audit.core with parameters of type Rule | |
|---|---|
| DefaultTransformField(oracle.jdevimpl.audit.core.AuditELContext context,
                      Rule rule,
                      Transform[] transforms) | |
| Uses of Rule in oracle.jdevimpl.audit.log | 
|---|
| Methods in oracle.jdevimpl.audit.log with parameters of type Rule | |
|---|---|
|  boolean | RuleFilter.isEnabled(Rule rule) | 
|  void | RuleFilter.setEnabled(Rule rule,
           boolean enabled) | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||