Uses of Class
com.atlassian.confluence.labels.ParsedLabelName
-
Packages that use ParsedLabelName Package Description com.atlassian.confluence.impl.labels com.atlassian.confluence.labels com.atlassian.confluence.util -
-
Uses of ParsedLabelName in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels with parameters of type ParsedLabelName Modifier and Type Method Description LabelCachingLabelManager. 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 ParsedLabelName Modifier and Type Method Description static ParsedLabelNameLabelParser. create(Label label)static ParsedLabelNameLabelParser. create(String labelName, String userName)static @Nullable ParsedLabelNameLabelParser. parse(@NonNull String labelString, @Nullable com.atlassian.user.User user)static ParsedLabelNameLabelParser. parse(String labelString)Deprecated.since 6.0.Methods in com.atlassian.confluence.labels with parameters of type ParsedLabelName Modifier and Type Method Description LabelDefaultLabelManager. getLabel(ParsedLabelName parsedLabelName)LabelLabelManager. 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)static StringLabelParser. render(ParsedLabelName parsedLabelName, boolean ignoreCurrentUser)static StringLabelParser. render(ParsedLabelName parsedLabelName, 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 ParsedLabelName Modifier and Type Method Description static 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 ParsedLabelName Modifier and Type Method Description static intLabelUtil. countParsedLabelNamesWithoutFavourites(Collection<ParsedLabelName> labels)Counts the labels present in an input collection.
-