Uses of Class
com.atlassian.confluence.labels.Labelling
-
-
Uses of Labelling in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return types with arguments of type Labelling Modifier and Type Method Description List<Labelling>
AbstractLabelableEntityObject. getLabellings()
Methods in com.atlassian.confluence.core with parameters of type Labelling Modifier and Type Method Description void
AbstractLabelableEntityObject. addLabelling(Labelling content)
void
AbstractLabelableEntityObject. removeLabelling(Labelling labelling)
Method parameters in com.atlassian.confluence.core with type arguments of type Labelling Modifier and Type Method Description protected void
AbstractLabelableEntityObject. setLabellings(List<Labelling> labellings)
-
Uses of Labelling in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels that return types with arguments of type Labelling Modifier and Type Method Description List<Labelling>
CachingLabelManager. getFavouriteLabellingsByContentIds(Collection<ContentId> contentIds, com.atlassian.sal.api.user.UserKey userKey)
List<Labelling>
CachingLabelManager. getRecentlyUsedLabellings(int maxResults)
List<Labelling>
CachingLabelManager. getRecentlyUsedLabellingsInSpace(String spaceKey, int maxResults)
List<Labelling>
CachingLabelManager. getRecentlyUsedPersonalLabellings(String username, int maxResults)
-
Uses of Labelling in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return Labelling Modifier and Type Method Description Labelling
Labelling. copy()
Labelling
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 Labelling Modifier and Type Method Description List<Labelling>
DefaultLabelManager. getFavouriteLabellingsByContentIds(Collection<ContentId> contentIds, com.atlassian.sal.api.user.UserKey userKey)
List<Labelling>
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.List<Labelling>
EditableLabelable. getLabellings()
List<Labelling>
DefaultLabelManager. getRecentlyUsedLabellings(int maxResults)
List<Labelling>
LabelManager. getRecentlyUsedLabellings(int maxResults)
List<Labelling>
DefaultLabelManager. getRecentlyUsedLabellingsInSpace(String spaceKey, int maxResults)
List<Labelling>
LabelManager. getRecentlyUsedLabellingsInSpace(String spaceKey, int maxResults)
List<Labelling>
DefaultLabelManager. getRecentlyUsedPersonalLabellings(String username, int maxResults)
List<Labelling>
LabelManager. getRecentlyUsedPersonalLabellings(String username, int maxResults)
Methods in com.atlassian.confluence.labels with parameters of type Labelling Modifier and Type Method Description void
EditableLabelable. addLabelling(Labelling content)
void
EditableLabelable. removeLabelling(Labelling labelling)
-
Uses of Labelling in com.atlassian.confluence.labels.persistence.dao
Methods in com.atlassian.confluence.labels.persistence.dao that return Labelling Modifier and Type Method Description Labelling
LabelDao. findLabellingByContentAndLabel(EditableLabelable content, Label label)
Labelling
LabelDao. findLabellingById(long id)
Methods in com.atlassian.confluence.labels.persistence.dao that return types with arguments of type Labelling Modifier and Type Method Description List<Labelling>
LabelDao. findRecentlyUsedLabelling(int maxResults)
List<Labelling>
LabelDao. findRecentlyUsedLabellingsBySpace(String spaceKey, int maxResults)
List<Labelling>
LabelDao. findRecentlyUsedUserLabellings(String username, int maxResults)
List<Labelling>
LabelDao. getFavouriteLabellingsByContentIds(Collection<Long> contentIds, com.atlassian.sal.api.user.UserKey userKey)
-
Uses of Labelling in com.atlassian.confluence.labels.persistence.dao.hibernate
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return Labelling Modifier and Type Method Description Labelling
HibernateLabelDao. findLabellingByContentAndLabel(EditableLabelable content, Label label)
Labelling
HibernateLabelDao. findLabellingById(long id)
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return types with arguments of type Labelling Modifier and Type Method Description List<Labelling>
HibernateLabelDao. findRecentlyUsedLabelling(int maxResults)
List<Labelling>
HibernateLabelDao. findRecentlyUsedLabellingsBySpace(String spaceKey, int maxResults)
List<Labelling>
HibernateLabelDao. findRecentlyUsedUserLabellings(String username, int maxResults)
List<Labelling>
HibernateLabelDao. getFavouriteLabellingsByContentIds(Collection<Long> contentIds, com.atlassian.sal.api.user.UserKey userKey)
-
Uses of Labelling in com.atlassian.confluence.security.delegate
Methods in com.atlassian.confluence.security.delegate with parameters of type Labelling Modifier and Type Method Description boolean
LabellingPermissionsDelegate. canAdminister(com.atlassian.user.User user, Labelling target)
boolean
LabellingPermissionsDelegate. canEdit(com.atlassian.user.User user, Labelling target)
boolean
LabellingPermissionsDelegate. canExport(com.atlassian.user.User user, Labelling target)
boolean
LabellingPermissionsDelegate. canRemove(com.atlassian.user.User user, Labelling target)
boolean
LabellingPermissionsDelegate. canSetPermissions(com.atlassian.user.User user, Labelling target)
boolean
LabellingPermissionsDelegate. canView(com.atlassian.user.User user, Labelling target)
-
Uses of Labelling in com.atlassian.confluence.util
Method parameters in com.atlassian.confluence.util with type arguments of type Labelling 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.
-