|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectxApi.xArchive.xArchiverSearchResult
This class holds the results of a archivesystem- query.
---------------------------------------------------------------------------------------------------
Diese Klasse enthält ein Abfrageergebnis des Archivsystems.
Field Summary | |
long |
count
Contains the number of documents in the result. |
long[] |
documents
Contains the resultset of a query. |
long |
duration
Contains the duration of the query in ms. |
boolean |
hasMore
True = there are more documents than the queryresult contains for the condition. |
Constructor Summary | |
xArchiverSearchResult()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public long count
public boolean hasMore
public long duration
public long[] documents
Constructor Detail |
public xArchiverSearchResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |