Uses of Class
com.atlassian.confluence.labels.Labelling
Package
Description
-
Uses of Labelling in com.atlassian.confluence.core
Modifier and TypeMethodDescriptionvoid
AbstractLabelableEntityObject.addLabelling
(Labelling content) void
AbstractLabelableEntityObject.removeLabelling
(Labelling labelling) Modifier and TypeMethodDescriptionprotected void
AbstractLabelableEntityObject.setLabellings
(List<Labelling> labellings) -
Uses of Labelling in com.atlassian.confluence.impl.labels
Modifier and TypeMethodDescriptionCachingLabelManager.getFavouriteLabellingsByContentIds
(Collection<ContentId> contentIds, com.atlassian.sal.api.user.UserKey userKey) CachingLabelManager.getRecentlyUsedLabellings
(int maxResults) CachingLabelManager.getRecentlyUsedLabellingsInSpace
(String spaceKey, int maxResults) CachingLabelManager.getRecentlyUsedPersonalLabellings
(String username, int maxResults) -
Uses of Labelling in com.atlassian.confluence.labels
Modifier and TypeMethodDescriptionLabelling.copy()
Labelling.copy
(EditableLabelable labelable) Copies the current Labelling, but providing it with a new EditableLabelable.Modifier and TypeMethodDescriptionDefaultLabelManager.getFavouriteLabellingsByContentIds
(Collection<ContentId> contentIds, com.atlassian.sal.api.user.UserKey userKey) LabelManager.getFavouriteLabellingsByContentIds
(Collection<ContentId> contentIds, com.atlassian.sal.api.user.UserKey userKey) Get the labellings that represent the favourite labellings for the given user on the given content.EditableLabelable.getLabellings()
DefaultLabelManager.getRecentlyUsedLabellings
(int maxResults) LabelManager.getRecentlyUsedLabellings
(int maxResults) DefaultLabelManager.getRecentlyUsedLabellingsInSpace
(String spaceKey, int maxResults) LabelManager.getRecentlyUsedLabellingsInSpace
(String spaceKey, int maxResults) DefaultLabelManager.getRecentlyUsedPersonalLabellings
(String username, int maxResults) LabelManager.getRecentlyUsedPersonalLabellings
(String username, int maxResults) Modifier and TypeMethodDescriptionvoid
EditableLabelable.addLabelling
(Labelling content) void
EditableLabelable.removeLabelling
(Labelling labelling) -
Uses of Labelling in com.atlassian.confluence.labels.persistence.dao
Modifier and TypeMethodDescriptionLabelDao.findLabellingByContentAndLabel
(EditableLabelable content, Label label) LabelDao.findLabellingById
(long id) Modifier and TypeMethodDescriptionLabelDao.findRecentlyUsedLabelling
(int maxResults) LabelDao.findRecentlyUsedLabellingsBySpace
(String spaceKey, int maxResults) LabelDao.findRecentlyUsedUserLabellings
(String username, int maxResults) LabelDao.getFavouriteLabellingsByContentIds
(Collection<Long> contentIds, com.atlassian.sal.api.user.UserKey userKey) -
Uses of Labelling in com.atlassian.confluence.labels.persistence.dao.hibernate
Modifier and TypeMethodDescriptionHibernateLabelDao.findLabellingByContentAndLabel
(EditableLabelable content, Label label) HibernateLabelDao.findLabellingById
(long id) Modifier and TypeMethodDescriptionHibernateLabelDao.findRecentlyUsedLabelling
(int maxResults) HibernateLabelDao.findRecentlyUsedLabellingsBySpace
(String spaceKey, int maxResults) HibernateLabelDao.findRecentlyUsedUserLabellings
(String username, int maxResults) HibernateLabelDao.getFavouriteLabellingsByContentIds
(Collection<Long> contentIds, com.atlassian.sal.api.user.UserKey userKey) -
Uses of Labelling in com.atlassian.confluence.pages
Modifier and TypeMethodDescriptionReadOnlyAttachment.getLabellings()
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionvoid
ReadOnlyAttachment.addLabelling
(Labelling content) Deprecated, for removal: This API element is subject to removal in a future version.void
ReadOnlyAttachment.removeLabelling
(Labelling labelling) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Labelling in com.atlassian.confluence.security.delegate
Modifier and TypeMethodDescriptionboolean
LabellingPermissionsDelegate.canAdminister
(ConfluenceUser user, Labelling target) boolean
LabellingPermissionsDelegate.canEdit
(ConfluenceUser user, Labelling target) boolean
LabellingPermissionsDelegate.canExport
(ConfluenceUser user, Labelling target) boolean
LabellingPermissionsDelegate.canRemove
(ConfluenceUser user, Labelling target) boolean
LabellingPermissionsDelegate.canSetPermissions
(ConfluenceUser user, Labelling target) boolean
LabellingPermissionsDelegate.canView
(ConfluenceUser user, Labelling target) -
Uses of Labelling in com.atlassian.confluence.spaces
Modifier and TypeMethodDescriptionvoid
ReadOnlySpaceDescription.addLabelling
(Labelling content) void
ReadOnlySpaceDescription.removeLabelling
(Labelling labelling) -
Uses of Labelling in com.atlassian.confluence.util
Modifier and TypeMethodDescriptionLabelUtil.extractLabelsFromLabellings
(List<Labelling> labellings) Simple utility method to extract the label instances from the given list of labelling instances.