Interface | Description |
---|---|
ConfluenceNGramTokenFilter.Callback |
Callback interface to allow filtering on n-gram tokens
|
SpacePermissionsFilterDao |
A DAO used exclusively by the SpacePermissionsFilter for performance reasons.
|
Class | Description |
---|---|
AcceptLiveDocsFilter |
Wraps a delegate Filter and ensures that only live (non-deleted) docs are accepted through this filter.
|
AnalyzerFilter | |
AnonymousUserInfoFilter |
Exclude all anonymous user info
|
AttachmentTypeFilter |
Filters content that is of, or not of given attachment type(s).
|
BrowseUsersPermissionsFilter | Deprecated
since 7.1.
|
BrowseUsersPermissionsFilterFactory | |
ConfluenceNGramTokenFilter | Deprecated
since 7.1 Unused, no replacement.
|
ContentCategoryFilter |
The content category filters are cached for fast access.
|
ContentNameArchivedSpacesFilter | Deprecated
since 7.1 Unused, no replacement.
|
ContentNameSearchPermissionsFilter | Deprecated
since 7.1 Unused, no replacement.
|
ContentNameSearchPermissionsFilterFactory | Deprecated
since 7.1 Unused, no replacement.
|
ContentPermissionsFilter |
Lucene Filter that filters out indexed documents the user is not permitted to search on or to see as a search result.
|
DeactivatedUserFilter | Deprecated
since 7.1
|
ExtendedDelimitersFilter | |
ExternallyDeletedUserFilter |
Excludes all externally deleted users.
|
FilenameFilter |
This filter tokenises filenames using .-_ as delimiters.
|
HibernateSpacePermissionsFilterDao |
This implementation was created instead of just using the existing SpaceDao and SpacePermissionsDao for a few reasons
-
Retrieving space objects from a named query results in you being returned Space proxies.
|
InSpaceFilterFactory | Deprecated |
MatchAllDocsFilter | |
MultiTermFilter |
Lucene filter that finds documents that match any of the supplied
Term . |
OrderedNGramMatchingFilter | Deprecated
Since 7.1 Unused, no replacement.
|
ShadowedUserFilter |
Excludes all externally shadowed users.
|
SpaceFilter |
Filters content that is in, or not in given space(s).
|
SpacePermissionsFilter |
Class that filters results by the spaces the current user is allowed to see.
|
SpacePermissionsFilterFactory | |
TermFilter |
Lucene filter that finds documents that match a particular
Term . |
UnlicensedUserFilter |
Excludes all users without use permission.
|
ViewUserProfilesPermissionsFilter | Deprecated
since 5.9, use
BrowseUsersPermissionsFilterFactory.create(com.atlassian.user.User) instead |
Copyright © 2003–2021 Atlassian. All rights reserved.