Uses of Class
com.atlassian.confluence.labels.ParsedLabelName
Packages that use ParsedLabelName
Package
Description
-
Uses of ParsedLabelName in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels with parameters of type ParsedLabelNameModifier and TypeMethodDescriptionCachingLabelManager.getLabel
(ParsedLabelName parsedLabelName) boolean
LabelPermissionEnforcerImpl.userCanEditLabel
(ParsedLabelName ref, Labelable object) -
Uses of ParsedLabelName in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return ParsedLabelNameModifier and TypeMethodDescriptionstatic ParsedLabelName
static ParsedLabelName
static @Nullable ParsedLabelName
static ParsedLabelName
Deprecated.since 6.0.Methods in com.atlassian.confluence.labels with parameters of type ParsedLabelNameModifier and TypeMethodDescriptionDefaultLabelManager.getLabel
(ParsedLabelName parsedLabelName) LabelManager.getLabel
(ParsedLabelName parsedLabelName) Retrieve the label by name.static boolean
LabelParser.isValidLabelLength
(ParsedLabelName labelName) static boolean
LabelParser.isValidNameLength
(ParsedLabelName labelName) static boolean
LabelParser.isValidPrefixLength
(ParsedLabelName labelName) static String
LabelParser.render
(ParsedLabelName parsedLabelName) Deprecated, for removal: This API element is subject to removal in a future version.since 9.3 useLabelParser.render(ParsedLabelName, User)
static String
LabelParser.render
(ParsedLabelName parsedLabelName, boolean ignoreCurrentUser) Deprecated, for removal: This API element is subject to removal in a future version.since 9.3 useLabelParser.render(ParsedLabelName, User)
static String
LabelParser.render
(ParsedLabelName parsedLabelName, @Nullable com.atlassian.user.User currentUser) The pure render function without side effectsboolean
LabelPermissionEnforcer.userCanEditLabel
(ParsedLabelName ref, Labelable object) Check if the user can edit a label of an objectstatic boolean
LabelPermissionSupport.userCanEditLabel
(ParsedLabelName ref, Labelable object, PermissionManager permissionManager) Deprecated. -
Uses of ParsedLabelName in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with parameters of type ParsedLabelNameModifier and TypeMethodDescriptionstatic boolean
LabelUtil.isFavouriteLabel
(@Nullable ParsedLabelName label) Checks if the given label is of "Favourite" type (LabelManager.FAVOURITE_LABEL
orLabelManager.FAVOURITE_LABEL_YANKEE
).Method parameters in com.atlassian.confluence.util with type arguments of type ParsedLabelNameModifier and TypeMethodDescriptionstatic int
LabelUtil.countParsedLabelNamesWithoutFavourites
(Collection<ParsedLabelName> labels) Counts the labels present in an input collection.