|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtensionBean | |
|---|---|
| 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 | |
| Uses of ExtensionBean in oracle.jdeveloper.audit.analyzer |
|---|
| Subclasses of ExtensionBean in oracle.jdeveloper.audit.analyzer | |
|---|---|
class |
CategoryA category of rules or metrics. |
class |
MetricA metric of constructs of the Audit object model. |
class |
RuleAn Audit rule. |
| Methods in oracle.jdeveloper.audit.analyzer with parameters of type ExtensionBean | |
|---|---|
protected void |
Metric.copyInternalState(ExtensionBean copy, java.util.Map<java.lang.String,ExtensionBean> context) |
protected void |
Rule.copyInternalState(ExtensionBean copy, java.util.Map<java.lang.String,ExtensionBean> context) |
protected void |
Category.copyInternalState(ExtensionBean copy, java.util.Map<java.lang.String,ExtensionBean> context) |
| Method parameters in oracle.jdeveloper.audit.analyzer with type arguments of type ExtensionBean | |
|---|---|
protected void |
Metric.copyInternalState(ExtensionBean copy, java.util.Map<java.lang.String,ExtensionBean> context) |
protected void |
Rule.copyInternalState(ExtensionBean copy, java.util.Map<java.lang.String,ExtensionBean> context) |
protected void |
Category.copyInternalState(ExtensionBean copy, java.util.Map<java.lang.String,ExtensionBean> context) |
| Uses of ExtensionBean in oracle.jdeveloper.audit.extension |
|---|
| Methods in oracle.jdeveloper.audit.extension that return ExtensionBean | |
|---|---|
ExtensionBean |
ExtensionBean.createCopy(java.util.Map<java.lang.String,ExtensionBean> 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.Map<java.lang.String,ExtensionBean> context)Copies internal subclass state as part of creating a copy of this bean. |
| Method parameters in oracle.jdeveloper.audit.extension with type arguments of type ExtensionBean | |
|---|---|
protected void |
ExtensionBean.copyInternalState(ExtensionBean copy, java.util.Map<java.lang.String,ExtensionBean> context)Copies internal subclass state as part of creating a copy of this bean. |
ExtensionBean |
ExtensionBean.createCopy(java.util.Map<java.lang.String,ExtensionBean> context)Creates a copy of this bean. |
| Uses of ExtensionBean in oracle.jdeveloper.audit.service |
|---|
| Methods in oracle.jdeveloper.audit.service that return ExtensionBean | |
|---|---|
abstract ExtensionBean |
Profile.createBean(BeanDefinition definition, boolean force, java.util.Map<java.lang.String,ExtensionBean> context)Creates an instance of a bean in this profile. |
ExtensionBean |
ProfileTransaction.getBean(java.lang.String id, boolean force)Gets a specific bean of this transaction. |
| Methods in oracle.jdeveloper.audit.service that return types with arguments of type ExtensionBean | |
|---|---|
abstract java.util.Map<java.lang.String,ExtensionBean> |
Profile.createBeans(boolean force)Creates instances of all beans in this profile. |
| Method parameters in oracle.jdeveloper.audit.service with type arguments of type ExtensionBean | |
|---|---|
abstract ExtensionBean |
Profile.createBean(BeanDefinition definition, boolean force, java.util.Map<java.lang.String,ExtensionBean> context)Creates an instance of a bean in this profile. |
| Uses of ExtensionBean in oracle.jdeveloper.audit.transform |
|---|
| Subclasses of ExtensionBean in oracle.jdeveloper.audit.transform | |
|---|---|
class |
CompositeTransformA transform composed of other transforms. |
class |
TransformA source code transform. |
| Methods in oracle.jdeveloper.audit.transform with parameters of type ExtensionBean | |
|---|---|
protected void |
Transform.copyInternalState(ExtensionBean bean, java.util.Map<java.lang.String,ExtensionBean> context) |
protected void |
CompositeTransform.copyInternalState(ExtensionBean bean, java.util.Map<java.lang.String,ExtensionBean> context) |
| Method parameters in oracle.jdeveloper.audit.transform with type arguments of type ExtensionBean | |
|---|---|
protected void |
Transform.copyInternalState(ExtensionBean bean, java.util.Map<java.lang.String,ExtensionBean> context) |
protected void |
CompositeTransform.copyInternalState(ExtensionBean bean, java.util.Map<java.lang.String,ExtensionBean> context) |
| Uses of ExtensionBean in oracle.jdevimpl.audit.core |
|---|
| Subclasses of ExtensionBean in oracle.jdevimpl.audit.core | |
|---|---|
class |
CountColumnA model count column for Audit results. |
class |
SeverityColumnA rule severity column for Audit results. |
| Methods in oracle.jdevimpl.audit.core that return ExtensionBean | |
|---|---|
ExtensionBean |
DefaultProfile.createBean(BeanDefinition definition, boolean force, java.util.Map<java.lang.String,ExtensionBean> context) |
ExtensionBean |
ExtensionBeanFactory.getBean(BeanDefinition definition, boolean force) |
ExtensionBean |
ExtensionBeanFactory.getBean(java.lang.String id, boolean force) |
ExtensionBean |
DefaultProfileTransaction.getBean(java.lang.String id, boolean force) |
| Methods in oracle.jdevimpl.audit.core that return types with arguments of type ExtensionBean | |
|---|---|
java.util.Map<java.lang.String,ExtensionBean> |
DefaultProfile.createBeans(boolean force) |
java.util.Map<java.lang.String,ExtensionBean> |
ExtensionBeanFactory.getBeans(boolean force)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. |
| Method parameters in oracle.jdevimpl.audit.core with type arguments of type ExtensionBean | |
|---|---|
ExtensionBean |
DefaultProfile.createBean(BeanDefinition definition, boolean force, java.util.Map<java.lang.String,ExtensionBean> context) |
| 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) |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||