public interface CRXQueryResult
CRXQueryResult
extends the JCR QueryResult
interface with CRX specific features.Modifier and Type | Method and Description |
---|---|
RowIterator |
getOccurrences()
Returns a
RowIterator that contains the occurrence information
for a certain property. |
RowIterator getOccurrences() throws RepositoryException
RowIterator
that contains the occurrence information
for a certain property. The name of the property is the name of the
first column. The name of the second column is always 'occurrences'.
If no occurrence option had been set on the query that returned this
result then this method returns null
.null
if none was requested.RepositoryException
- if an error occurs."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"