| Package | Description | 
|---|---|
| oracle.jdeveloper.audit | 
 The root package of the public Audit (and Metrics) API. 
 | 
| oracle.jdeveloper.audit.service | 
 The API classes for invoking Audit programatically, and a few Audit common
API classes. 
 | 
| oracle.jdevimpl.audit.core | |
| oracle.jdevimpl.audit.log | |
| oracle.jdevimpl.audit.report | 
| Modifier and Type | Method and Description | 
|---|---|
abstract AuditModel | 
AuditManager.createModel()
Creates an  
AuditModel. | 
abstract AuditModel | 
AuditManager.runShowLogPage(Context context,
              Auditor auditor,
              java.lang.String label,
              java.lang.Thread.UncaughtExceptionHandler handler)
Creates and shows an Audit log page for an  
Auditor, and runs the
 audit. | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
AuditManager.showLogPage(Context context,
           Auditor auditor,
           AuditModel model,
           java.lang.String label)
 | 
| Modifier and Type | Method and Description | 
|---|---|
AuditModel | 
AuditModelFilter.getModel()
Gets the model filtered by this filter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AuditModelListener.appliedTransformsChanged(AuditModel model,
                        java.lang.Object row,
                        java.util.List<Transform> appliedTransforms)
Reports that the transforms applied to this model have changed. 
 | 
java.lang.Throwable | 
Transformer.applyDefaultTransforms(java.lang.String label,
                      AuditModel model,
                      java.lang.Object[] objects,
                      TransformerListener listener)
Apply the applicable default transforms of rows in an  
AuditModel.. | 
java.lang.Throwable | 
Transformer.applyDefaultTransforms(java.lang.String label,
                      java.util.Collection<? extends Violation> violations,
                      TransformerListener listener,
                      AuditModel model)
Apply the applicable default transforms of violations. 
 | 
void | 
AuditModelListener.auditStarted(AuditModel model,
            java.util.List<Metric> columns,
            java.util.List<Location> locations,
            java.lang.Object root,
            java.lang.Class type)
Reports that an audit has started on this model. 
 | 
void | 
AuditModelListener.auditStopped(AuditModel model,
            boolean cancelled)
Reports that an audit has stopped on this model. 
 | 
void | 
AuditModelListener.countChanged(AuditModel model,
            java.lang.Object row,
            AuditModel.Count count,
            int oldValue,
            int newValue)
Reports that a count of a row changed in a model. 
 | 
DefaultTransformsAction | 
Transformer.createDefaultTransformsAction(java.lang.String label,
                             AuditModel model,
                             java.lang.Object[] objects,
                             TransformerListener listener)
Creates an action for the applicable default transforms of one or more 
 violations. 
 | 
DefaultTransformsAction | 
Transformer.createDefaultTransformsAction(java.lang.String label,
                             java.util.Collection<? extends Violation> violations,
                             TransformerListener listener,
                             AuditModel model)
Creates an action for the applicable default transforms of one or more
 violations. 
 | 
java.util.List<TransformAction> | 
Transformer.createTransformActions(java.util.Collection<? extends Violation> violations,
                      Profile profile,
                      TransformerListener listener,
                      AuditModel model)
Creates actions for the applicable transforms of one or more violations. 
 | 
java.util.List<TransformAction> | 
Transformer.createTransformActions(java.util.Collection<? extends Violation> violations,
                      TransformerListener listener,
                      AuditModel model)
Creates actions for the applicable transforms of one or more violations. 
 | 
java.util.List<TransformAction> | 
Transformer.createTransformActions(Violation violation,
                      TransformerListener listener,
                      AuditModel model)
Creates actions for the applicable transforms of a violation. 
 | 
void | 
AuditModelListener.modelResorted(AuditModel model)
Reports that the model has been resorted. 
 | 
void | 
AuditModelListener.rowsHidden(AuditModel model,
          java.util.List<?> rows,
          java.lang.Object visibleParent,
          int visibleIndex)
Reports that rows were shown in a model. 
 | 
void | 
AuditModelListener.rowsInserted(AuditModel model,
            java.util.List<?> rows,
            java.lang.Object parent,
            int index)
Reports that rows were inserted into a model. 
 | 
void | 
AuditModelListener.rowsRemoved(AuditModel model,
           java.util.List<?> rows,
           java.lang.Object parent,
           int index)
Reports that rows were removed from a model. 
 | 
void | 
AuditModelListener.rowsRestructureBegin(AuditModel model,
                    java.lang.Object parent,
                    java.lang.Object visibleParent)
Reports that a restructure of the descendants of a row has begun. 
 | 
void | 
AuditModelListener.rowsRestructureEnd(AuditModel model,
                  java.lang.Object parent,
                  java.lang.Object visibleParent)
Reports that a restructure of the descendants of a row has ended. 
 | 
void | 
AuditModelListener.rowsShown(AuditModel model,
         java.util.List<?> rows,
         java.lang.Object visibleParent,
         int visibleIndex)
Reports that rows were shown in a model. 
 | 
void | 
AuditModelFilter.setModel(AuditModel model)
Sets the model filtered by this filter. 
 | 
void | 
AuditModelListener.valueChanged(AuditModel model,
            java.lang.Object row,
            int column,
            java.lang.Object oldValue,
            java.lang.Object newValue)
Reports that a column value of a row changed in a model. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractAuditModel
A partial implementation of the  
AuditModel interface. | 
class  | 
DefaultAuditModel
The default implementation of a model of Audit results. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AuditModel | 
DefaultAuditManager.createModel()  | 
AuditModel | 
DefaultAuditManager.runShowLogPage(Context context,
              Auditor auditor,
              java.lang.String label,
              java.lang.Thread.UncaughtExceptionHandler handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SeverityColumn.appliedTransformsChanged(AuditModel model,
                        java.lang.Object row,
                        java.util.List<Transform> appliedTransforms)  | 
void | 
CountColumn.appliedTransformsChanged(AuditModel model,
                        java.lang.Object row,
                        java.util.List<Transform> appliedTransforms)  | 
java.lang.Throwable | 
DefaultTransformer.applyDefaultTransforms(java.lang.String label,
                      AuditModel model,
                      java.lang.Object[] objects,
                      TransformerListener listener)  | 
java.lang.Throwable | 
DefaultTransformer.applyDefaultTransforms(java.lang.String label,
                      java.util.Collection<? extends Violation> violations,
                      TransformerListener listener,
                      AuditModel model)  | 
void | 
SeverityColumn.auditStarted(AuditModel model,
            java.util.List<Metric> columns,
            java.util.List<Location> locations,
            java.lang.Object root,
            java.lang.Class type)  | 
void | 
CountColumn.auditStarted(AuditModel model,
            java.util.List<Metric> columns,
            java.util.List<Location> locations,
            java.lang.Object root,
            java.lang.Class type)  | 
void | 
SeverityColumn.auditStopped(AuditModel model,
            boolean cancelled)  | 
void | 
CountColumn.auditStopped(AuditModel model,
            boolean cancelled)  | 
void | 
SeverityColumn.countChanged(AuditModel model,
            java.lang.Object row,
            AuditModel.Count count,
            int oldValue,
            int newValue)  | 
void | 
CountColumn.countChanged(AuditModel model,
            java.lang.Object row,
            AuditModel.Count count,
            int oldValue,
            int newValue)  | 
DefaultTransformsAction | 
DefaultTransformer.createDefaultTransformsAction(java.lang.String label,
                             AuditModel model,
                             java.lang.Object[] objects,
                             TransformerListener listener)  | 
DefaultTransformsAction | 
DefaultTransformer.createDefaultTransformsAction(java.lang.String label,
                             java.util.Collection<? extends Violation> violations,
                             TransformerListener listener,
                             AuditModel model)  | 
oracle.jdevimpl.audit.core.DefaultAuditModel.Row | 
DefaultAuditModel.createDummyRow(AuditModel model,
              java.lang.Object row)  | 
java.util.List<TransformAction> | 
DefaultTransformer.createTransformActions(java.util.Collection<? extends Violation> violations,
                      Profile profile,
                      TransformerListener listener,
                      AuditModel model)  | 
java.util.List<TransformAction> | 
DefaultTransformer.createTransformActions(java.util.Collection<? extends Violation> violations,
                      TransformerListener listener,
                      AuditModel model)  | 
java.util.List<TransformAction> | 
DefaultTransformer.createTransformActions(Violation violation,
                      TransformerListener listener,
                      AuditModel model)  | 
void | 
SeverityColumn.modelResorted(AuditModel model)  | 
void | 
CountColumn.modelResorted(AuditModel model)  | 
void | 
SeverityColumn.rowsHidden(AuditModel model,
          java.util.List<?> rows,
          java.lang.Object visibleParent,
          int visibleIndex)  | 
void | 
CountColumn.rowsHidden(AuditModel model,
          java.util.List<?> rows,
          java.lang.Object visibleParent,
          int visibleIndex)  | 
void | 
SeverityColumn.rowsInserted(AuditModel model,
            java.util.List<?> rows,
            java.lang.Object parent,
            int index)  | 
void | 
CountColumn.rowsInserted(AuditModel model,
            java.util.List<?> rows,
            java.lang.Object parent,
            int index)  | 
void | 
SeverityColumn.rowsRemoved(AuditModel model,
           java.util.List<?> rows,
           java.lang.Object parent,
           int index)  | 
void | 
CountColumn.rowsRemoved(AuditModel model,
           java.util.List<?> rows,
           java.lang.Object parent,
           int index)  | 
void | 
SeverityColumn.rowsRestructureBegin(AuditModel model,
                    java.lang.Object parent,
                    java.lang.Object visibleParent)  | 
void | 
CountColumn.rowsRestructureBegin(AuditModel model,
                    java.lang.Object parent,
                    java.lang.Object visibleParent)  | 
void | 
SeverityColumn.rowsRestructureEnd(AuditModel model,
                  java.lang.Object parent,
                  java.lang.Object visibleParent)  | 
void | 
CountColumn.rowsRestructureEnd(AuditModel model,
                  java.lang.Object parent,
                  java.lang.Object visibleParent)  | 
void | 
SeverityColumn.rowsShown(AuditModel model,
         java.util.List<?> rows,
         java.lang.Object visibleParent,
         int visibleIndex)  | 
void | 
CountColumn.rowsShown(AuditModel model,
         java.util.List<?> rows,
         java.lang.Object visibleParent,
         int visibleIndex)  | 
void | 
DefaultAuditManager.showLogPage(Context context,
           Auditor auditor,
           AuditModel model,
           java.lang.String label)  | 
void | 
SeverityColumn.valueChanged(AuditModel model,
            java.lang.Object row,
            int column,
            java.lang.Object oldValue,
            java.lang.Object newValue)  | 
void | 
CountColumn.valueChanged(AuditModel model,
            java.lang.Object row,
            int column,
            java.lang.Object oldValue,
            java.lang.Object newValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
AuditModel | 
AuditTreeTableModel.getModel()  | 
AuditModel | 
AuditLogPanel.getModel()  | 
AuditModel | 
AuditLogPage.getModel()
Gets the  
AuditModel for this log page. | 
static AuditModel | 
AuditLogPage.runShow(Context context,
       Auditor auditor,
       java.lang.String label,
       java.lang.Thread.UncaughtExceptionHandler handler)
Creates the log page for an auditor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AuditTreeTableModel.appliedTransformsChanged(AuditModel model,
                        java.lang.Object row,
                        java.util.List<Transform> appliedTransforms)  | 
void | 
AuditLogPage.appliedTransformsChanged(AuditModel model,
                        java.lang.Object row,
                        java.util.List<Transform> appliedTransforms)  | 
static AuditLogPage | 
AuditLogPage.auditLogPage(Context context,
            Auditor auditor,
            AuditModel model,
            java.lang.String label)
Creates the log page for an auditor and a model bound to it. 
 | 
void | 
AuditTreeTableModel.auditStarted(AuditModel model,
            java.util.List<Metric> columns,
            java.util.List<Location> locations,
            java.lang.Object root,
            java.lang.Class type)  | 
void | 
AuditLogPage.auditStarted(AuditModel model,
            java.util.List<Metric> columns,
            java.util.List<Location> locations,
            java.lang.Object root,
            java.lang.Class type)  | 
void | 
AuditLogPanel.auditStarted(AuditModel model,
            java.util.List<Metric> columns,
            java.lang.Object root)  | 
void | 
AuditTreeTableModel.auditStopped(AuditModel model,
            boolean cancelled)  | 
void | 
AuditLogPanel.auditStopped(AuditModel model,
            boolean cancelled)  | 
void | 
AuditLogPage.auditStopped(AuditModel model,
            boolean cancelled)  | 
void | 
AuditTreeTableModel.countChanged(AuditModel model,
            java.lang.Object row,
            AuditModel.Count count,
            int oldValue,
            int newValue)  | 
void | 
AuditLogPage.countChanged(AuditModel model,
            java.lang.Object row,
            AuditModel.Count count,
            int oldValue,
            int newValue)  | 
void | 
AuditTreeTableModel.modelResorted(AuditModel model)  | 
void | 
AuditLogPage.modelResorted(AuditModel model)  | 
void | 
AuditTreeTableModel.rowsHidden(AuditModel model,
          java.util.List<?> rows,
          java.lang.Object visibleParent,
          int visibleIndex)  | 
void | 
AuditLogPage.rowsHidden(AuditModel model,
          java.util.List<?> rows,
          java.lang.Object visibleParent,
          int visibleIndex)  | 
void | 
AuditTreeTableModel.rowsInserted(AuditModel model,
            java.util.List<?> rows,
            java.lang.Object parent,
            int index)  | 
void | 
AuditLogPage.rowsInserted(AuditModel model,
            java.util.List<?> rows,
            java.lang.Object parent,
            int index)  | 
void | 
AuditTreeTableModel.rowsRemoved(AuditModel model,
           java.util.List<?> rows,
           java.lang.Object parent,
           int index)  | 
void | 
AuditLogPage.rowsRemoved(AuditModel model,
           java.util.List<?> rows,
           java.lang.Object parent,
           int index)  | 
void | 
AuditTreeTableModel.rowsRestructureBegin(AuditModel model,
                    java.lang.Object parent,
                    java.lang.Object visibleParent)  | 
void | 
AuditLogPage.rowsRestructureBegin(AuditModel model,
                    java.lang.Object parent,
                    java.lang.Object visibleParent)  | 
void | 
AuditTreeTableModel.rowsRestructureEnd(AuditModel model,
                  java.lang.Object parent,
                  java.lang.Object visibleParent)  | 
void | 
AuditLogPage.rowsRestructureEnd(AuditModel model,
                  java.lang.Object parent,
                  java.lang.Object visibleParent)  | 
void | 
AuditTreeTableModel.rowsShown(AuditModel model,
         java.util.List<?> rows,
         java.lang.Object visibleParent,
         int visibleIndex)  | 
void | 
AuditLogPage.rowsShown(AuditModel model,
         java.util.List<?> rows,
         java.lang.Object visibleParent,
         int visibleIndex)  | 
void | 
AuditTreeTableModel.setModel(AuditModel model)  | 
void | 
AuditTreeTableModel.valueChanged(AuditModel model,
            java.lang.Object row,
            int column,
            java.lang.Object oldValue,
            java.lang.Object newValue)  | 
void | 
AuditLogPage.valueChanged(AuditModel model,
            java.lang.Object row,
            int column,
            java.lang.Object oldValue,
            java.lang.Object newValue)  | 
| Constructor and Description | 
|---|
AuditTreeTableModel(AuditModel model)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AuditXmlReporter.writeModel(AuditModel model)  | 
protected void | 
AuditXmlReporter.writeTransformsApplied(AuditModel model,
                      java.lang.Object object)  | 
protected void | 
AuditXmlReporter.writeValues(AuditModel model,
           java.lang.Object object)  |