Class | Description |
---|---|
AnonymousUserInfoSearchFilter |
CONF-32081 Search for user info which is not created by the system (anonymous)
|
ArchivedSpacesSearchFilter |
Filters archived spaces (and their contents) out of search results.
|
AuthorSearchFilter |
Filter by a query on author.
|
BooleanSearchFilter | |
BooleanSearchFilter.Builder | |
ChainedSearchFilter | Deprecated
since 5.10, use
BooleanSearchFilter instead |
ContentPermissionsSearchFilter |
Filter for performing filtering by content permissions.
|
CustomContentTypeSearchFilter |
Use in ES code path only.
|
DeactivatedUserSearchFilter |
Search for users that have been disabled/deactivated.
|
DisabledContentTypeSearchFilter |
The logic is from DisabledContentTypeFilterFactory in confluence-search plugin.
|
EnabledContentTypeSupplier | |
ExcludedContentTypeSearchFilter |
A filter used to exclude certain content types from Site Searches.
|
ExternallyDeletedUserSearchFilter |
Filter users that have been deleted by external user management (e.g.
|
FieldValueSearchFilter |
v2 primitive filter
|
InSpaceSearchFilter |
Filters for documents that belong to spaces with the specified space keys.
|
LabelsSearchFilter |
Allows filtering by multiple labels.
|
LastModifierSearchFilter | Deprecated
since 5.2.
|
LastModifierUserSearchFilter |
Filter on the
DocumentFieldName.LAST_MODIFIER_NAME field. |
MatchAllDocsFilter |
Represent an entire set of documents
|
MatchNoDocsFilter |
Represent an empty set of documents
|
NonViewableContentTypeSearchFilter |
The logic is from NonViewableContentTypeFilterFactory in confluence-search plugin.
|
NonViewableContentTypeSupplier | |
PrefixSearchFilter |
v2 primitive filter
|
SearchResultTypeSearchFilter |
Filter by
SearchResultType . |
ShadowedUserSearchFilter |
Filter shadowed users out.
|
SiteSearchPermissionsSearchFilter |
The filter used to apply permission in Site Search.
|
SpaceCategorySearchFilter |
Use in ES code path only.
|
SpacePermissionsSearchFilter |
Filters by the spaces a user can see.
|
TermRangeSearchFilter |
v2 primitive filter, use in ES code path only.
|
TermSearchFilter |
v2 primitive filter
|
TextSearchFilter |
v2 primitive filter
|
UnlicensedUserSearchFilter |
Filter users that do not have a permission to access Confluence.
|
ViewUserProfilePermissionsSearchFilter |
Filter for filtering out statuses if there is no view user profile permission.
|
Enum | Description |
---|---|
ChainedSearchFilter.Operator |
Logic operator to allow clients to specify whether to apply a logical AND or OR between the result of filters
|
Copyright © 2003–2016 Atlassian. All rights reserved.