| 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  | 
ProjectTransformContext
A  
TransformContext for transforms that modify a project. | 
| Modifier and Type | Method and Description | 
|---|---|
protected TransformContext | 
ProjectTransformAdapter.createContext(TransformContext.Shape shape,
             Transform transform,
             Violation violation,
             Location location,
             java.net.URL pendingLocation,
             Project pendingProject,
             Workspace pendingWorkspace)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProjectTransformAdapter.beginTransform(TransformContext context)
Begins a transform of this type. 
 | 
void | 
ProjectTransformAdapter.cancelTransform(TransformContext context)  | 
void | 
ProjectTransformAdapter.endTransform(TransformContext context)
Ends a transform of this type. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DirectoryTransformContext  | 
class  | 
NullTransformContext  | 
class  | 
TextTransformContext  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract TransformContext | 
TransformAdapter.createContext(TransformContext.Shape shape,
             Transform transform,
             Violation violation,
             Location location,
             java.net.URL pendingLocation,
             Project pendingProject,
             Workspace pendingWorkspace)
Creates a context for a transform over a violation at a location. 
 | 
protected TransformContext | 
TextTransformAdapter.createContext(TransformContext.Shape shape,
             Transform transform,
             Violation violation,
             Location location,
             java.net.URL pendingLocation,
             Project pendingProject,
             Workspace pendingWorkspace)  | 
protected TransformContext | 
NullTransformAdapter.createContext(TransformContext.Shape shape,
             Transform transform,
             Violation violation,
             Location location,
             java.net.URL pendingLocation,
             Project pendingProject,
             Workspace pendingWorkspace)  | 
protected TransformContext | 
DirectoryTransformAdapter.createContext(TransformContext.Shape shape,
             Transform transform,
             Violation violation,
             Location location,
             java.net.URL pendingLocation,
             Project pendingProject,
             Workspace pendingWorkspace)  | 
TransformContext | 
TransformAdapter.createContext(Transform transform,
             Violation violation,
             Location location)
Deprecated. 
 
 | 
TransformContext[] | 
Transform.createContexts(Violation violation)
Creates the  
TransformContexts required to evaluate or apply this
 transform for a violation; returns null or an empty array if the contexts
 cannot be created. | 
TransformContext[] | 
CompositeTransform.createContexts(Violation violation)  | 
TransformContext | 
TransformAdapter.newCreateContext(Transform transform,
                Violation violation,
                Location location,
                java.net.URL pendingLocation)
Creates a create context for a transform over a violation at a pending
 location. 
 | 
TransformContext | 
TransformAdapter.newCreateContext(Transform transform,
                Violation violation,
                Location location,
                java.net.URL pendingLocation,
                Project pendingProject,
                Workspace pendingWorkspace)
Creates a create context for a transform over a violation at a pending
 location. 
 | 
TransformContext | 
TransformAdapter.newDeleteContext(Transform transform,
                Violation violation)
Creates a delete context for a transform over a violation. 
 | 
TransformContext | 
TransformAdapter.newDeleteContext(Transform transform,
                Violation violation,
                Location location)
Creates a delete context for a transform over a violation at a location. 
 | 
TransformContext | 
TransformAdapter.newMoveContext(Transform transform,
              Violation violation,
              Location location,
              java.net.URL pendingLocation)
Creates a move context for a transform over a violation at a location. 
 | 
TransformContext | 
TransformAdapter.newMoveContext(Transform transform,
              Violation violation,
              Location location,
              java.net.URL pendingLocation,
              Project pendingProject,
              Workspace pendingWorkspace)
Creates a move context for a transform over a violation at a location. 
 | 
TransformContext | 
TransformAdapter.newMoveContext(Transform transform,
              Violation violation,
              java.net.URL pendingLocation)
Creates a move context for a transform over a violation. 
 | 
TransformContext | 
TransformAdapter.newReadContext(Transform transform,
              Violation violation)
Creates a read context for a transform over a violation. 
 | 
TransformContext | 
TransformAdapter.newReadContext(Transform transform,
              Violation violation,
              Location location)
Creates a read context for a transform over a violation at a location. 
 | 
TransformContext | 
TransformAdapter.newWriteContext(Transform transform,
               Violation violation)
Creates a write context for a transform over a violation. 
 | 
TransformContext | 
TransformAdapter.newWriteContext(Transform transform,
               Violation violation,
               Location location)
Creates a write context for a transform over a violation at a location. 
 | 
TransformContext | 
TransformAdapter.newWriteContext(Transform transform,
               Violation violation,
               java.net.URL pendingLocation,
               Project pendingProject,
               Workspace pendingWorkspace)
Creates a write context for a transform over a violation at a pending
 location. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
TransformAdapter.beginTransform(TransformContext context)
Begins a transform of this type. 
 | 
void | 
TextTransformAdapter.beginTransform(TransformContext context)
Begins a transform of this type. 
 | 
void | 
NullTransformAdapter.beginTransform(TransformContext context)
Begins a transform of this type. 
 | 
void | 
DirectoryTransformAdapter.beginTransform(TransformContext context)
Begins a transform of this type. 
 | 
void | 
TransformAdapter.beginTransform(TransformContext context,
              TransformSequenceContext sequenceContext)
Begins a transform of this type within a sequence of transforms of this
 type. 
 | 
java.lang.String | 
Transform.boundLabel(TransformContext context)
Gets the localized label for this transform, bound in the context of a
 specific issue. 
 | 
abstract void | 
TransformAdapter.cancelTransform(TransformContext context)
Cancels a transform of this type. 
 | 
void | 
TextTransformAdapter.cancelTransform(TransformContext context)
Cancels a transform of this type. 
 | 
void | 
NullTransformAdapter.cancelTransform(TransformContext context)
Cancels a transform of this type. 
 | 
void | 
DirectoryTransformAdapter.cancelTransform(TransformContext context)
Cancels a transform of this type. 
 | 
abstract void | 
TransformAdapter.endTransform(TransformContext context)
Ends a transform of this type. 
 | 
void | 
TextTransformAdapter.endTransform(TransformContext context)
Ends a transform of this type. 
 | 
void | 
NullTransformAdapter.endTransform(TransformContext context)
Ends a transform of this type. 
 | 
void | 
DirectoryTransformAdapter.endTransform(TransformContext context)
Ends a transform of this type. 
 | 
java.util.Collection<Location> | 
TransformAdapter.getHighlightRegions(TransformContext context)
Gets the highlight regions set by the apply method of a transform for its
 model, or an empty list if none. 
 | 
java.lang.Boolean | 
TransformAdapter.makeTransformable(TransformContext context)
Makes a transform location transformable if not already so. 
 | 
java.lang.Boolean | 
DirectoryTransformAdapter.makeTransformable(TransformContext context)  | 
void | 
TransformAdapter.setPredecessorApplyData(TransformContext context,
                       java.lang.Object applyData)
Sets the predecessor apply data for a transform. 
 |