Uses of Class
com.atlassian.confluence.labels.Label
- 
- 
Uses of Label in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type Label Modifier and Type Method Description LabelLabelFactory. buildFrom(Label hibernateObject, Expansions expansions) - 
Uses of Label in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return types with arguments of type Label Modifier and Type Method Description List<Label>AbstractLabelableEntityObject. getGlobalLabels(com.atlassian.user.User user)List the labels on this content that are global labelsList<Label>AbstractLabelableEntityObject. getLabels()List<Label>AbstractLabelableEntityObject. getLabelsForDisplay(com.atlassian.user.User user)List the labels on this content that are visible to a particular user, and should be shown in a list of labels.List<Label>AbstractLabelableEntityObject. getPersonalLabels(com.atlassian.user.User user)List the labels on this content that are personal labels for a particular userList<Label>AbstractLabelableEntityObject. getTeamLabels(com.atlassian.user.User user)List the labels on this content that are team labels for a particular userList<Label>AbstractLabelableEntityObject. getVisibleLabels(com.atlassian.user.User user)List the labels on this content that are visible to a particular user - 
Uses of Label in com.atlassian.confluence.event.events.label
Methods in com.atlassian.confluence.event.events.label that return Label Modifier and Type Method Description LabelLabelEvent. getLabel()Constructors in com.atlassian.confluence.event.events.label with parameters of type Label Constructor Description LabelAddEvent(Label source, Labelable labelled)LabelCreateEvent(Label source)LabelDeleteEvent(Label source)LabelEvent(Label source)LabelEvent(Label source, Labelable labelled)LabelRemoveEvent(Label source, Labelable labelled) - 
Uses of Label in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels that return Label Modifier and Type Method Description LabelCachingLabelManager. createLabel(Label label)LabelCachingLabelManager. getLabel(long id)LabelCachingLabelManager. getLabel(Label label)LabelCachingLabelManager. getLabel(ParsedLabelName parsedLabelName)LabelCachingLabelManager. getLabel(String unparsedLabelName)LabelCachingLabelManager. getLabel(String labelName, Namespace namespace)Methods in com.atlassian.confluence.impl.labels that return types with arguments of type Label Modifier and Type Method Description PageResponse<Label>CachingLabelManager. findGlobalLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest)PageResponse<Label>CachingLabelManager. findTeamLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest)List<Label>CachingLabelManager. getLabels(Collection<String> unparsedLabelNames)List<Label>CachingLabelManager. getLabelsByDetail(String labelName, String namespace, String spaceKey, String owner)List<Label>CachingLabelManager. getLabelsInSpace(String key)List<Label>CachingLabelManager. getLabelsInSpace(String key, LimitedRequest pageRequest)List<Label>CachingLabelManager. getRecentlyUsedLabels()List<Label>CachingLabelManager. getRecentlyUsedLabels(int maxResults)List<Label>CachingLabelManager. getRecentlyUsedLabelsInSpace(String spaceKey)List<Label>CachingLabelManager. getRecentlyUsedLabelsInSpace(String spaceKey, int maxResults)List<Label>CachingLabelManager. getRecentlyUsedPersonalLabels(String username)List<Label>CachingLabelManager. getRecentlyUsedPersonalLabels(String username, int maxResults)List<Label>CachingLabelManager. getRelatedLabels(Label label)List<Label>CachingLabelManager. getRelatedLabels(Label label, int maxResults)List<Label>CachingLabelManager. getRelatedLabels(List<? extends Label> labels, String spaceKey, int maxResultsPerLabel)List<Label>CachingLabelManager. getRelatedLabelsInSpace(Label label, String spaceKey)List<Label>CachingLabelManager. getRelatedLabelsInSpace(Label label, String spaceKey, int maxResults)List<Label>CachingLabelManager. getSuggestedLabels(Labelable content)List<Label>CachingLabelManager. getSuggestedLabels(Labelable content, int maxResults)List<Label>CachingLabelManager. getSuggestedLabelsInSpace(Labelable content, String spaceKey)List<Label>CachingLabelManager. getSuggestedLabelsInSpace(Labelable content, String spaceKey, int maxResults)List<Label>CachingLabelManager. getTeamLabels()List<Label>CachingLabelManager. getTeamLabels(String name)List<Label>CachingLabelManager. getTeamLabelsForSpace(String spaceKey)List<Label>CachingLabelManager. getTeamLabelsForSpaces(Collection<Space> spaces)List<Label>CachingLabelManager. getUsersLabels(String owner)Methods in com.atlassian.confluence.impl.labels with parameters of type Label Modifier and Type Method Description intCachingLabelManager. addLabel(Labelable content, Label label)LabelCachingLabelManager. createLabel(Label label)booleanCachingLabelManager. deleteLabel(Label l)PartialList<ContentEntityObject>CachingLabelManager. getAllContentForAllLabels(int offset, int maxResults, Label... labels)PartialList<ContentEntityObject>CachingLabelManager. getAllContentForLabel(int offset, int maxResults, Label label)ListCachingLabelManager. getContent(Label label)intCachingLabelManager. getContentCount(Label label)PartialList<ContentEntityObject>CachingLabelManager. getContentForAllLabels(int offset, int maxResults, Label... labels)PartialList<ContentEntityObject>CachingLabelManager. getContentForLabel(int offset, int maxResults, Label label)PartialList<ContentEntityObject>CachingLabelManager. getContentInSpaceForAllLabels(int offset, int maxResults, String spaceKey, Label... labels)PartialList<ContentEntityObject>CachingLabelManager. getContentInSpaceForLabel(int offset, int maxResults, String spaceKey, Label label)PartialList<ContentEntityObject>CachingLabelManager. getContentInSpacesForAllLabels(int offset, int maxResults, Set<String> spaceKeys, Label... labels)List<? extends Labelable>CachingLabelManager. getCurrentContentForLabel(Label label)List<? extends Labelable>CachingLabelManager. getCurrentContentForLabelAndSpace(Label label, String spaceKey)<T extends EditableLabelable>
PartialList<T>CachingLabelManager. getForLabel(Class<T> labelableClass, int offset, int maxResults, Label label)PartialList<EditableLabelable>CachingLabelManager. getForLabels(int offset, int maxResults, Label... labels)<T extends EditableLabelable>
PartialList<T>CachingLabelManager. getForLabels(Class<T> labelableClass, int offset, int maxResults, Label... labels)LabelCachingLabelManager. getLabel(Label label)List<Label>CachingLabelManager. getRelatedLabels(Label label)List<Label>CachingLabelManager. getRelatedLabels(Label label, int maxResults)List<Label>CachingLabelManager. getRelatedLabelsInSpace(Label label, String spaceKey)List<Label>CachingLabelManager. getRelatedLabelsInSpace(Label label, String spaceKey, int maxResults)List<Space>CachingLabelManager. getSpacesContainingContentWithLabel(Label label)List<Space>CachingLabelManager. getSpacesWithLabel(Label label)intCachingLabelManager. removeLabel(Labelable object, Label label)booleanLabelPermissionEnforcerImpl. userCanEditLabel(Label label, Labelable object)booleanLabelPermissionEnforcerImpl. userCanEditLabelOrIsSpaceAdmin(Label label, SpaceContentEntityObject object)Method parameters in com.atlassian.confluence.impl.labels with type arguments of type Label Modifier and Type Method Description List<? extends Labelable>CachingLabelManager. getContentForAllLabels(Collection<Label> labels, int maxResults, int offset)List<Label>CachingLabelManager. getRelatedLabels(List<? extends Label> labels, String spaceKey, int maxResultsPerLabel) - 
Uses of Label in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions that return types with arguments of type Label Modifier and Type Method Description List<Label>SearchSiteAction. getRelatedLabels()Deprecated.Returns a list of related labels to the labels matching the search result - 
Uses of Label in com.atlassian.confluence.internal.labels
Methods in com.atlassian.confluence.internal.labels that return types with arguments of type Label Modifier and Type Method Description default PartialList<Label>LabelManagerInternal. findGlobalLabelsByNamePrefix(int offset, int maxResults, String namePrefix)PageResponse<Label>LabelManagerInternal. findGlobalLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest)Returns global-namespaced labels starting with the given string.default PartialList<Label>LabelManagerInternal. findTeamLabelsByNamePrefix(int offset, int maxResults, String namePrefix)default PageResponse<Label>LabelManagerInternal. findTeamLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest)Returns team-namespaced labels starting with the given string.List<Label>LabelManagerInternal. getLabelsInSpace(String key, LimitedRequest pageRequest)Get all label in Space with pagination - 
Uses of Label in com.atlassian.confluence.internal.labels.persistence
Methods in com.atlassian.confluence.internal.labels.persistence that return types with arguments of type Label Modifier and Type Method Description List<Label>LabelDaoInternal. findByDetailsInSpace(String name, String namespace, String owner, String spaceKey, LimitedRequest limitedRequest)Allow to find detail in Space with pagination - 
Uses of Label in com.atlassian.confluence.internal.notification.persistence
Methods in com.atlassian.confluence.internal.notification.persistence with parameters of type Label Modifier and Type Method Description NotificationDelegatingNotificationDaoInternal. findNotificationByUserAndLabel(com.atlassian.user.User user, Label label)List<Notification>DelegatingNotificationDaoInternal. findNotificationsByLabel(Label label) - 
Uses of Label in com.atlassian.confluence.internal.spaces
Methods in com.atlassian.confluence.internal.spaces that return types with arguments of type Label Modifier and Type Method Description List<Label>SpacesQueryWithPermissionQueryBuilder. getLabels() - 
Uses of Label in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return Label Modifier and Type Method Description LabelParsedLabelName. addLabel(Labelable labelable, LabelManager labelManager)LabelSpaceLabelManager. addLabel(Space space, String labelName)Adds a label to a space.LabelSpaceLabelManagerImpl. addLabel(Space space, String labelName)LabelDefaultLabelManager. createLabel(Label label)LabelLabelManager. createLabel(Label label)LabelDefaultLabelManager. getLabel(long id)Retrieve a label based on its id.LabelDefaultLabelManager. getLabel(Label label)LabelDefaultLabelManager. getLabel(ParsedLabelName parsedLabelName)LabelDefaultLabelManager. getLabel(String unparsedLabelName)LabelDefaultLabelManager. getLabel(String labelName, Namespace namespace)LabelLabelling. getLabel()LabelLabelManager. getLabel(long id)Retrieve the label with the specified id.LabelLabelManager. getLabel(Label label)Retrieve the persistent instance of the label with the exact same details as the specified label.LabelLabelManager. getLabel(ParsedLabelName parsedLabelName)Retrieve the label by name.LabelLabelManager. getLabel(String unparsedLabelName)convenience method to fetch a label without having to call the label parserLabelLabelManager. getLabel(String labelName, Namespace namespace)Convenience method to fetch a label without having to create a Label objectLabelParsedLabelName. toLabel()Creates a personal, team or global Label object from the parsed name.LabelParsedLabelName. toLabel(@Nullable ConfluenceUser user)Creates a personal, team or global Label object from the parsed name with the given owner.Methods in com.atlassian.confluence.labels that return types with arguments of type Label Modifier and Type Method Description PageResponse<Label>DefaultLabelManager. findGlobalLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest)PartialList<Label>LabelManager. findGlobalLabelsByNamePrefix(int offset, int maxResults, String namePrefix)Returns global-namespaced labels starting with the given string.PageResponse<Label>DefaultLabelManager. findTeamLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest)PartialList<Label>LabelManager. findTeamLabelsByNamePrefix(int offset, int maxResults, String namePrefix)Returns team-namespaced labels starting with the given string.List<Label>DefaultLabelManager. getLabels(Collection<String> unparsedLabelNames)List<Label>Labelable. getLabels()Retrieve the labels that are associated with this object.List<Label>LabelManager. getLabels(Collection<String> unparsedLabelNames)convenience method to fetch labels without having to call the label parserList<Label>PermittedLabelView. getLabels()List<Label>DefaultLabelManager. getLabelsByDetail(String labelName, String namespace, String spaceKey, String owner)List<Label>LabelManager. getLabelsByDetail(String labelName, String namespace, String spaceKey, String owner)Retrieves the labels matching the given labelName, namespace or ownerList<Label>DefaultLabelManager. getLabelsInSpace(String key)List<Label>DefaultLabelManager. getLabelsInSpace(String key, LimitedRequest limitedRequest)List<Label>LabelManager. getLabelsInSpace(String key)Retrieve all of the labels that label content within the specified space.List<Label>DefaultLabelManager. getRecentlyUsedLabels()List<Label>DefaultLabelManager. getRecentlyUsedLabels(int maxResults)List<Label>LabelManager. getRecentlyUsedLabels()Retrieve the DEFAULT_LABEL_COUNT most recently used labels within the system.List<Label>LabelManager. getRecentlyUsedLabels(int maxResults)Retrieve the x most recently used labels.List<Label>DefaultLabelManager. getRecentlyUsedLabelsInSpace(String key)List<Label>DefaultLabelManager. getRecentlyUsedLabelsInSpace(String key, int maxResults)List<Label>LabelManager. getRecentlyUsedLabelsInSpace(String spaceKey)Retrieve the DEFAULT_LABEL_COUNT most recently used labels within the specified space.List<Label>LabelManager. getRecentlyUsedLabelsInSpace(String spaceKey, int maxResults)Retrieve the most recently used labels within the specified spae.List<Label>DefaultLabelManager. getRecentlyUsedPersonalLabels(String username)List<Label>DefaultLabelManager. getRecentlyUsedPersonalLabels(String username, int maxResults)List<Label>LabelManager. getRecentlyUsedPersonalLabels(String username)Retrieve the labels that were recently used by currently authenticated user.List<Label>LabelManager. getRecentlyUsedPersonalLabels(String username, int maxResults)Retrieve the labels that were recently used by currently authenticated user.List<Label>DefaultLabelManager. getRelatedLabels(Label label)List<Label>DefaultLabelManager. getRelatedLabels(Label label, int count)List<Label>DefaultLabelManager. getRelatedLabels(List<? extends Label> labels, String spaceKey, int maxResultsPerLabel)List<Label>LabelManager. getRelatedLabels(Label label)Retrieve the DEFAULT_LABEL_COUNT labels that are 'related' to the specified label.List<Label>LabelManager. getRelatedLabels(Label label, int maxResults)Retrieve the labels that are 'related' to the specified label.List<Label>LabelManager. getRelatedLabels(List<? extends Label> labels, String spaceKey, int maxResultsPerLabel)Retrieve the labels that are 'related' to the labels in the list.List<Label>DefaultLabelManager. getRelatedLabelsInSpace(Label label, String spaceKey)List<Label>DefaultLabelManager. getRelatedLabelsInSpace(Label label, String spaceKey, int maxResults)List<Label>LabelManager. getRelatedLabelsInSpace(Label label, String spaceKey)Retrieve the DEFAULT_LABEL_COUNT labels that are 'related' to the specified label and that are used to label content within the specified space.List<Label>LabelManager. getRelatedLabelsInSpace(Label label, String spaceKey, int maxResults)Retrieve the labels that are 'related' to the specified label and that are used to to label content within the specified space.List<Label>DefaultLabelManager. getSuggestedLabels(Labelable content)List<Label>DefaultLabelManager. getSuggestedLabels(Labelable content, int count)List<Label>LabelManager. getSuggestedLabels(Labelable content)Retrieve the DEFAULT_LABEL_COUNT suggested labels for the specified content.List<Label>LabelManager. getSuggestedLabels(Labelable content, int maxResults)Retrieve the suggested labels for the specified content.List<Label>DefaultLabelManager. getSuggestedLabelsInSpace(Labelable content, String spaceKey)List<Label>DefaultLabelManager. getSuggestedLabelsInSpace(Labelable content, String spaceKey, int maxResults)List<Label>LabelManager. getSuggestedLabelsInSpace(Labelable content, String spaceKey)Retrieve the DEFAULT_LABEL_COUNT suggested labels for the specified content bound to the specified space.List<Label>LabelManager. getSuggestedLabelsInSpace(Labelable content, String spaceKey, int maxResults)Retrieve the suggested labels for the specified content bound to the specified space.List<Label>DefaultLabelManager. getTeamLabels()List<Label>DefaultLabelManager. getTeamLabels(String name)List<Label>LabelManager. getTeamLabels()Retrieve all of the team labels in the system.default List<Label>LabelManager. getTeamLabels(String name)Retrieve all of the team labels in the system with name.List<Label>DefaultLabelManager. getTeamLabelsForSpace(String spaceKey)List<Label>LabelManager. getTeamLabelsForSpace(String spaceKey)Retrieve all of the team labels used to label content in the specified space.List<Label>DefaultLabelManager. getTeamLabelsForSpaces(Collection<Space> spaces)List<Label>LabelManager. getTeamLabelsForSpaces(Collection<Space> spaces)Retrieve all of the team labels used to label content in the specified spaces.List<Label>DefaultLabelManager. getUsersLabels(String name)List<Label>LabelManager. getUsersLabels(String owner)Retrieve the personal labels that belong to the specified user.Methods in com.atlassian.confluence.labels with parameters of type Label Modifier and Type Method Description intDefaultLabelManager. addLabel(Labelable labelable, Label label)intLabelManager. addLabel(Labelable content, Label label)Add a label to the specified content.booleanSpecialLabelFilter. apply(@NonNull Label label)booleanVisibleLabelFilter. apply(@NonNull Label input)intLabel. compareTo(Label otherlabel)static ParsedLabelNameLabelParser. create(Label label)LabelDefaultLabelManager. createLabel(Label label)LabelLabelManager. createLabel(Label label)booleanDefaultLabelManager. deleteLabel(Label label)booleanLabelManager. deleteLabel(Label l)Delete the specified label.PartialList<ContentEntityObject>DefaultLabelManager. getAllContentForAllLabels(int offset, int maxResults, Label... labels)PartialList<ContentEntityObject>LabelManager. getAllContentForAllLabels(int offset, int maxResults, Label... labels)Retrieve all ContentEntityObjects, current or deleted which are labelled with ALL provided labels.PartialList<ContentEntityObject>DefaultLabelManager. getAllContentForLabel(int offset, int maxResults, Label label)PartialList<ContentEntityObject>LabelManager. getAllContentForLabel(int offset, int maxResults, Label label)Retrieve all ContentEntityObjects, current or deleted which are labelled with the provided label.ListDefaultLabelManager. getContent(Label label)ListLabelManager. getContent(Label label)Deprecated.since 5.3.intDefaultLabelManager. getContentCount(Label label)intLabelManager. getContentCount(Label label)PartialList<ContentEntityObject>DefaultLabelManager. getContentForAllLabels(int offset, int maxResults, Label... labels)PartialList<ContentEntityObject>LabelManager. getContentForAllLabels(int offset, int maxResults, Label... labels)Retrieve current ContentEntityObjects which are labelled with ALL provided labels.PartialList<ContentEntityObject>DefaultLabelManager. getContentForLabel(int offset, int maxResults, Label label)PartialList<ContentEntityObject>LabelManager. getContentForLabel(int offset, int maxResults, Label label)Retrieve current ContentEntityObjects which are labelled with the provided label.PartialList<ContentEntityObject>DefaultLabelManager. getContentInSpaceForAllLabels(int offset, int maxResults, String spaceKey, Label... labels)PartialList<ContentEntityObject>LabelManager. getContentInSpaceForAllLabels(int offset, int maxResults, String spaceKey, Label... labels)Retrieve current ContentEntityObjects in the given space which are labelled with ALL provided labels.PartialList<ContentEntityObject>DefaultLabelManager. getContentInSpaceForLabel(int offset, int maxResults, String spaceKey, Label label)PartialList<ContentEntityObject>LabelManager. getContentInSpaceForLabel(int offset, int maxResults, String spaceKey, Label label)Retrieve current ContentEntityObjects in the given space which are labelled with the provided label.PartialList<ContentEntityObject>DefaultLabelManager. getContentInSpacesForAllLabels(int offset, int maxResults, Set<String> spaceKeys, Label... labels)PartialList<ContentEntityObject>LabelManager. getContentInSpacesForAllLabels(int offset, int maxResults, Set<String> spaceKeys, Label... labels)Retrieve current ContentEntityObjects in the given spaces which are labelled with ALL provided labels.List<? extends Labelable>DefaultLabelManager. getCurrentContentForLabel(Label label)List<? extends Labelable>LabelManager. getCurrentContentForLabel(Label label)Deprecated.since 5.3.List<? extends Labelable>DefaultLabelManager. getCurrentContentForLabelAndSpace(Label label, String spaceKey)List<? extends Labelable>LabelManager. getCurrentContentForLabelAndSpace(Label label, String spaceKey)Deprecated.since 5.3.<T extends EditableLabelable>
PartialList<T>DefaultLabelManager. getForLabel(Class<T> labelableClass, int offset, int maxResults, Label label)<T extends EditableLabelable>
PartialList<T>LabelManager. getForLabel(Class<T> labelableClass, int offset, int maxResults, Label label)Retrieve EditableLabelables of the supplied type which are labelled with the provided label.PartialList<EditableLabelable>DefaultLabelManager. getForLabels(int offset, int maxResults, Label... labels)<T extends EditableLabelable>
PartialList<T>DefaultLabelManager. getForLabels(Class<T> labelableClass, int offset, int maxResults, Label... labels)PartialList<EditableLabelable>LabelManager. getForLabels(int offset, int maxResults, Label... labels)Retrieve EditableLabelables of any type which are labelled with the provided labels.<T extends EditableLabelable>
PartialList<T>LabelManager. getForLabels(Class<T> labelableClass, int offset, int maxResults, Label... labels)Retrieve EditableLabelables of the supplied type which are labelled with the provided labels.LabelDefaultLabelManager. getLabel(Label label)LabelLabelManager. getLabel(Label label)Retrieve the persistent instance of the label with the exact same details as the specified label.List<Label>DefaultLabelManager. getRelatedLabels(Label label)List<Label>DefaultLabelManager. getRelatedLabels(Label label, int count)List<Label>LabelManager. getRelatedLabels(Label label)Retrieve the DEFAULT_LABEL_COUNT labels that are 'related' to the specified label.List<Label>LabelManager. getRelatedLabels(Label label, int maxResults)Retrieve the labels that are 'related' to the specified label.List<Label>DefaultLabelManager. getRelatedLabelsInSpace(Label label, String spaceKey)List<Label>DefaultLabelManager. getRelatedLabelsInSpace(Label label, String spaceKey, int maxResults)List<Label>LabelManager. getRelatedLabelsInSpace(Label label, String spaceKey)Retrieve the DEFAULT_LABEL_COUNT labels that are 'related' to the specified label and that are used to label content within the specified space.List<Label>LabelManager. getRelatedLabelsInSpace(Label label, String spaceKey, int maxResults)Retrieve the labels that are 'related' to the specified label and that are used to to label content within the specified space.List<Space>DefaultLabelManager. getSpacesContainingContentWithLabel(Label label)List<Space>LabelManager. getSpacesContainingContentWithLabel(Label label)Look up the spaces that have been labelled by the specific label.List<Space>DefaultLabelManager. getSpacesWithLabel(Label label)List<Space>LabelManager. getSpacesWithLabel(Label label)Spaces cannot be directly labelled.static booleanNamespace. isGlobal(Label l)static booleanNamespace. isPersonal(Label l)static booleanNamespace. isTeam(Label l)intDefaultLabelManager. removeLabel(Labelable content, Label label)intLabelManager. removeLabel(Labelable object, Label label)Remove a label from the specified content.static StringLabelParser. render(Label label)booleanLabelPermissionEnforcer. userCanEditLabel(Label label, Labelable object)Check if the user can edit a label of an objectstatic booleanLabelPermissionSupport. userCanEditLabel(Label label, Labelable object, PermissionManager permissionManager)Deprecated.booleanLabelPermissionEnforcer. userCanEditLabelOrIsSpaceAdmin(Label label, SpaceContentEntityObject object)Check if the user can edit a label of a space object or a space adminstatic booleanLabelPermissionSupport. userCanEditLabelOrIsSpaceAdmin(Label label, SpaceContentEntityObject object, PermissionManager permissionManager)Deprecated.Method parameters in com.atlassian.confluence.labels with type arguments of type Label Modifier and Type Method Description List<? extends Labelable>DefaultLabelManager. getContentForAllLabels(Collection<Label> labels, int maxResults, int offset)List<? extends Labelable>LabelManager. getContentForAllLabels(Collection<Label> labels, int maxResults, int offset)Deprecated.since 5.3.List<Label>DefaultLabelManager. getRelatedLabels(List<? extends Label> labels, String spaceKey, int maxResultsPerLabel)List<Label>LabelManager. getRelatedLabels(List<? extends Label> labels, String spaceKey, int maxResultsPerLabel)Retrieve the labels that are 'related' to the labels in the list.Constructors in com.atlassian.confluence.labels with parameters of type Label Constructor Description Labelling(Label label, EditableLabelable labelable, ConfluenceUser user)Labelling(Label label, EditableLabelable labelable, String user)Deprecated.since 5.2. - 
Uses of Label in com.atlassian.confluence.labels.actions
Methods in com.atlassian.confluence.labels.actions that return types with arguments of type Label Modifier and Type Method Description Map<String,Collection<Label>>AddFavouriteAction. getBean()Map<String,Collection<Label>>AddSpaceToFavouriteAjaxAction. getBean()PageResponse<Label>ListLabelsBySpaceAction. getPageResponse() - 
Uses of Label in com.atlassian.confluence.labels.dto
Constructors in com.atlassian.confluence.labels.dto with parameters of type Label Constructor Description LiteLabelSearchResult(Label label)LiteLabelSearchResult(Label label, int count) - 
Uses of Label in com.atlassian.confluence.labels.persistence.dao
Methods in com.atlassian.confluence.labels.persistence.dao that return Label Modifier and Type Method Description LabelLabelDao. findById(long id)Find the label by its id.LabelLabelDao. findByLabel(Label label)LabelLabelSearchResult. getLabel()Methods in com.atlassian.confluence.labels.persistence.dao that return types with arguments of type Label Modifier and Type Method Description List<Label>LabelDao. findByDetails(String name, String namespace, String owner)Find all labels based on the details passed in.List<Label>LabelDao. findByDetailsInSpace(String name, String namespace, String owner, String spaceKey)Find all labels for a specific space, based on the details passed in.List<Label>LabelDao. findByDetailsInSpaces(String name, String namespace, String owner, Collection<Space> spaces)Find all labels for a specific space, based on the details passed in.List<Label>LabelDao. findBySingleDegreeSeparation(EditableLabelable content, int maxResults)Find the labels that are a single degree of separation away from the specified content.List<Label>LabelDao. findBySingleDegreeSeparation(EditableLabelable content, String spaceKey, int maxResults)List<Label>LabelDao. findBySingleDegreeSeparation(Label label, int maxResults)Find the labels that are a single degree of separation away from the specified label.List<Label>LabelDao. findBySingleDegreeSeparation(Label label, String spaceKey, int maxResults)List<Label>LabelDao. findBySpace(String spaceKey, String namespace)Find the labels used to label the content with the specified space.PageResponse<Label>LabelDao. findGlobalLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest)Returns global-namespaced labels starting with the given string.List<Label>LabelDao. findRecentlyUsed(int maxResults)List<Label>LabelDao. findRecentlyUsedBySpace(String key, int maxResults)List<Label>LabelDao. findRecentlyUsedUserLabels(String username, int maxResults)default PageResponse<Label>LabelDao. findTeamLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest)Returns team-namespaced labels starting with the given string.List<Label>LabelDao. findUnusedLabels()Methods in com.atlassian.confluence.labels.persistence.dao with parameters of type Label Modifier and Type Method Description PartialList<ContentEntityObject>LabelDao. findAllContentForAllLabels(int offset, int maxResults, Label... labels)Retrieve all ContentEntityObjects which are labelled with ALL provided labels.LabelLabelDao. findByLabel(Label label)List<Label>LabelDao. findBySingleDegreeSeparation(Label label, int maxResults)Find the labels that are a single degree of separation away from the specified label.List<Label>LabelDao. findBySingleDegreeSeparation(Label label, String spaceKey, int maxResults)intLabelDao. findContentCountForLabel(Label label)List<? extends EditableLabelable>LabelDao. findContentForLabel(Label label, int maxResults)Deprecated.since 5.3.PartialList<ContentEntityObject>LabelDao. findContentInSpaceForAllLabels(int offset, int maxResults, String spaceKey, Label... labels)Retrieve current ContentEntityObjects in the space which are labelled with ALL provided labels.PartialList<ContentEntityObject>LabelDao. findContentInSpacesForAllLabels(int offset, int maxResults, Set<String> spaceKeys, Label... labels)Retrieve current ContentEntityObjects in the given spaces which are labelled with ALL provided labels.List<? extends EditableLabelable>LabelDao. findCurrentContentForLabel(Label label)Deprecated.since 5.3.List<? extends EditableLabelable>LabelDao. findCurrentContentForLabelAndSpace(Label label, String spaceKey)Deprecated.Since 5.3.PartialList<EditableLabelable>LabelDao. findForAllLabels(int offset, int maxResults, Label... labels)Retrieve EditableLabelables which are labelled with ALL provided labels.<T extends EditableLabelable>
PartialList<T>LabelDao. findForAllLabels(Class<T> labelableClass, int offset, int maxResults, Label... labels)Retrieve current EditableLabelables which are labelled with ALL provided labels.LabellingLabelDao. findLabellingByContentAndLabel(EditableLabelable content, Label label)List<Space>LabelDao. findSpacesContainingContentWithLabel(Label label)List<Space>LabelDao. findSpacesWithLabel(Label label)Constructors in com.atlassian.confluence.labels.persistence.dao with parameters of type Label Constructor Description LabelSearchResult(Label label, int count)RankedLabelSearchResult(Label label, int rank, int count) - 
Uses of Label in com.atlassian.confluence.labels.persistence.dao.hibernate
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return Label Modifier and Type Method Description LabelHibernateLabelDao. findById(long id)LabelHibernateLabelDao. findByLabel(Label label)Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return types with arguments of type Label Modifier and Type Method Description List<Label>HibernateLabelDao. findByDetails(String name, String namespace, String owner)List<Label>HibernateLabelDao. findByDetailsInSpace(String name, String namespace, String owner, String spaceKey)List<Label>HibernateLabelDao. findByDetailsInSpace(String name, String namespace, String owner, String spaceKey, LimitedRequest limitedRequest)List<Label>HibernateLabelDao. findByDetailsInSpaces(String name, String namespace, String owner, Collection<Space> spaces)List<Label>HibernateLabelDao. findBySingleDegreeSeparation(EditableLabelable content, int maxResults)List<Label>HibernateLabelDao. findBySingleDegreeSeparation(EditableLabelable content, String spaceKey, int maxResults)List<Label>HibernateLabelDao. findBySingleDegreeSeparation(Label label, int maxResults)List<Label>HibernateLabelDao. findBySingleDegreeSeparation(Label label, String spaceKey, int maxResults)List<Label>HibernateLabelDao. findBySpace(String spaceKey, String namespace)PageResponse<Label>HibernateLabelDao. findGlobalLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest)List<Label>HibernateLabelDao. findRecentlyUsed(int maxResults)List<Label>HibernateLabelDao. findRecentlyUsedBySpace(String spaceKey, int maxResults)List<Label>HibernateLabelDao. findRecentlyUsedUserLabels(String username, int maxResults)PageResponse<Label>HibernateLabelDao. findTeamLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest)List<Label>HibernateLabelDao. findUnusedLabels()Class<Label>HibernateLabelDao. getPersistentClass()Methods in com.atlassian.confluence.labels.persistence.dao.hibernate with parameters of type Label Modifier and Type Method Description PartialList<ContentEntityObject>HibernateLabelDao. findAllContentForAllLabels(int offset, int maxResults, Label... labels)LabelHibernateLabelDao. findByLabel(Label label)List<Label>HibernateLabelDao. findBySingleDegreeSeparation(Label label, int maxResults)List<Label>HibernateLabelDao. findBySingleDegreeSeparation(Label label, String spaceKey, int maxResults)intHibernateLabelDao. findContentCountForLabel(Label label)List<? extends EditableLabelable>HibernateLabelDao. findContentForLabel(Label label, int maxResults)PartialList<ContentEntityObject>HibernateLabelDao. findContentInSpaceForAllLabels(int offset, int maxResults, String spaceKey, Label... labels)PartialList<ContentEntityObject>HibernateLabelDao. findContentInSpacesForAllLabels(int offset, int maxResults, Set<String> spaceKeys, Label... labels)List<? extends EditableLabelable>HibernateLabelDao. findCurrentContentForLabel(Label label)List<? extends EditableLabelable>HibernateLabelDao. findCurrentContentForLabelAndSpace(Label label, String spaceKey)PartialList<EditableLabelable>HibernateLabelDao. findForAllLabels(int offset, int maxResults, Label... labelsArray)<T extends EditableLabelable>
PartialList<T>HibernateLabelDao. findForAllLabels(Class<T> labelableClass, int offset, int maxResults, Label... labels)LabellingHibernateLabelDao. findLabellingByContentAndLabel(EditableLabelable content, Label label)List<Space>HibernateLabelDao. findSpacesContainingContentWithLabel(Label label)List<Space>HibernateLabelDao. findSpacesWithLabel(Label label) - 
Uses of Label in com.atlassian.confluence.labels.service
Methods in com.atlassian.confluence.labels.service that return types with arguments of type Label Modifier and Type Method Description Collection<Label>AddLabelsCommand. getAddedLabels()Returns the labels that were addedCollection<Label>AddLabelsCommandImpl. getAddedLabels()Returns a list of labels that were added.Collection<Label>ValidateLabelsCommand. getValidLabels()Collection<Label>ValidateLabelsCommandImpl. getValidLabels()Methods in com.atlassian.confluence.labels.service with parameters of type Label Modifier and Type Method Description RemoveLabelCommandDefaultLabelsService. newRemoveLabelCommand(Label label, com.atlassian.user.User user, long entityId)RemoveLabelCommandDefaultLabelsService. newRemoveLabelCommand(Label label, com.atlassian.user.User user, long entityId, String entityType)RemoveLabelCommandLabelsService. newRemoveLabelCommand(Label label, com.atlassian.user.User user, long entityId)Builds a command that takes removes the specified label Page or Blog Post for the specified user.RemoveLabelCommandLabelsService. newRemoveLabelCommand(Label label, com.atlassian.user.User user, long entityId, String entityType)Constructors in com.atlassian.confluence.labels.service with parameters of type Label Constructor Description RemoveLabelCommandImpl(Label label, com.atlassian.user.User user, long entityId, LabelManager labelManager, PermissionManager permissionManager, SpaceManager spaceManager, PageTemplateManager pageTemplateManager, ContentEntityManager contentEntityManager, LabelPermissionEnforcer labelPermissionEnforcer)RemoveLabelCommandImpl(Label label, com.atlassian.user.User user, long entityId, String entityType, LabelManager labelManager, PermissionManager permissionManager, SpaceManager spaceManager, PageTemplateManager pageTemplateManager, ContentEntityManager contentEntityManager, LabelPermissionEnforcer labelPermissionEnforcer) - 
Uses of Label in com.atlassian.confluence.mail.notification
Methods in com.atlassian.confluence.mail.notification that return Label Modifier and Type Method Description LabelNotification. getLabel()Methods in com.atlassian.confluence.mail.notification with parameters of type Label Modifier and Type Method Description booleanDefaultNotificationManager. addLabelNotification(com.atlassian.user.User user, Label label)booleanNotificationManager. addLabelNotification(com.atlassian.user.User user, Label label)List<Notification>DefaultNotificationManager. getNotificationsByLabel(Label label)List<Notification>NotificationManager. getNotificationsByLabel(Label label)booleanDefaultNotificationManager. isWatchingLabel(com.atlassian.user.User user, Label label)booleanNotificationManager. isWatchingLabel(com.atlassian.user.User user, Label label)voidDefaultNotificationManager. removeLabelNotification(com.atlassian.user.User user, Label label)voidNotificationManager. removeLabelNotification(com.atlassian.user.User user, Label label)voidNotification. setLabel(Label label) - 
Uses of Label in com.atlassian.confluence.mail.notification.persistence
Methods in com.atlassian.confluence.mail.notification.persistence with parameters of type Label Modifier and Type Method Description NotificationNotificationDao. findNotificationByUserAndLabel(com.atlassian.user.User user, Label label)Find any user notification linked to the specified label.List<Notification>NotificationDao. findNotificationsByLabel(Label label) - 
Uses of Label in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
Methods in com.atlassian.confluence.mail.notification.persistence.dao.hibernate with parameters of type Label Modifier and Type Method Description NotificationHibernateNotificationDao. findNotificationByUserAndLabel(com.atlassian.user.User user, Label label)List<Notification>HibernateNotificationDao. findNotificationsByLabel(Label label) - 
Uses of Label in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return types with arguments of type Label Modifier and Type Method Description protected List<Label>AbstractCreateAndEditPageAction. getLabels()Metadata is now retrieved from the existing page, if it exists, otherwise it is stored on the draft (i.e.protected List<Label>AbstractPageAction. getLabels()protected List<Label>PageVariablesAction. getLabels()Method parameters in com.atlassian.confluence.pages.actions with type arguments of type Label Modifier and Type Method Description voidAbstractCreateAndEditPageAction. setLabelsString(List<Label> labels) - 
Uses of Label in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions that return Label Modifier and Type Method Description LabelViewMyLabelsAction. getCurrentLabel()Methods in com.atlassian.confluence.plugins.labels.actions that return types with arguments of type Label Modifier and Type Method Description Map<String,Collection<Label>>AddLabelAction. getBean()Collection<Label>ViewMyLabelsAction. getMyLabels()List<Label>AbstractLabelDisplayingAction. getPopularLabels()List<Label>AbstractLabelDisplayingAction. getRecentLabels()Methods in com.atlassian.confluence.plugins.labels.actions with parameters of type Label Modifier and Type Method Description DisplayableLabelViewLabelAction. getAddLabel(Label label)Returns a DisplayableLabel representing the currently viewed labels and the given label.intViewMyLabelsAction. getContentCount(Label l)DisplayableLabelViewLabelAction. getRemoveLabel(Label label)Returns a DisplayableLabel representing the currently viewed labels, minus the given label. - 
Uses of Label in com.atlassian.confluence.plugins.rest.entities
Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type Label Modifier and Type Method Description LabelEntityLabelEntityBuilder. build(Label label) - 
Uses of Label in com.atlassian.confluence.plugins.spacedirectory
Methods in com.atlassian.confluence.plugins.spacedirectory that return types with arguments of type Label Modifier and Type Method Description List<Label>ViewSpaceDirectoryAction. getTeamLabels() - 
Uses of Label in com.atlassian.confluence.plugins.templates.actions
Methods in com.atlassian.confluence.plugins.templates.actions that return types with arguments of type Label Modifier and Type Method Description List<Label>AbstractPageTemplateAction. getLabels()Method parameters in com.atlassian.confluence.plugins.templates.actions with type arguments of type Label Modifier and Type Method Description protected voidAbstractPageTemplateAction. setLabels(List<Label> labels) - 
Uses of Label in com.atlassian.confluence.rpc.soap.beans
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type Label Constructor Description RemoteLabel(Label label) - 
Uses of Label in com.atlassian.confluence.search.v2.query
Constructors in com.atlassian.confluence.search.v2.query with parameters of type Label Constructor Description InheritedLabelQuery(Label label)Construct a LabelQuery directly from the Label instance to be searched forLabelQuery(@NonNull Label label)Construct a LabelQuery directly from the Label instance to be searched for - 
Uses of Label in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return types with arguments of type Label Modifier and Type Method Description List<Label>SpacesQuery. getLabels()Methods in com.atlassian.confluence.spaces with parameters of type Label Modifier and Type Method Description SpacesQuery.BuilderSpacesQuery.Builder. withLabel(Label label)Method parameters in com.atlassian.confluence.spaces with type arguments of type Label Modifier and Type Method Description SpacesQuery.BuilderSpacesQuery.Builder. withLabels(Iterable<Label> labels) - 
Uses of Label in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions that return Label Modifier and Type Method Description LabelEditSpaceLabelAction. addLabel(Space space, String labelName)Methods in com.atlassian.confluence.spaces.actions that return types with arguments of type Label Modifier and Type Method Description List<Label>CreateRssFeedAction. getLabels()uses the label String to create a list of label objects to pass into the query object. - 
Uses of Label in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return Label Modifier and Type Method Description LabelViewMyFavouritesAction. getCurrentLabel()Methods in com.atlassian.confluence.user.actions with parameters of type Label Modifier and Type Method Description intViewMyFavouritesAction. getContentCount(Label l) - 
Uses of Label in com.atlassian.confluence.user.history
Methods in com.atlassian.confluence.user.history with parameters of type Label Modifier and Type Method Description voidUserHistory. addLabel(Label label) - 
Uses of Label in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return Label Modifier and Type Method Description static LabelLabelUtil. addLabel(String labelReference, LabelManager labelManager, Labelable object)Adds the label to the specified object.static LabelLabelUtil. addLabel(String labelReference, LabelManager labelManager, Labelable object, ConfluenceUser user)Adds the label to the specified object.Methods in com.atlassian.confluence.util that return types with arguments of type Label Modifier and Type Method Description static List<Label>LabelUtil. extractLabelsFromLabellings(List<Labelling> labellings)Simple utility method to extract the label instances from the given list of labelling instances.static com.google.common.base.Predicate<Label>LabelUtil. getLabelPredicate(com.atlassian.user.User user, boolean hideSpecialLabels)Deprecated.since 7.0.1.static List<Label>LabelUtil. getLabelsFor(String labels, LabelManager labelManager)static Predicate<Label>LabelUtil. labelPredicate(com.atlassian.user.User user, boolean hideSpecialLabels)Methods in com.atlassian.confluence.util with parameters of type Label Modifier and Type Method Description static booleanLabelUtil. isFavouriteLabel(Label label)Checks if the given label is of "Favourite" type (LabelManager.FAVOURITE_LABELorLabelManager.FAVOURITE_LABEL_YANKEE).static voidLabelUtil. recordLabelInteractionInHistory(Label label)Method parameters in com.atlassian.confluence.util with type arguments of type Label Modifier and Type Method Description static intLabelUtil. countLabelsWithoutFavourites(Collection<Label> labels)Counts the labels present in an input collection.static StringLabelUtil. getLabelsHash(List<Label> labels) 
 -