Adding a custom model to Audit requires the following:
NodeAdapterType
and NodeAdapter
subclasses that allow the Audit framework to traverse and
access the model and to map IDE oracle.ide.model.Node and
oracle.ide.model.Element types to the model.
AuditEditorAdapter
subclass that allows the Audit framework to track changes in a model corresponding
to a model open in a code editor.
TransformAdapter
subclass that allows the Audit framework to manage transactions on the model.
AuditProvider
subclass that provides the NodeAdapterType subclass.
AuditProvider instance
with the AuditManager.
Copyright © 1997, 2005, Oracle. All rights reserved.