Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Interface
oracle.jdeveloper.audit.service.AuditModel

Packages that use AuditModel
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   
 

Uses of AuditModel in oracle.jdeveloper.audit
 

Methods in oracle.jdeveloper.audit that return AuditModel
abstract  AuditModel AuditManager.createModel()
          Creates an AuditModel.
abstract  AuditModel AuditManager.runShowLogPage(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.
 

Methods in oracle.jdeveloper.audit with parameters of type AuditModel
abstract  void AuditManager.showLogPage(Auditor auditor, AuditModel model, java.lang.String label)
          Creates and shows an Audit log page for an Auditor and model.
 

Uses of AuditModel in oracle.jdeveloper.audit.service
 

Methods in oracle.jdeveloper.audit.service that return AuditModel
 AuditModel AuditModelFilter.getModel()
          Gets the model filtered by this filter.
 

Methods in oracle.jdeveloper.audit.service with parameters of type AuditModel
 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, 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.
 

Uses of AuditModel in oracle.jdevimpl.audit.core
 

Classes in oracle.jdevimpl.audit.core that implement AuditModel
 class AbstractAuditModel
          A partial implementation of the AuditModel interface.
 class DefaultAuditModel
          The default implementation of a model of an audit.
 

Methods in oracle.jdevimpl.audit.core that return AuditModel
 AuditModel DefaultAuditManager.createModel()
           
 AuditModel DefaultAuditManager.runShowLogPage(Auditor auditor, java.lang.String label, java.lang.Thread.UncaughtExceptionHandler handler)
           
 

Methods in oracle.jdevimpl.audit.core with parameters of type AuditModel
 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)
           
 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(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)
           
 

Uses of AuditModel in oracle.jdevimpl.audit.log
 

Methods in oracle.jdevimpl.audit.log that return AuditModel
 AuditModel AuditLogPanel.getModel()
           
 AuditModel AuditTreeTableModel.getModel()
           
 AuditModel AuditLogPage.getModel()
          Gets the AuditModel for this log page.
static AuditModel AuditLogPage.runShow(Auditor auditor, java.lang.String label, java.lang.Thread.UncaughtExceptionHandler handler)
          Creates the log page for an auditor.
 

Methods in oracle.jdevimpl.audit.log with parameters of type AuditModel
 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(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 AuditLogPanel.auditStopped(AuditModel model, boolean cancelled)
           
 void AuditTreeTableModel.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)
           
 

Constructors in oracle.jdevimpl.audit.log with parameters of type AuditModel
AuditExportDialog(AuditModel model, java.lang.String tabName)
           
AuditTreeTableModel(AuditModel model)
           
 

Uses of AuditModel in oracle.jdevimpl.audit.report
 

Methods in oracle.jdevimpl.audit.report with parameters of type AuditModel
 void XMLAuditReporter.report(AuditModel model)
           
 void XSLTAuditReporter.report(AuditModel model)
           
 void AuditReporter.report(AuditModel model)
          Creates a report from a model.
protected  void XMLAuditReporter.writeTransformsApplied(java.lang.Object object, AuditModel model)
           
protected  void XMLAuditReporter.writeValues(java.lang.Object object, AuditModel model)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.