|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.audit.transform.TransformSequenceContext
public class TransformSequenceContext
A context to hold information relating to a sequence of transforms of the same adapter type.
Transform| Constructor Summary | |
|---|---|
TransformSequenceContext(TransformAdapter adapter, ModelAdapter model)Creates a transform sequence context for a series of transforms. |
|
| Method Summary | |
|---|---|
TransformAdapter |
getAdapter()Gets an instance of the transform sequence adapter for this transform sequence. |
java.lang.Object |
getAttribute(java.lang.String name)Gets the value of an attribute. |
ModelAdapter |
getModel()Gets the model to be transformed. |
void |
setAttribute(java.lang.String name, java.lang.Object value)Sets the value of an attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransformSequenceContext(TransformAdapter adapter,
ModelAdapter model)
adapter -| Method Detail |
|---|
public TransformAdapter getAdapter()
public ModelAdapter getModel()
public void setAttribute(java.lang.String name,
java.lang.Object value)
public java.lang.Object getAttribute(java.lang.String name)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||