public interface Recorder
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ROOT_RECORDING_ENABLE_BC_NAME |
Modifier and Type | Method and Description |
---|---|
void |
enableRecordingForContainer(java.lang.Object bc)
This will enable the recording only for the given BindingContainer, if a BC in its parent hierarchy is recorder owner.
|
void |
finishRecording()
This method will finish recording mode
|
oracle.xml.parser.v2.XMLDocument |
getRecorderScript() |
boolean |
isInRecording()
This method return TRUE if we are in recording mode , else FALSE
|
void |
startRecording(java.lang.Object DCBindingContainer)
Start recording events for a rootBindingContainer and all its child BC
|
static final java.lang.String ROOT_RECORDING_ENABLE_BC_NAME
void startRecording(java.lang.Object DCBindingContainer)
rootBindingContainer
- void enableRecordingForContainer(java.lang.Object bc)
bc
- - BindingContainer for which we have to record the events.oracle.xml.parser.v2.XMLDocument getRecorderScript()
boolean isInRecording()
void finishRecording()