| Package | Description |
|---|---|
| oracle.jdeveloper.audit.project | |
| oracle.jdeveloper.audit.transform |
The base classes for defining transformations on the Audit object
model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectTransformAdapter
A
TransformAdapter for transforms that modify a project. |
| Constructor and Description |
|---|
ProjectTransformContext(TransformAdapter adapter,
Transform transform,
Violation violation,
Location location) |
| Modifier and Type | Class and Description |
|---|---|
class |
NullTransformAdapter
Null transform adapter for transforms that do not actually transform
anything.
|
class |
TextTransformAdapter
A
TransformAdapter for transforms which modify text buffers directly. |
| Modifier and Type | Method and Description |
|---|---|
TransformAdapter |
Transform.adapter()
Gets the transform adapter used by this transform.
|
TransformAdapter |
TransformSequenceContext.getAdapter()
Gets an instance of the transform sequence adapter for this transform sequence.
|
TransformAdapter |
TransformContext.getAdapter()
Gets the transform adapter for the transform of this context.
|
| Constructor and Description |
|---|
Transform(TransformAdapter adapter)
Creates a transform.
|
TransformContext(TransformAdapter adapter,
Transform transform,
Violation violation,
Location location)
Creates a transform context for a transform to be applied to a violation.
|
TransformSequenceContext(TransformAdapter adapter,
ModelAdapter model)
Creates a transform sequence context for a series of transforms.
|