Uses of Class
com.atlassian.confluence.plugins.index.api.mapping.BooleanFieldMapping
-
Packages that use BooleanFieldMapping Package Description com.atlassian.confluence.plugins.edgeindex com.atlassian.confluence.plugins.index.api.mapping com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
Uses of BooleanFieldMapping in com.atlassian.confluence.plugins.edgeindex
Fields in com.atlassian.confluence.plugins.edgeindex declared as BooleanFieldMapping Modifier and Type Field Description static 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 BooleanFieldMapping Modifier and Type Method Description BooleanFieldMapping
BooleanFieldMapping.Builder. build()
Methods in com.atlassian.confluence.plugins.index.api.mapping with parameters of type BooleanFieldMapping Modifier and Type Method Description T
FieldMappingVisitor. visit(BooleanFieldMapping mapping)
-
Uses of BooleanFieldMapping in com.atlassian.confluence.search.v2
Fields in com.atlassian.confluence.search.v2 declared as BooleanFieldMapping Modifier and Type Field Description static BooleanFieldMapping
SearchFieldMappings. HOME_PAGE
static BooleanFieldMapping
SearchFieldMappings. IN_SPACE
static BooleanFieldMapping
SearchFieldMappings. IS_DEACTIVATED_USER
"true" if the User is deactivated/disabled, else "false".static BooleanFieldMapping
SearchFieldMappings. IS_EXTERNALLY_DELETED_USER
"true" if the User has been removed from the system via an External Directory, else "false".static BooleanFieldMapping
SearchFieldMappings. IS_LICENSED_USER
"true" if the User has a license to use the system, else "false".static BooleanFieldMapping
SearchFieldMappings. IS_SHADOWED_USER
"true" if the User is a shadowed user.
-