|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jdeveloper.audit.extension.ExtensionBean
oracle.jdeveloper.audit.analyzer.Metric
oracle.jdevimpl.audit.core.SeverityColumn
public class SeverityColumn
A rule severity column for Audit results. The Audit framework automatically adds columns which are AuditModelListener
s as listeners to the AuditModel
.
Field Summary |
---|
Fields inherited from class oracle.jdeveloper.audit.analyzer.Metric |
---|
comparator, threshold, type |
Fields inherited from class oracle.jdeveloper.audit.extension.ExtensionBean |
---|
DESCRIPTION_KEY, LABEL_KEY, SHORT_LABEL_KEY, TIP_KEY |
Constructor Summary | |
---|---|
SeverityColumn() |
Method Summary | |
---|---|
void |
appliedTransformsChanged(AuditModel model, java.lang.Object row, java.util.List<Transform> appliedTransforms) Reports that the transforms applied to this model have changed. |
void |
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 |
auditStopped(AuditModel model, boolean cancelled) Reports that an audit has stopped on this model. |
java.util.Comparator<java.lang.Object> |
comparator() Gets a comparator for values of this attribute, or null if the values are not comparable. |
void |
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. |
void |
modelResorted(AuditModel model) Reports that the model has been resorted. |
void |
rowsHidden(AuditModel model, java.util.List<?> rows, java.lang.Object visibleParent, int visibleIndex) Reports that rows were shown in a model. |
void |
rowsInserted(AuditModel model, java.util.List<?> rows, java.lang.Object parent, int index) Reports that rows were inserted into a model. |
void |
rowsRemoved(AuditModel model, java.util.List<?> rows, java.lang.Object parent, int index) Reports that rows were removed from a model. |
void |
rowsRestructureBegin(AuditModel model, java.lang.Object parent, java.lang.Object visibleParent) Reports that a restructure of the descendants of a row has begun. |
void |
rowsRestructureEnd(AuditModel model, java.lang.Object parent, java.lang.Object visibleParent) Reports that a restructure of the descendants of a row has ended. |
void |
rowsShown(AuditModel model, java.util.List<?> rows, java.lang.Object visibleParent, int visibleIndex) Reports that rows were shown in a model. |
void |
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. |
Methods inherited from class oracle.jdeveloper.audit.analyzer.Metric |
---|
copyInternalState, getCategory, getThreshold, getType, isEnabled, isOutOfBand, setEnabled, setThreshold, toString |
Methods inherited from class oracle.jdeveloper.audit.extension.ExtensionBean |
---|
addPropertyChangeListener, addPropertyChangeListener, createCopy, description, equals, extensionId, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, formattedString, formattedString, hashCode, id, label, labelOrId, logError, logWarning, propertyDescription, propertyLabel, propertyString, propertyTip, removePropertyChangeListener, removePropertyChangeListener, setCompatibilityBundle, setStrings, setters, shortLabel, string, strings, tip |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SeverityColumn()
Method Detail |
---|
public java.util.Comparator<java.lang.Object> comparator()
Metric
Metric
implementation returns a default comparator if the attribute type is naturally ordered (i.e., implements Comparable
) and returns null otherwise.comparator
in class Metric
public void auditStarted(AuditModel model, java.util.List<Metric> columns, java.util.List<Location> locations, java.lang.Object root, java.lang.Class type)
AuditModelListener
auditStarted
in interface AuditModelListener
model
- the affected model.columns
- the columns.locations
- the locations specified.root
- the root.public void auditStopped(AuditModel model, boolean cancelled)
AuditModelListener
auditStopped
in interface AuditModelListener
model
- the affected model.cancelled
- whether the audit was cancelled.public void rowsInserted(AuditModel model, java.util.List<?> rows, java.lang.Object parent, int index)
AuditModelListener
The inserted row is childless and not visible.
The model invokes AuditModelListener.rowsShown(oracle.jdeveloper.audit.service.AuditModel, java.util.List>
, java.lang.Object, int)
immediately after this method for any of the rows that are visible.
The model propagates visibility or count changes to the parent row and its ancestors as described in the class
comment.
rowsInserted
in interface AuditModelListener
model
- The changed model.rows
- The shown rows, adjacent if more than one.parent
- The parent of the row.index
- The index of the shown rows in the parent.public void rowsRemoved(AuditModel model, java.util.List<?> rows, java.lang.Object parent, int index)
AuditModelListener
The model invokes AuditModelListener.rowsHidden(oracle.jdeveloper.audit.service.AuditModel, java.util.List>
, java.lang.Object, int)
immediately before this method for any of the rows that were visible.
The model propagates visibility or count changes to the parent row and its ancestors as described in the class
comment.
rowsRemoved
in interface AuditModelListener
model
- The changed model.rows
- The removed rows, adjacent if more than one.parent
- The parent of the removed rows.index
- The index of the removed rows in the parent.public void rowsShown(AuditModel model, java.util.List<?> rows, java.lang.Object visibleParent, int visibleIndex)
AuditModelListener
AuditModelListener.countChanged(oracle.jdeveloper.audit.service.AuditModel, java.lang.Object, oracle.jdeveloper.audit.service.AuditModel.Count, int, int)
immediately after this method for each changed count of the parent row.
The model propagates visibility or count changes to the parent row and its ancestors as described in the class
comment.
rowsShown
in interface AuditModelListener
model
- The changed model.rows
- The shown rows, adjacent if more than one.visibleParent
- The visible parent row of the shown rows.visibleIndex
- The visible index of the shown rows in the visible parent.public void rowsHidden(AuditModel model, java.util.List<?> rows, java.lang.Object visibleParent, int visibleIndex)
AuditModelListener
AuditModelListener.countChanged(oracle.jdeveloper.audit.service.AuditModel, java.lang.Object, oracle.jdeveloper.audit.service.AuditModel.Count, int, int)
immediately after this method for each changed count of the parent row.
The model propagates visibility or count changes to the parent row and its ancestors as described in the class
comment.
rowsHidden
in interface AuditModelListener
model
- The changed model.rows
- The hidden rows, adjacent if more than one.visibleParent
- The visible parent row of the hidden rows.visibleIndex
- The visible index of the hidden rows in the visible parent.public void rowsRestructureBegin(AuditModel model, java.lang.Object parent, java.lang.Object visibleParent)
AuditModelListener
rowsRestructureBegin
in interface AuditModelListener
model
- The changed model.parent
- The parent of the restructured rows.visibleParent
- The visible parent row of the restructured rows.public void rowsRestructureEnd(AuditModel model, java.lang.Object parent, java.lang.Object visibleParent)
AuditModelListener
rowsRestructureEnd
in interface AuditModelListener
model
- The changed model.parent
- The parent of the restructured rows.visibleParent
- The visible parent row of the restructured rows.public void countChanged(AuditModel model, java.lang.Object row, AuditModel.Count count, int oldValue, int newValue)
AuditModelListener
The model propagates visibility or count changes to the parent row and its ancestors as described in the class
comment.
countChanged
in interface AuditModelListener
model
- The changed model.row
- The changed row in the model.count
- The count that change.oldValue
- The old value of the count.newValue
- The new value of the count.public void valueChanged(AuditModel model, java.lang.Object row, int column, java.lang.Object oldValue, java.lang.Object newValue)
AuditModelListener
AuditModelListener.rowsHidden(oracle.jdeveloper.audit.service.AuditModel, java.util.List>
, java.lang.Object, int)
, AuditModelListener.rowsRemoved(oracle.jdeveloper.audit.service.AuditModel, java.util.List>
, java.lang.Object, int)
, AuditModelListener.rowsInserted(oracle.jdeveloper.audit.service.AuditModel, java.util.List>
, java.lang.Object, int)
, and AuditModelListener.rowsShown(oracle.jdeveloper.audit.service.AuditModel, java.util.List>
, java.lang.Object, int)
as needed.valueChanged
in interface AuditModelListener
model
- The changed model.row
- The changed row in the model.column
- The column index of the changed value.oldValue
- The old value.newValue
- The new value.public void modelResorted(AuditModel model)
AuditModelListener
modelResorted
in interface AuditModelListener
model
- The resorted model.public void appliedTransformsChanged(AuditModel model, java.lang.Object row, java.util.List<Transform> appliedTransforms)
AuditModelListener
appliedTransformsChanged
in interface AuditModelListener
model
- The changed model.row
- The row in the model just restructured.appliedTransforms
- The transforms applied to the row.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |