CRXQueryResult.java
444 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* javax.jcr.RepositoryException
* javax.jcr.query.QueryResult
* javax.jcr.query.RowIterator
*/
package com.day.crx.query;
import javax.jcr.RepositoryException;
import javax.jcr.query.QueryResult;
import javax.jcr.query.RowIterator;
public interface CRXQueryResult
extends QueryResult {
public RowIterator getOccurrences() throws RepositoryException;
}