public interface CSOSearchResult
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CentraSiteObjectAttribute> |
getResultAttributes()
Returns the result attributes which is already configured with the search object.
|
java.util.Iterator<CentraSiteObject> |
iterator()
Returns the iterator which will be used to fetch the search result.
|
int |
size()
Returns the size of the search result.
|
java.util.Iterator<CentraSiteObject> iterator() throws CLLException
Iterator
to the search results with CentraSiteObject
instancesCLLException
- If CLL fails to get the iteratorint size()
java.util.Collection<CentraSiteObjectAttribute> getResultAttributes()
Collection
of CentraSiteObjectAttribute
s configured for the search results