| Interface | Description |
|---|---|
| Query |
Represents a search predicate.
|
| Class | Description |
|---|---|
| AbstractFieldQuery |
Represents a
Query testing the existence of a field. |
| AbstractGroupsQuery |
Query testing groups. |
| AbstractUsersQuery |
Query testing users. |
| AndQuery |
Represents a search
Query corresponding to the logical "and" between several other queries. |
| BooleanQuery |
Represents a
Query testing a boolean field. |
| CommentQuery |
Represents a
Query testing if contents have comments. |
| ContentAttachmentQuery |
Query testing the contentId of a resource (content attachment).
|
| ContentLanguageQuery |
Represents a
Query testing the content language. |
| ContentTypeOrMixinTypeQuery |
Represents a
Query testing the content types or the mixins of contents. |
| ContentTypeQuery |
Represents a
Query testing the content types of contents. |
| CreationDateQuery |
Represents a
Query testing the creation date of a content. |
| DateQuery |
Represents a
Query testing a date field. |
| DateRangeQuery |
Represents a
Query testing a date range. |
| DocumentTypeQuery |
A query on the document type.
|
| DoubleQuery |
Represents a
Query testing a double field. |
| DoubleRangeQuery |
Represents a
Query testing a double range. |
| DublinCoreDateQuery |
Query on the Dublin Core date metadata.
|
| DublinCoreQuery |
Query on a Dublin Core string metadata (all, except date).
|
| EntryPositionQuery |
Represents a
Query testing the position of a repeater entry. |
| FilenameQuery |
Represents a
Query testing the resource file name. |
| FullTextQuery |
A
Query realizing a full-text search on contents (search on all properties). |
| HistoryStepQuery |
Query testing the existence of a particular step on the workflow history. |
| JoinQuery |
Represents a
Query on a joined document. |
| LastMajorValidationDateQuery |
Represents a
Query testing the last major validation date of a content. |
| LastModifiedQuery |
Represents a
Query testing the last modification date of a content. |
| LastValidationDateQuery |
Represents a
Query testing the last validation date of a content. |
| LongQuery |
Represents a
Query testing a long field. |
| LongRangeQuery |
Represents a
Query testing a long range. |
| MatchAllQuery |
A query which does not restrict anything.
|
| MixinTypeQuery |
Represents a
Query testing the mixin types of contents. |
| NotQuery | |
| OrQuery |
Represents a search
Query corresponding to the logical "or" between several other queries. |
| QueryHelper |
Class providing helper methods to Query implementations.
|
| ResourceLocationQuery |
Represents a
Query testing the resource location. |
| StringQuery |
Represents a
Query testing a string field. |
| SubContentQuery |
Represents a
Query testing if a content is a sub-content. |
| TagQuery |
Represents a
Query testing if an object possesses one or more tags. |
| UsersQuery |
Query testing users. |
| WorkflowStepQuery |
Represents a
Query testing the current workflow step of a content. |
| Enum | Description |
|---|---|
| Query.LogicalOperator |
Enumeration of available logical operators in
Query |
| Query.Operator |
Enumeration of available operators in
Query |
| Exception | Description |
|---|---|
| QuerySyntaxException |
Thrown when the query syntax is invalid.
|