Uses of Class
com.atlassian.confluence.plugins.index.api.mapping.BooleanFieldMapping
Packages that use BooleanFieldMapping
Package
Description
Provides an extensible, flexible search API.
-
Uses of BooleanFieldMapping in com.atlassian.confluence.plugins.edgeindex
Fields in com.atlassian.confluence.plugins.edgeindex declared as BooleanFieldMappingModifier and TypeFieldDescriptionstatic final BooleanFieldMapping
EdgeIndexFieldMappings.IN_SPACE
-
Uses of BooleanFieldMapping in com.atlassian.confluence.plugins.index.api.mapping
Methods in com.atlassian.confluence.plugins.index.api.mapping that return BooleanFieldMappingMethods in com.atlassian.confluence.plugins.index.api.mapping with parameters of type BooleanFieldMapping -
Uses of BooleanFieldMapping in com.atlassian.confluence.search.v2
Fields in com.atlassian.confluence.search.v2 declared as BooleanFieldMappingModifier and TypeFieldDescriptionstatic final BooleanFieldMapping
SearchFieldMappings.HOME_PAGE
static final BooleanFieldMapping
SearchFieldMappings.IN_SPACE
static final BooleanFieldMapping
SearchFieldMappings.IS_DEACTIVATED_USER
"true" if the User is deactivated/disabled, else "false".static final BooleanFieldMapping
SearchFieldMappings.IS_EXTERNALLY_DELETED_USER
"true" if the User has been removed from the system via an External Directory, else "false".static final BooleanFieldMapping
SearchFieldMappings.IS_LICENSED_USER
"true" if the User has a license to use the system, else "false".static final BooleanFieldMapping
SearchFieldMappings.IS_SHADOWED_USER
"true" if the User is a shadowed user.