|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CSOSearchResult
The CSOSearchResult provides a collection of result items where each result item is assumed to be a CentraSiteObject. The CSOSearchResult comes with methods for iterating the result and querying properties of the search result.
Method Summary | |
---|---|
java.util.Collection<CentraSiteObjectAttribute> |
getResultAttributes()
Returns the result attributes which is configured with the search object already |
java.util.Iterator<CentraSiteObject> |
iterator()
Returns the iterator which will be used to fetch the search result Will give the cursor which will be enabled with on-demand load functionality |
int |
size()
Returns the size of the search result |
Method Detail |
---|
java.util.Iterator<CentraSiteObject> iterator() throws CLLException
CLLException
int size()
java.util.Collection<CentraSiteObjectAttribute> getResultAttributes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |