
public abstract class OAbstractCommandResultListener extends Object implements OCommandResultListener
| Modifier and Type | Field and Description |
|---|---|
protected OCommandResultListener |
wrappedResultListener |
| Modifier | Constructor and Description |
|---|---|
protected |
OAbstractCommandResultListener(OCommandResultListener wrappedResultListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
end()
Called at the end of processing.
|
protected void |
fetchRecord(Object iRecord,
OFetchListener iFetchListener) |
Object |
getResult() |
abstract boolean |
isEmpty() |
abstract void |
linkdedBySimpleValue(ODocument doc) |
void |
setFetchPlan(String iText) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresultprotected final OCommandResultListener wrappedResultListener
protected OAbstractCommandResultListener(OCommandResultListener wrappedResultListener)
public abstract boolean isEmpty()
public void end()
OCommandResultListenerend in interface OCommandResultListenerpublic void setFetchPlan(String iText)
protected void fetchRecord(Object iRecord, OFetchListener iFetchListener)
public Object getResult()
getResult in interface OCommandResultListenerpublic abstract void linkdedBySimpleValue(ODocument doc)
Copyright © 2009–2025 OrientDB. All rights reserved.