Modifier and Type | Method and Description |
---|---|
List<Labelling> |
AbstractLabelableEntityObject.getLabellings() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLabelableEntityObject.addLabelling(Labelling content) |
void |
AbstractLabelableEntityObject.removeLabelling(Labelling labelling) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLabelableEntityObject.setLabellings(List<Labelling> labellings) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Labelling |
Labelling.copy() |
Labelling |
Labelling.copy(EditableLabelable labelable)
Copies the current Labelling, but providing it with a new EditableLabelable.
|
Modifier and Type | Method and Description |
---|---|
List<Labelling> |
CachingLabelManager.getFavouriteLabellingsByContentIds(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey)
Deprecated.
|
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> |
DefaultLabelManager.getFavouriteLabellingsByContentIds(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey) |
List<Labelling> |
EditableLabelable.getLabellings() |
List<Labelling> |
CachingLabelManager.getRecentlyUsedLabellings(int maxResults)
Deprecated.
|
List<Labelling> |
LabelManager.getRecentlyUsedLabellings(int maxResults) |
List<Labelling> |
DefaultLabelManager.getRecentlyUsedLabellings(int maxResults) |
List<Labelling> |
CachingLabelManager.getRecentlyUsedLabellingsInSpace(String spaceKey,
int maxResults)
Deprecated.
|
List<Labelling> |
LabelManager.getRecentlyUsedLabellingsInSpace(String spaceKey,
int maxResults) |
List<Labelling> |
DefaultLabelManager.getRecentlyUsedLabellingsInSpace(String spaceKey,
int maxResults) |
List<Labelling> |
CachingLabelManager.getRecentlyUsedPersonalLabellings(String username,
int maxResults)
Deprecated.
|
List<Labelling> |
LabelManager.getRecentlyUsedPersonalLabellings(String username,
int maxResults) |
List<Labelling> |
DefaultLabelManager.getRecentlyUsedPersonalLabellings(String username,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
void |
EditableLabelable.addLabelling(Labelling content) |
void |
EditableLabelable.removeLabelling(Labelling labelling) |
Modifier and Type | Method and Description |
---|---|
Labelling |
LabelDao.findLabellingByContentAndLabel(EditableLabelable content,
Label label) |
Labelling |
LabelDao.findLabellingById(long id) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Labelling |
HibernateLabelDao.findLabellingByContentAndLabel(EditableLabelable content,
Label label) |
Labelling |
HibernateLabelDao.findLabellingById(long id) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static List<Label> |
LabelUtil.extractLabelsFromLabellings(List<Labelling> labellings)
Simple utility method to extract the label instances from the given list of labelling instances.
|
Copyright © 2003–2020 Atlassian. All rights reserved.