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
Query
accept
in interface Query
visitor
- the visitorRepositoryException