Interface | Description |
---|---|
Query |
Represents a Query defined by a WHERE clause, passed in as a parameter in a GET call to the Rest api.
|
QueryHelper.WalkerCallback |
An interface used when walking a query tree.
|
Class | Description |
---|---|
QueryHelper |
Provides helper methods for handling a WHERE query.
|
QueryHelper.WalkerCallbackAdapter | |
QueryImpl |
Represents a Query defined by a WHERE clause, passed in as a parameter in a GET call to the Rest api.
|
WhereCompiler |
Processes a String expression using Antlr, it uses the Where grammar for the public api.
|
Exception | Description |
---|---|
InvalidQueryException |
Thrown when an invalid query syntax is used.
|
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.