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