| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtensionBean | |
|---|---|
| oracle.jdeveloper.audit | The root package of the public Audit (and Metrics) API. | 
| oracle.jdeveloper.audit.analyzer | The base classes for writing analyzers. | 
| oracle.jdeveloper.audit.extension | |
| 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.profile | |
| oracle.jdevimpl.audit.report | |
| Uses of ExtensionBean in oracle.jdeveloper.audit | 
|---|
| Methods in oracle.jdeveloper.audit that return types with arguments of type ExtensionBean | |
|---|---|
abstract  java.util.Map<java.lang.String,ExtensionBean> | 
AuditManager.getBeans()
Gets the beans--rules, metrics, and categories--registered with this Audit manager.  | 
| Uses of ExtensionBean in oracle.jdeveloper.audit.analyzer | 
|---|
| Subclasses of ExtensionBean in oracle.jdeveloper.audit.analyzer | |
|---|---|
 class | 
Assist
A code assist pseudo-rule.  | 
 class | 
Attribute
Deprecated. Use Metric | 
 class | 
Category
A category of rules or metrics.  | 
 class | 
Metric
A metric of constructs of the Audit object model.  | 
 class | 
Rule
An Audit rule.  | 
| Methods in oracle.jdeveloper.audit.analyzer with parameters of type ExtensionBean | |
|---|---|
protected  void | 
Category.copyInternalState(ExtensionBean copy,
                  java.util.IdentityHashMap<java.lang.Object,java.lang.Object> context)
 | 
protected  void | 
Rule.copyInternalState(ExtensionBean copy,
                  java.util.IdentityHashMap<java.lang.Object,java.lang.Object> context)
 | 
protected  void | 
Metric.copyInternalState(ExtensionBean copy,
                  java.util.IdentityHashMap<java.lang.Object,java.lang.Object> context)
 | 
| Uses of ExtensionBean in oracle.jdeveloper.audit.extension | 
|---|
| Methods in oracle.jdeveloper.audit.extension that return ExtensionBean | |
|---|---|
 ExtensionBean | 
ExtensionBean.createCopy(java.util.IdentityHashMap<java.lang.Object,java.lang.Object> context)
Creates a copy of this bean.  | 
| Methods in oracle.jdeveloper.audit.extension with parameters of type ExtensionBean | |
|---|---|
protected  void | 
ExtensionBean.copyInternalState(ExtensionBean copy,
                  java.util.IdentityHashMap<java.lang.Object,java.lang.Object> context)
Copies internal subclass state as part of creating a copy of this bean.  | 
| Uses of ExtensionBean in oracle.jdeveloper.audit.service | 
|---|
| Methods in oracle.jdeveloper.audit.service that return ExtensionBean | |
|---|---|
 ExtensionBean | 
ProfileTransaction.getBean(java.lang.String id)
Gets a bean.  | 
 ExtensionBean | 
Profile.Instances.getBean(java.lang.String id)
 | 
| Methods in oracle.jdeveloper.audit.service that return types with arguments of type ExtensionBean | |
|---|---|
 java.util.Collection<ExtensionBean> | 
ProfileTransaction.getBeans()
 | 
 java.util.Collection<ExtensionBean> | 
Profile.Instances.getBeans()
 | 
 java.util.Map<Analyzer,java.util.Collection<ExtensionBean>> | 
Profile.Instances.getBeansByAnalyzer()
 | 
| Constructor parameters in oracle.jdeveloper.audit.service with type arguments of type ExtensionBean | |
|---|---|
Profile.Instances(java.util.Map<java.lang.Class<? extends Analyzer>,Analyzer> analyzers,
                  java.util.Map<java.lang.String,ExtensionBean> beans,
                  java.util.Map<Analyzer,java.util.Collection<ExtensionBean>> beansPerAnalyzer)
 | 
|
Profile.Instances(java.util.Map<java.lang.Class<? extends Analyzer>,Analyzer> analyzers,
                  java.util.Map<java.lang.String,ExtensionBean> beans,
                  java.util.Map<Analyzer,java.util.Collection<ExtensionBean>> beansPerAnalyzer)
 | 
|
| Uses of ExtensionBean in oracle.jdeveloper.audit.transform | 
|---|
| Subclasses of ExtensionBean in oracle.jdeveloper.audit.transform | |
|---|---|
 class | 
CompositeTransform
A transform composed of other transforms.  | 
 class | 
Transform
A source code transform.  | 
| Methods in oracle.jdeveloper.audit.transform with parameters of type ExtensionBean | |
|---|---|
protected  void | 
Transform.copyInternalState(ExtensionBean bean,
                  java.util.IdentityHashMap<java.lang.Object,java.lang.Object> context)
 | 
| Uses of ExtensionBean in oracle.jdevimpl.audit.core | 
|---|
| Subclasses of ExtensionBean in oracle.jdevimpl.audit.core | |
|---|---|
 class | 
CountColumn
A model count column for Audit results.  | 
 class | 
InternalCategory
A category which groups Audit internal rules and columns.  | 
 class | 
SeverityColumn
A rule severity column for Audit results.  | 
| Methods in oracle.jdevimpl.audit.core that return types with arguments of type ExtensionBean | |
|---|---|
 java.util.Map<Analyzer,java.util.Collection<ExtensionBean>> | 
ProfileBinding.createInstances()
Creates the analyzer and bean instances for the bound profile.  | 
 java.util.Map<java.lang.String,ExtensionBean> | 
DefaultAuditManager.getBeans()
category, rule, metric: default value must be supplied for all required properties all values must correspond to a property values can reference own properties (check circularity) transform: no value need be supplied for required properties all values must correspond to a property values can reference own properties transform binding: value must be supplied for all required transform properties all values must correspond to a transform property values can reference own properties, rule properties, and rule parameters Rule Knows properties.  | 
 java.util.Collection<ExtensionBean> | 
ProfileBinding.getBeans()
Gets the bound beans.  | 
| Uses of ExtensionBean in oracle.jdevimpl.audit.profile | 
|---|
| Methods in oracle.jdevimpl.audit.profile that return ExtensionBean | |
|---|---|
 ExtensionBean | 
ProfileTreeModel.getBean(java.lang.Object object)
 | 
 ExtensionBean | 
ProfileModel.getBean(java.lang.String id)
 | 
| Methods in oracle.jdevimpl.audit.profile that return types with arguments of type ExtensionBean | |
|---|---|
 java.util.Collection<ExtensionBean> | 
ProfileModel.getBeans()
 | 
| Uses of ExtensionBean in oracle.jdevimpl.audit.report | 
|---|
| Methods in oracle.jdevimpl.audit.report with parameters of type ExtensionBean | |
|---|---|
 void | 
XMLProfileReporter.writeExtensionBean(ExtensionBean eb)
 | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||