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) booleanLabelPermissionEnforcerImpl.userCanEditLabel(ParsedLabelName ref, Labelable object)  - 
Uses of ParsedLabelName in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return ParsedLabelNameModifier and TypeMethodDescriptionstatic ParsedLabelNamestatic ParsedLabelNamestatic @Nullable ParsedLabelNamestatic ParsedLabelNameDeprecated.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 booleanLabelParser.isValidLabelLength(ParsedLabelName labelName) static booleanLabelParser.isValidNameLength(ParsedLabelName labelName) static booleanLabelParser.isValidPrefixLength(ParsedLabelName labelName) static StringLabelParser.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 StringLabelParser.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 StringLabelParser.render(ParsedLabelName parsedLabelName, @Nullable com.atlassian.user.User currentUser) The pure render function without side effectsbooleanLabelPermissionEnforcer.userCanEditLabel(ParsedLabelName ref, Labelable object) Check if the user can edit a label of an objectstatic booleanLabelPermissionSupport.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 booleanLabelUtil.isFavouriteLabel(@Nullable ParsedLabelName label) Checks if the given label is of "Favourite" type (LabelManager.FAVOURITE_LABELorLabelManager.FAVOURITE_LABEL_YANKEE).Method parameters in com.atlassian.confluence.util with type arguments of type ParsedLabelNameModifier and TypeMethodDescriptionstatic intLabelUtil.countParsedLabelNamesWithoutFavourites(Collection<ParsedLabelName> labels) Counts the labels present in an input collection.