| 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,
TransformContext.Shape shape,
Transform transform,
Violation violation,
Location location,
java.net.URL pendingLocation,
Project pendingProject,
Workspace pendingWorkspace) |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryTransformAdapter
Directory transform adapter for transforms of directories.
|
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()
Deprecated.
Use
TransformContext.getAdapter(). If in Transform.createContexts(oracle.jdeveloper.audit.service.Violation), create new context (and use no-argument
superclass constructor). |
TransformAdapter |
TransformSequenceContext.getAdapter()
Gets an instance of the transform sequence adapter for this transform sequence.
|
TransformAdapter |
TransformContext.getAdapter()
Gets the transform adapter for this context.
|
| Constructor and Description |
|---|
DirectoryTransformContext(TransformAdapter adapter,
TransformContext.Shape shape,
Transform transform,
Violation violation,
Location location,
java.net.URL pendingLocation,
Project pendingProject,
Workspace pendingWorkspace) |
NullTransformContext(TransformAdapter adapter,
TransformContext.Shape shape,
Transform transform,
Violation violation,
Location location,
java.net.URL pendingLocation,
Project pendingProject,
Workspace pendingWorkspace) |
TextTransformContext(TransformAdapter adapter,
TransformContext.Shape shape,
Transform transform,
Violation violation,
Location location,
java.net.URL pendingLocation,
Project pendingProject,
Workspace pendingWorkspace) |
Transform(TransformAdapter adapter)
Creates a transform for the mutation model provided by a
TransformAdapter. |
TransformContext(TransformAdapter adapter,
TransformContext.Shape shape,
Transform transform,
Violation violation,
Location location,
java.net.URL pendingLocation,
Project pendingProject,
Workspace pendingWorkspace)
Creates a transform context at a location.
|
TransformContext(TransformAdapter adapter,
Transform transform,
Violation violation,
Location location)
Deprecated.
Use @{link TransformContext(Shape, TransformAdapter, Transform, Violation, Location, URL)}
|
TransformSequenceContext(TransformAdapter adapter,
ModelAdapter model)
Creates a transform sequence context for a series of transforms.
|