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 BooleanFieldMappingEdgeIndexFieldMappings. 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 BooleanFieldMappingBooleanFieldMapping.Builder. build()Methods in com.atlassian.confluence.plugins.index.api.mapping with parameters of type BooleanFieldMapping Modifier and Type Method Description TFieldMappingVisitor. 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 BooleanFieldMappingSearchFieldMappings. HOME_PAGEstatic BooleanFieldMappingSearchFieldMappings. IN_SPACEstatic BooleanFieldMappingSearchFieldMappings. IS_DEACTIVATED_USER"true" if the User is deactivated/disabled, else "false".static BooleanFieldMappingSearchFieldMappings. IS_EXTERNALLY_DELETED_USER"true" if the User has been removed from the system via an External Directory, else "false".static BooleanFieldMappingSearchFieldMappings. IS_LICENSED_USER"true" if the User has a license to use the system, else "false".static BooleanFieldMappingSearchFieldMappings. IS_SHADOWED_USER"true" if the User is a shadowed user.
-