Uses of Class
com.atlassian.confluence.labels.Labelling
Packages that use Labelling
Package
Description
- 
Uses of Labelling in com.atlassian.confluence.coreMethods in com.atlassian.confluence.core that return types with arguments of type LabellingMethods in com.atlassian.confluence.core with parameters of type LabellingModifier and TypeMethodDescriptionvoidAbstractLabelableEntityObject.addLabelling(Labelling content) voidAbstractLabelableEntityObject.removeLabelling(Labelling labelling) Method parameters in com.atlassian.confluence.core with type arguments of type LabellingModifier and TypeMethodDescriptionprotected voidAbstractLabelableEntityObject.setLabellings(List<Labelling> labellings) 
- 
Uses of Labelling in com.atlassian.confluence.dmz.labelsMethods in com.atlassian.confluence.dmz.labels that return types with arguments of type LabellingModifier and TypeMethodDescriptionLabelManagerInternal.getRecentlyUsedLabellings(LimitedRequest limitedRequest) LabelManagerInternal.getRecentlyUsedLabellingsInSpace(String spaceKey, LimitedRequest limitedRequest) Retrieve the most recently used labellings within the specified space.LabelManagerInternal.getRecentlyUsedPersonalLabellings(String username, LimitedRequest limitedRequest) 
- 
Uses of Labelling in com.atlassian.confluence.impl.labelsMethods in com.atlassian.confluence.impl.labels that return types with arguments of type LabellingModifier and TypeMethodDescriptionCachingLabelManager.getFavouriteLabellingsByContentIds(Collection<ContentId> contentIds, com.atlassian.sal.api.user.UserKey userKey) CachingLabelManager.getRecentlyUsedLabellings(int maxResults) CachingLabelManager.getRecentlyUsedLabellings(LimitedRequest limitedRequest) CachingLabelManager.getRecentlyUsedLabellingsInSpace(String spaceKey, int maxResults) CachingLabelManager.getRecentlyUsedLabellingsInSpace(String spaceKey, LimitedRequest limitedRequest) CachingLabelManager.getRecentlyUsedPersonalLabellings(String username, int maxResults) CachingLabelManager.getRecentlyUsedPersonalLabellings(String username, LimitedRequest limitedRequest) 
- 
Uses of Labelling in com.atlassian.confluence.internal.labels.persistenceMethods in com.atlassian.confluence.internal.labels.persistence that return types with arguments of type LabellingModifier and TypeMethodDescriptionLabelDaoInternal.findRecentlyUsedLabelling(LimitedRequest limitedRequest) Find the most recently used labellings.LabelDaoInternal.findRecentlyUsedLabellingsBySpace(String key, LimitedRequest limitedRequest) Find the most recently used labellings in the specified space.LabelDaoInternal.findRecentlyUsedUserLabellings(String username, LimitedRequest limitedRequest) Find the most recently used labellings owned by the specified user.
- 
Uses of Labelling in com.atlassian.confluence.labelsMethods in com.atlassian.confluence.labels that return LabellingModifier and TypeMethodDescriptionLabelling.copy()Labelling.copy(EditableLabelable labelable) Copies the current Labelling, but providing it with a new EditableLabelable.Methods in com.atlassian.confluence.labels that return types with arguments of type LabellingModifier 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) DefaultLabelManager.getRecentlyUsedLabellings(LimitedRequest limitedRequest) LabelManager.getRecentlyUsedLabellings(int maxResults) DefaultLabelManager.getRecentlyUsedLabellingsInSpace(String spaceKey, int maxResults) DefaultLabelManager.getRecentlyUsedLabellingsInSpace(String spaceKey, LimitedRequest limitedRequest) LabelManager.getRecentlyUsedLabellingsInSpace(String spaceKey, int maxResults) Deprecated.DefaultLabelManager.getRecentlyUsedPersonalLabellings(String username, int maxResults) DefaultLabelManager.getRecentlyUsedPersonalLabellings(String username, LimitedRequest limitedRequest) LabelManager.getRecentlyUsedPersonalLabellings(String username, int maxResults) Methods in com.atlassian.confluence.labels with parameters of type LabellingModifier and TypeMethodDescriptionvoidEditableLabelable.addLabelling(Labelling content) voidEditableLabelable.removeLabelling(Labelling labelling) 
- 
Uses of Labelling in com.atlassian.confluence.labels.persistence.daoMethods in com.atlassian.confluence.labels.persistence.dao that return LabellingModifier and TypeMethodDescriptionLabelDao.findLabellingByContentAndLabel(EditableLabelable content, Label label) LabelDao.findLabellingById(long id) Methods in com.atlassian.confluence.labels.persistence.dao that return types with arguments of type LabellingModifier and TypeMethodDescriptionLabelDao.findRecentlyUsedLabelling(int maxResults) LabelDao.findRecentlyUsedLabellingsBySpace(String spaceKey, int maxResults) Deprecated.since 9.2.6LabelDao.findRecentlyUsedUserLabellings(String username, int maxResults) LabelDao.getFavouriteLabellingsByContentIds(Collection<Long> contentIds, com.atlassian.sal.api.user.UserKey userKey) Methods in com.atlassian.confluence.labels.persistence.dao with parameters of type Labelling
- 
Uses of Labelling in com.atlassian.confluence.labels.persistence.dao.hibernateMethods in com.atlassian.confluence.labels.persistence.dao.hibernate that return LabellingModifier and TypeMethodDescriptionHibernateLabelDao.findLabellingByContentAndLabel(EditableLabelable content, Label label) HibernateLabelDao.findLabellingById(long id) Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return types with arguments of type LabellingModifier and TypeMethodDescriptionHibernateLabelDao.findRecentlyUsedLabelling(int maxResults) HibernateLabelDao.findRecentlyUsedLabelling(LimitedRequest limitedRequest) HibernateLabelDao.findRecentlyUsedLabellingsBySpace(String spaceKey, int maxResults) Deprecated.HibernateLabelDao.findRecentlyUsedLabellingsBySpace(String spaceKey, LimitedRequest limitedRequest) HibernateLabelDao.findRecentlyUsedUserLabellings(String username, int maxResults) HibernateLabelDao.findRecentlyUsedUserLabellings(String username, LimitedRequest limitedRequest) HibernateLabelDao.getFavouriteLabellingsByContentIds(Collection<Long> contentIds, com.atlassian.sal.api.user.UserKey userKey) Methods in com.atlassian.confluence.labels.persistence.dao.hibernate with parameters of type Labelling
- 
Uses of Labelling in com.atlassian.confluence.security.delegateMethods in com.atlassian.confluence.security.delegate with parameters of type LabellingModifier and TypeMethodDescriptionbooleanLabellingPermissionsDelegate.canAdminister(ConfluenceUser user, Labelling target) booleanLabellingPermissionsDelegate.canEdit(ConfluenceUser user, Labelling target) booleanLabellingPermissionsDelegate.canExport(ConfluenceUser user, Labelling target) booleanLabellingPermissionsDelegate.canRemove(ConfluenceUser user, Labelling target) booleanLabellingPermissionsDelegate.canSetPermissions(ConfluenceUser user, Labelling target) booleanLabellingPermissionsDelegate.canView(ConfluenceUser user, Labelling target) 
- 
Uses of Labelling in com.atlassian.confluence.spacesMethods in com.atlassian.confluence.spaces that return types with arguments of type LabellingMethods in com.atlassian.confluence.spaces with parameters of type LabellingModifier and TypeMethodDescriptionvoidReadOnlySpaceDescription.addLabelling(Labelling content) voidReadOnlySpaceDescription.removeLabelling(Labelling labelling) 
- 
Uses of Labelling in com.atlassian.confluence.utilMethod parameters in com.atlassian.confluence.util with type arguments of type LabellingModifier and TypeMethodDescriptionLabelUtil.extractLabelsFromLabellings(List<Labelling> labellings) Simple utility method to extract the label instances from the given list of labelling instances.