|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dss.dataSource.common.QueryEdit
Edit class for the state of the Query
object. This class operates on the undoable edit object that can be retrieved by a listener to the UndoAvailableEvent
through the getEdit
method of that event.
Constructor Summary | |
QueryEdit(Query ds, op, QueryState before, QueryState after) Constructs an edit for the state of the Query object for a single operation. |
Method Summary | |
interface |
getOperation() Retrieves the stored edit operation. |
java.lang.String |
getPresentationName() Retrieves the name of the edit operation. |
void |
redo() Restores the Query object state that existed after the edit operation was performed. |
void |
undo() Restores the Query object state that existed before the edit operation was performed. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueryEdit(Query ds, op, QueryState before, QueryState after)
Query
object for a single operation.ds
- The Query
object that owns this operation.op
- The operation to store as the undoable op.before
- The Query
state before the edit.after
- The Query
state after the edit.Method Detail |
public java.lang.String getPresentationName()
null
, if there is no name available.public void undo()
Query
object state that existed before the edit operation was performed.public void redo()
Query
object state that existed after the edit operation was performed.public getOperation()
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |