| AbstractParameterListQuery<T> | Abstract superclass for queries holding a list of parameters of a single type. |
| AllQuery | Querys for all possible results. |
| AttachmentTypeQuery | Search for attachments of a particular type or types. |
| BooleanQuery | A boolean query that allows and/or and not combinations of sub queries. |
| BoostingQuery | A wrapping query that boost the scores provided by the underlying query based on the modification date. |
| ContentTypeQuery | Search for content of a particular type. |
| ContributorQuery | Creates a query to find content a user has contributed to (any edit or create is considered a contribution) |
| CreatorQuery | Query for the original creator of content. |
| DateRangeQuery | |
| DateRangeQuery.DateRange | Class to represent a date range. |
| InSpaceQuery | Search for content that occurs within some set of spaces. |
| LabelQuery | Query for matching a single Label. |
| LastModifierQuery |
This class is deprecated.
since 3.0. Use ContributorQuery instead.
|
| MacroUsageQuery | A search query that finds usages of a macro in a content entity object by the macro name. |
| MultiTextFieldQuery | Represents a query against multiple fields. |
| PermittedSpacesQuery |
This class is deprecated.
since 3.0. Please use SpacePermissionsSearchFilter instead.
|
| SpaceCategoryQuery | Search for content within spaces of a particular category (or categories). |
| TextFieldPrefixQuery | Represents a query that specifies a prefix to be matched - equivalent to a trailing wildcard search e.g. |
| TextFieldQuery | Represents a raw query from the user that may be parsed. |
