| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.audit.AuditProvider
oracle.jdeveloper.audit.AbstractAuditAddin
oracle.jdevimpl.audit.core.AuditAddin
public class AuditAddin
Core Audit addin.
| Constructor Summary | |
|---|---|
AuditAddin()
 | 
|
| Method Summary | |
|---|---|
 java.lang.Class[] | 
getBeanCustomizers()
Gets the bean customizers defined by this provider.  | 
 java.net.URL[] | 
getProfileStyleSheets()
Gets the default Profile report XSLT style sheet URLs defined by this provider.  | 
 java.net.URL[] | 
getStyleSheets()
Gets the default Audit report XSLT style sheet URLs defined by this provider.  | 
 void | 
initialize()
Invoked by the AddinManager after the instance of the
 Addin is instantiated. | 
 void | 
initializeAlways()
Initializes subclass functionality that is always required, whether or not JDeveloper creates a user interface.  | 
| Methods inherited from class oracle.jdeveloper.audit.AbstractAuditAddin | 
|---|
canShutdown, initializeUI, shutdown | 
| Methods inherited from class oracle.jdeveloper.audit.AuditProvider | 
|---|
getAddin, getExtensionId | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AuditAddin()
| Method Detail | 
|---|
public void initialize()
AbstractAuditAddinAddinManager after the instance of the
 Addin is instantiated.  When invoked, The Addin
 should register and menu items, and actions required for use during this
 classes lifecycle. Addin authors should take care to ensure
 that any extraneous initialization is not preformed on this method, and
 any startup code that can be delayed until a later time is delayed, as
 the Addin's are synchronously initialized during the
 startup of the IDE, and each Addin has the potential to
 negatively impact the startup time of the product.
 The AbstractAuditAddin implementation registers this class as an
 AuditProvider, invokes
 AbstractAuditAddin.initializeAlways() and, if the UI is initializing, invokes
 AbstractAuditAddin.initializeUI().
initialize in interface Addininitialize in class AbstractAuditAddinAddinManagerpublic void initializeAlways()
AbstractAuditAddinAbstractAuditAddin
 implementation is empty.
initializeAlways in class AbstractAuditAddinpublic java.net.URL[] getStyleSheets()
AuditProviderurl will be named
 URLFileSystem.getName(url). The default AuditProvider 
 implementation returns null.
 Typically, the style sheets are packaged in the same jar as the
 provider and the URL is created with Class.getResource(java.lang.String).
getStyleSheets in class AuditProviderpublic java.net.URL[] getProfileStyleSheets()
AuditProviderurl will be named
 URLFileSystem.getName(url). The default AuditProvider 
 implementation returns null.
 Typically, the style sheets are packaged in the same jar as the
 provider and the URL is created with Class.getResource(java.lang.String).
getProfileStyleSheets in class AuditProviderpublic java.lang.Class[] getBeanCustomizers()
AuditProviderBeanCustomizer.
 The default AuditProvider implementation returns null.
getBeanCustomizers in class AuditProviderClasses assignable from
         ModelType, an empty array, or null.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||