public interface Query
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(QueryVisitor<T> visitor)
Returns the result of applying a QueryVisitor to this query.
|
<T> T accept(QueryVisitor<T> visitor) throws RepositoryException
visitor - the visitorRepositoryException