|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Label in com.atlassian.confluence.core |
|---|
| Methods in com.atlassian.confluence.core that return types with arguments of type Label | |
|---|---|
List<Label> |
ContentEntityObject.getLabels()
|
| Uses of Label in com.atlassian.confluence.event.events.label |
|---|
| Methods in com.atlassian.confluence.event.events.label that return Label | |
|---|---|
Label |
LabelEvent.getLabel()
|
| Constructors in com.atlassian.confluence.event.events.label with parameters of type Label | |
|---|---|
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.labels |
|---|
| Methods in com.atlassian.confluence.labels that return Label | |
|---|---|
Label |
ParsedLabelName.addLabel(Labelable labelable,
LabelManager labelManager)
|
Label |
LabelManager.createLabel(Label label)
|
Label |
DefaultLabelManager.createLabel(Label label)
|
Label |
Labelling.getLabel()
|
Label |
LabelManager.getLabel(Label label)
Retrieve the persistent instance of the label with the exact same details as the specified label. |
Label |
DefaultLabelManager.getLabel(Label label)
|
Label |
LabelManager.getLabel(long id)
Retrieve the label with the specified id. |
Label |
DefaultLabelManager.getLabel(long id)
Retrieve a label based on its id. |
Label |
LabelManager.getLabel(ParsedLabelName parsedLabelName)
Retrieve the label by name. |
Label |
DefaultLabelManager.getLabel(ParsedLabelName parsedLabelName)
|
Label |
LabelManager.getLabel(String unparsedLabelName)
convenience method to fetch a label without having to call the label parser |
Label |
DefaultLabelManager.getLabel(String unparsedLabelName)
|
Label |
ParsedLabelName.toLabel()
|
| Methods in com.atlassian.confluence.labels with parameters of type Label | |
|---|---|
int |
LabelManager.addLabel(ContentEntityObject content,
Label label)
Add a label to the specified content. |
int |
DefaultLabelManager.addLabel(ContentEntityObject content,
Label label)
|
static ParsedLabelName |
LabelParser.create(Label label)
|
Label |
LabelManager.createLabel(Label label)
|
Label |
DefaultLabelManager.createLabel(Label label)
|
boolean |
LabelManager.deleteLabel(Label l)
Delete the specified label. |
boolean |
DefaultLabelManager.deleteLabel(Label label)
|
List |
LabelManager.getContent(Label label)
|
List |
DefaultLabelManager.getContent(Label label)
|
int |
LabelManager.getContentCount(Label label)
|
int |
DefaultLabelManager.getContentCount(Label label)
|
List |
LabelManager.getCurrentContentForLabel(Label label)
Get all content associated with a label and space Get all current content associated with a label and any space. |
List |
DefaultLabelManager.getCurrentContentForLabel(Label label)
|
List |
LabelManager.getCurrentContentForLabelAndSpace(Label label,
String spaceKey)
Get all current content associated with a label and space. |
List |
DefaultLabelManager.getCurrentContentForLabelAndSpace(Label label,
String spaceKey)
|
Label |
LabelManager.getLabel(Label label)
Retrieve the persistent instance of the label with the exact same details as the specified label. |
Label |
DefaultLabelManager.getLabel(Label label)
|
List |
LabelManager.getRelatedLabels(Label label)
Retrieve the DEFAULT_LABEL_COUNT labels that are 'related' to the specified label. |
List |
DefaultLabelManager.getRelatedLabels(Label label)
|
List |
LabelManager.getRelatedLabels(Label label,
int maxResults)
Retrieve the labels that are 'related' to the specified label. |
List |
DefaultLabelManager.getRelatedLabels(Label label,
int count)
|
List |
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 |
DefaultLabelManager.getRelatedLabelsInSpace(Label label,
String spaceKey)
|
List |
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 |
DefaultLabelManager.getRelatedLabelsInSpace(Label label,
String spaceKey,
int maxResults)
|
List |
LabelManager.getSpacesContainingContentWithLabel(Label label)
Look up the spaces that have been labelled by the specific label. |
List |
DefaultLabelManager.getSpacesContainingContentWithLabel(Label label)
|
List |
LabelManager.getSpacesWithLabel(Label label)
Spaces cannot be directly labelled. |
List |
DefaultLabelManager.getSpacesWithLabel(Label label)
|
static boolean |
Namespace.isGlobal(Label l)
|
static boolean |
Namespace.isPersonal(Label l)
|
static boolean |
Namespace.isTeam(Label l)
|
int |
LabelManager.removeLabel(ContentEntityObject object,
Label label)
Remove a label from the specified content. |
int |
DefaultLabelManager.removeLabel(ContentEntityObject content,
Label label)
|
static String |
LabelParser.render(Label label)
|
static boolean |
LabelPermissionSupport.userCanEditLabel(Label label,
Labelable object,
PermissionManager permissionManager)
|
| Constructors in com.atlassian.confluence.labels with parameters of type Label | |
|---|---|
Labelling(Label label,
ContentEntityObject content,
String user)
|
|
Labelling(Label label,
ContentEntityObject content,
String user,
String spaceKey)
Deprecated. since 2.10. The Labelling object is only associated
with a space through the content. Use
Labelling.Labelling(Label, ContentEntityObject, String)
instead. |
|
| Uses of Label in com.atlassian.confluence.labels.actions |
|---|
| Methods in com.atlassian.confluence.labels.actions that return types with arguments of type Label | |
|---|---|
Map<String,Collection<Label>> |
AddLabelAction.getBean()
|
Map<String,Collection<Label>> |
AddFavouriteAction.getBean()
|
| Methods in com.atlassian.confluence.labels.actions with parameters of type Label | |
|---|---|
DisplayableLabel |
ViewLabelAction.getAddLabel(Label label)
Returns a DisplayableLabel representing the currently viewed labels and the given label. |
DisplayableLabel |
ViewLabelAction.getRemoveLabel(Label label)
Returns a DisplayableLabel representing the currently viewed labels, minus the given label. |
boolean |
RemoveLabelFromEntityBean.isPersonalLabel(Label label)
|
boolean |
AbstractLabelsForEntityAction.isPersonalLabel(Label label)
|
| Uses of Label in com.atlassian.confluence.labels.persistence.dao |
|---|
| Methods in com.atlassian.confluence.labels.persistence.dao that return Label | |
|---|---|
Label |
LabelDao.findById(long id)
Find the label by its id. |
Label |
LabelDao.findByLabel(Label label)
|
Label |
LabelSearchResult.getLabel()
|
| Methods in com.atlassian.confluence.labels.persistence.dao with parameters of type Label | |
|---|---|
Label |
LabelDao.findByLabel(Label label)
|
List |
LabelDao.findBySingleDegreeSeparation(Label label,
int maxResults)
Find the labels that are a single degree of separation away from the specified label. |
List |
LabelDao.findBySingleDegreeSeparation(Label label,
String spaceKey,
int maxResults)
|
int |
LabelDao.findContentCountForLabel(Label label)
|
List |
LabelDao.findCurrentContentForLabel(Label label)
|
List |
LabelDao.findCurrentContentForLabelAndSpace(Label label,
String spaceKey)
Returns current content with the specified label and spaceKey. |
Labelling |
LabelDao.findLabellingByContentAndLabel(ContentEntityObject content,
Label label)
|
List |
LabelDao.findSpacesContainingContentWithLabel(Label label)
|
List |
LabelDao.findSpacesWithLabel(Label label)
|
| Constructors in com.atlassian.confluence.labels.persistence.dao with parameters of type Label | |
|---|---|
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 | |
|---|---|
Label |
HibernateLabelDao.findById(long id)
|
Label |
HibernateLabelDao.findByLabel(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 | |
|---|---|
Collection<Label> |
AddLabelsCommandImpl.getAddedLabels()
Returns a list of labels that were added. |
Collection<Label> |
AddLabelsCommand.getAddedLabels()
Returns the labels that were added |
| Uses of Label in com.atlassian.confluence.search.actions |
|---|
| Methods in com.atlassian.confluence.search.actions that return types with arguments of type Label | |
|---|---|
List<Label> |
SearchSiteAction.getRelatedLabels()
Returns a list of related labels to the labels matching the search result |
| Uses of Label in com.atlassian.confluence.search.v2.query |
|---|
| Constructors in com.atlassian.confluence.search.v2.query with parameters of type Label | |
|---|---|
LabelQuery(Label label)
Construct a LabelQuery directly from the Label instance to be searched for |
|
| Uses of Label in com.atlassian.confluence.user.actions |
|---|
| Methods in com.atlassian.confluence.user.actions that return Label | |
|---|---|
Label |
ViewMyLabelsAction.getCurrentLabel()
|
| Methods in com.atlassian.confluence.user.actions with parameters of type Label | |
|---|---|
int |
ViewMyLabelsAction.getContentCount(Label l)
|
| Uses of Label in com.atlassian.confluence.user.history |
|---|
| Methods in com.atlassian.confluence.user.history with parameters of type Label | |
|---|---|
void |
UserHistory.addLabel(Label label)
|
| Uses of Label in com.atlassian.confluence.util |
|---|
| Methods in com.atlassian.confluence.util that return Label | |
|---|---|
static Label |
LabelUtil.addLabel(String labelReference,
LabelManager labelManager,
Labelable object)
Adds the label to the specified object. |
| Methods in com.atlassian.confluence.util that return types with arguments of type Label | |
|---|---|
static List<Label> |
LabelUtil.extractLabelsFromLabellings(List<Labelling> labellings)
Simple utility method to extract the label instances from the given list of labelling instances. |
| Methods in com.atlassian.confluence.util with parameters of type Label | |
|---|---|
static void |
LabelUtil.recordLabelInteractionInHistory(Label label)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||