Uses of Class
com.atlassian.confluence.labels.Label

Packages that use Label
com.atlassian.confluence.core   
com.atlassian.confluence.event.events.label   
com.atlassian.confluence.labels   
com.atlassian.confluence.labels.actions   
com.atlassian.confluence.labels.persistence.dao   
com.atlassian.confluence.labels.persistence.dao.hibernate   
com.atlassian.confluence.labels.service   
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.persistence   
com.atlassian.confluence.mail.notification.persistence.dao.hibernate   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugins.rest.entities   
com.atlassian.confluence.plugins.spacedirectory   
com.atlassian.confluence.plugins.templates.actions   
com.atlassian.confluence.rpc.soap.beans   
com.atlassian.confluence.search.actions   
com.atlassian.confluence.search.v2.query   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.user.actions   
com.atlassian.confluence.user.history   
com.atlassian.confluence.util   
 

Uses of Label in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return types with arguments of type Label
 java.util.List<Label> AbstractLabelableEntityObject.getGlobalLabels(com.atlassian.user.User user)
          List the labels on this content that are global labels
 java.util.List<Label> AbstractLabelableEntityObject.getLabels()
           
 java.util.List<Label> AbstractLabelableEntityObject.getLabelsForDisplay(com.atlassian.user.User user)
          List the labels on this content that are visible to a particular user, and should be shown in a list of labels.
 java.util.List<Label> AbstractLabelableEntityObject.getPersonalLabels(com.atlassian.user.User user)
          List the labels on this content that are personal labels for a particular user
 java.util.List<Label> AbstractLabelableEntityObject.getTeamLabels(com.atlassian.user.User user)
          List the labels on this content that are team labels for a particular user
 java.util.List<Label> AbstractLabelableEntityObject.getVisibleLabels(com.atlassian.user.User user)
          List the labels on this content that are visible to a particular user
 

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 SpaceLabelManagerImpl.addLabel(Space space, java.lang.String labelName)
           
 Label SpaceLabelManager.addLabel(Space space, java.lang.String labelName)
          Adds a label to a space.
 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(java.lang.String unparsedLabelName)
          convenience method to fetch a label without having to call the label parser
 Label DefaultLabelManager.getLabel(java.lang.String unparsedLabelName)
           
 Label LabelManager.getLabel(java.lang.String labelName, Namespace namespace)
          Convenience method to fetch a label without having to create a Label object
 Label DefaultLabelManager.getLabel(java.lang.String labelName, Namespace namespace)
           
 Label ParsedLabelName.toLabel()
           
 

Methods in com.atlassian.confluence.labels that return types with arguments of type Label
 java.util.List<Label> PermittedLabelView.getLabels()
           
 java.util.List<Label> Labelable.getLabels()
          Retrieve the labels that are associated with this object.
 java.util.List<Label> LabelManager.getLabels(java.util.Collection<java.lang.String> unparsedLabelNames)
          convenience method to fetch labels without having to call the label parser
 java.util.List<Label> DefaultLabelManager.getLabels(java.util.Collection<java.lang.String> unparsedLabelNames)
           
 java.util.List<Label> LabelManager.getRecentlyUsedLabels()
          Retrieve the DEFAULT_LABEL_COUNT most recently used labels within the system.
 java.util.List<Label> LabelManager.getRelatedLabels(Label label)
          Retrieve the DEFAULT_LABEL_COUNT labels that are 'related' to the specified label.
 java.util.List<Label> DefaultLabelManager.getRelatedLabels(Label label)
           
 java.util.List<Label> LabelManager.getRelatedLabels(Label label, int maxResults)
          Retrieve the labels that are 'related' to the specified label.
 java.util.List<Label> DefaultLabelManager.getRelatedLabels(Label label, int count)
           
 java.util.List<Label> LabelManager.getRelatedLabels(java.util.List<? extends Label> labels, java.lang.String spaceKey, int maxResultsPerLabel)
          Retrieve the labels that are 'related' to the labels in the list.
 java.util.List<Label> DefaultLabelManager.getRelatedLabels(java.util.List<? extends Label> labels, java.lang.String spaceKey, int maxResultsPerLabel)
           
 java.util.List<Label> LabelManager.getRelatedLabelsInSpace(Label label, java.lang.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.
 java.util.List<Label> DefaultLabelManager.getRelatedLabelsInSpace(Label label, java.lang.String spaceKey)
           
 java.util.List<Label> LabelManager.getRelatedLabelsInSpace(Label label, java.lang.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.
 java.util.List<Label> DefaultLabelManager.getRelatedLabelsInSpace(Label label, java.lang.String spaceKey, int maxResults)
           
 java.util.List<Label> LabelManager.getSuggestedLabelsInSpace(Labelable content, java.lang.String spaceKey, int maxResults)
          Retrieve the suggested labels for the specified content bound to the specified space.
 java.util.List<Label> LabelManager.getTeamLabelsForSpaces(java.util.Collection<Space> spaces)
          Retrieve all of the team labels used to label content in the specified spaces.
 java.util.List<Label> DefaultLabelManager.getTeamLabelsForSpaces(java.util.Collection<Space> spaces)
           
 

Methods in com.atlassian.confluence.labels with parameters of type Label
 int LabelManager.addLabel(ContentEntityObject content, Label label)
          Deprecated. since 4.2
 int DefaultLabelManager.addLabel(ContentEntityObject content, Label label)
           
 int LabelManager.addLabel(Labelable content, Label label)
          Add a label to the specified content.
 int DefaultLabelManager.addLabel(Labelable labelable, Label label)
           
 boolean VisibleLabelFilter.apply(Label input)
           
 boolean SpecialLabelFilter.apply(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)
           
 PartialList<ContentEntityObject> LabelManager.getAllContentForAllLabels(int offset, int maxResults, Label... labels)
          Retrieve all ContentEntityObjects, current or deleted which are labelled with ALL provided labels.
 PartialList<ContentEntityObject> DefaultLabelManager.getAllContentForAllLabels(int offset, int maxResults, Label... labels)
           
 PartialList<ContentEntityObject> LabelManager.getAllContentForLabel(int offset, int maxResults, Label label)
          Retrieve all ContentEntityObjects, current or deleted which are labelled with the provided label.
 PartialList<ContentEntityObject> DefaultLabelManager.getAllContentForLabel(int offset, int maxResults, Label label)
           
 java.util.List LabelManager.getContent(Label label)
          Deprecated. since 5.3. Use a method like LabelManager.getContentForLabel(int, int, Label) that provides a specific return type.
 java.util.List DefaultLabelManager.getContent(Label label)
           
 int LabelManager.getContentCount(Label label)
           
 int DefaultLabelManager.getContentCount(Label label)
           
 PartialList<ContentEntityObject> LabelManager.getContentForAllLabels(int offset, int maxResults, Label... labels)
          Retrieve current ContentEntityObjects which are labelled with ALL provided labels.
 PartialList<ContentEntityObject> DefaultLabelManager.getContentForAllLabels(int offset, int maxResults, Label... labels)
           
 PartialList<ContentEntityObject> LabelManager.getContentForLabel(int offset, int maxResults, Label label)
          Retrieve current ContentEntityObjects which are labelled with the provided label.
 PartialList<ContentEntityObject> DefaultLabelManager.getContentForLabel(int offset, int maxResults, Label label)
           
 java.util.List<? extends Labelable> LabelManager.getContentForLabel(Label label, int maxResults)
          Deprecated. since 5.3. Use LabelManager.getAllContentForLabel(int, int, Label).
 java.util.List<? extends Labelable> DefaultLabelManager.getContentForLabel(Label label, int maxResults)
           
 PartialList<ContentEntityObject> LabelManager.getContentInSpaceForAllLabels(int offset, int maxResults, java.lang.String spaceKey, Label... labels)
          Retrieve current ContentEntityObjects in the given space which are labelled with ALL provided labels.
 PartialList<ContentEntityObject> DefaultLabelManager.getContentInSpaceForAllLabels(int offset, int maxResults, java.lang.String spaceKey, Label... labels)
           
 PartialList<ContentEntityObject> LabelManager.getContentInSpaceForLabel(int offset, int maxResults, java.lang.String spaceKey, Label label)
          Retrieve current ContentEntityObjects in the given space which are labelled with the provided label.
 PartialList<ContentEntityObject> DefaultLabelManager.getContentInSpaceForLabel(int offset, int maxResults, java.lang.String spaceKey, Label label)
           
 PartialList<ContentEntityObject> LabelManager.getContentInSpacesForAllLabels(int offset, int maxResults, java.util.Set<java.lang.String> spaceKeys, Label... labels)
          Retrieve current ContentEntityObjects in the given spaces which are labelled with ALL provided labels.
 PartialList<ContentEntityObject> DefaultLabelManager.getContentInSpacesForAllLabels(int offset, int maxResults, java.util.Set<java.lang.String> spaceKeys, Label... labels)
           
 java.util.List<? extends Labelable> LabelManager.getCurrentContentForLabel(Label label)
          Deprecated. since 5.3. Use LabelManager.getContentForLabel(int, int, Label).
 java.util.List DefaultLabelManager.getCurrentContentForLabel(Label label)
           
 java.util.List<? extends Labelable> LabelManager.getCurrentContentForLabelAndSpace(Label label, java.lang.String spaceKey)
          Deprecated. since 5.3. Use the LabelManager.getContentInSpaceForLabel(int, int, String, Label).
 java.util.List<? extends Labelable> DefaultLabelManager.getCurrentContentForLabelAndSpace(Label label, java.lang.String spaceKey)
           
<T extends EditableLabelable>
PartialList<T>
LabelManager.getForLabel(java.lang.Class<T> labelableClass, int offset, int maxResults, Label label)
          Retrieve EditableLabelables of the supplied type which are labelled with the provided label.
<T extends EditableLabelable>
PartialList<T>
DefaultLabelManager.getForLabel(java.lang.Class<T> labelableClass, int offset, int maxResults, Label label)
           
<T extends EditableLabelable>
PartialList<T>
LabelManager.getForLabels(java.lang.Class<T> labelableClass, int offset, int maxResults, Label... labels)
          Retrieve EditableLabelables of the supplied type which are labelled with the provided labels.
<T extends EditableLabelable>
PartialList<T>
DefaultLabelManager.getForLabels(java.lang.Class<T> labelableClass, int offset, int maxResults, Label... labels)
           
 PartialList<EditableLabelable> LabelManager.getForLabels(int offset, int maxResults, Label... labels)
          Retrieve EditableLabelables of any type which are labelled with the provided labels.
 PartialList<EditableLabelable> DefaultLabelManager.getForLabels(int offset, int maxResults, Label... labels)
           
 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)
           
 java.util.List<Label> LabelManager.getRelatedLabels(Label label)
          Retrieve the DEFAULT_LABEL_COUNT labels that are 'related' to the specified label.
 java.util.List<Label> DefaultLabelManager.getRelatedLabels(Label label)
           
 java.util.List<Label> LabelManager.getRelatedLabels(Label label, int maxResults)
          Retrieve the labels that are 'related' to the specified label.
 java.util.List<Label> DefaultLabelManager.getRelatedLabels(Label label, int count)
           
 java.util.List<Label> LabelManager.getRelatedLabelsInSpace(Label label, java.lang.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.
 java.util.List<Label> DefaultLabelManager.getRelatedLabelsInSpace(Label label, java.lang.String spaceKey)
           
 java.util.List<Label> LabelManager.getRelatedLabelsInSpace(Label label, java.lang.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.
 java.util.List<Label> DefaultLabelManager.getRelatedLabelsInSpace(Label label, java.lang.String spaceKey, int maxResults)
           
 java.util.List LabelManager.getSpacesContainingContentWithLabel(Label label)
          Look up the spaces that have been labelled by the specific label.
 java.util.List DefaultLabelManager.getSpacesContainingContentWithLabel(Label label)
           
 java.util.List<Space> LabelManager.getSpacesWithLabel(Label label)
          Spaces cannot be directly labelled.
 java.util.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)
          Deprecated. since 4.2
 int DefaultLabelManager.removeLabel(ContentEntityObject ceo, Label label)
          Deprecated. 
 int LabelManager.removeLabel(Labelable object, Label label)
          Remove a label from the specified content.
 int DefaultLabelManager.removeLabel(Labelable content, Label label)
           
static java.lang.String LabelParser.render(Label label)
           
static boolean LabelPermissionSupport.userCanEditLabel(Label label, Labelable object, PermissionManager permissionManager)
           
 

Method parameters in com.atlassian.confluence.labels with type arguments of type Label
 java.util.List<? extends Labelable> LabelManager.getContentForAllLabels(java.util.Collection<Label> labels, int maxResults, int offset)
          Deprecated. since 5.3. Use LabelManager.getContentForAllLabels(int, int, Label...) instead.
 java.util.List<? extends Labelable> DefaultLabelManager.getContentForAllLabels(java.util.Collection<Label> labels, int maxResults, int offset)
           
 java.util.List<Label> LabelManager.getRelatedLabels(java.util.List<? extends Label> labels, java.lang.String spaceKey, int maxResultsPerLabel)
          Retrieve the labels that are 'related' to the labels in the list.
 java.util.List<Label> DefaultLabelManager.getRelatedLabels(java.util.List<? extends Label> labels, java.lang.String spaceKey, int maxResultsPerLabel)
           
 

Constructors in com.atlassian.confluence.labels with parameters of type Label
Labelling(Label label, EditableLabelable labelable, ConfluenceUser user)
           
Labelling(Label label, EditableLabelable labelable, java.lang.String user)
          Deprecated. since 5.2.
 

Uses of Label in com.atlassian.confluence.labels.actions
 

Methods in com.atlassian.confluence.labels.actions that return types with arguments of type Label
 java.util.Map<java.lang.String,java.util.Collection<Label>> AddSpaceToFavouriteAjaxAction.getBean()
           
 java.util.Map<java.lang.String,java.util.Collection<Label>> AddLabelAction.getBean()
           
 java.util.Map<java.lang.String,java.util.Collection<Label>> AddFavouriteAction.getBean()
           
 java.util.List<Label> AbstractLabelDisplayingAction.getPopularLabels()
           
 java.util.List<Label> AbstractLabelDisplayingAction.getRecentLabels()
           
 

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 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 that return types with arguments of type Label
 java.util.List<Label> LabelDao.findByDetailsInSpaces(java.lang.String name, java.lang.String namespace, java.lang.String owner, java.util.Collection<Space> spaces)
          Find all labels for a specific space, based on the details passed in.
 java.util.List<Label> LabelDao.findBySingleDegreeSeparation(EditableLabelable content, int maxResults)
          Find the labels that are a single degree of separation away from the specified content.
 java.util.List<Label> LabelDao.findBySingleDegreeSeparation(EditableLabelable content, java.lang.String spaceKey, int maxResults)
           
 

Methods in com.atlassian.confluence.labels.persistence.dao with parameters of type Label
 PartialList<ContentEntityObject> LabelDao.findAllContentForAllLabels(int offset, int maxResults, Label... labels)
          Retrieve all ContentEntityObjects which are labelled with ALL provided labels.
 Label LabelDao.findByLabel(Label label)
           
 java.util.List LabelDao.findBySingleDegreeSeparation(Label label, int maxResults)
          Find the labels that are a single degree of separation away from the specified label.
 java.util.List LabelDao.findBySingleDegreeSeparation(Label label, java.lang.String spaceKey, int maxResults)
           
 int LabelDao.findContentCountForLabel(Label label)
           
 java.util.List<? extends EditableLabelable> LabelDao.findContentForLabel(Label label, int maxResults)
          Deprecated. since 5.3. Use a findContentForAllLabels variant with an offset and maxResults.
 PartialList<ContentEntityObject> LabelDao.findContentInSpaceForAllLabels(int offset, int maxResults, java.lang.String spaceKey, Label... labels)
          Retrieve current ContentEntityObjects in the space which are labelled with ALL provided labels.
 PartialList<ContentEntityObject> LabelDao.findContentInSpacesForAllLabels(int offset, int maxResults, java.util.Set<java.lang.String> spaceKeys, Label... labels)
          Retrieve current ContentEntityObjects in the given spaces which are labelled with ALL provided labels.
 java.util.List<? extends EditableLabelable> LabelDao.findCurrentContentForLabel(Label label)
          Deprecated. since 5.3. Use LabelDao.findForAllLabels(Class, int, int, Label...)
 java.util.List<? extends EditableLabelable> LabelDao.findCurrentContentForLabelAndSpace(Label label, java.lang.String spaceKey)
          Deprecated. Since 5.3. Use LabelDao.findContentInSpaceForAllLabels(int, int, String, Label...).
<T extends EditableLabelable>
PartialList<T>
LabelDao.findForAllLabels(java.lang.Class<T> labelableClass, int offset, int maxResults, Label... labels)
          Retrieve current EditableLabelables which are labelled with ALL provided labels.
 PartialList<EditableLabelable> LabelDao.findForAllLabels(int offset, int maxResults, Label... labels)
          Retrieve EditableLabelables which are labelled with ALL provided labels.
 Labelling LabelDao.findLabellingByContentAndLabel(EditableLabelable content, Label label)
           
 java.util.List LabelDao.findSpacesContainingContentWithLabel(Label label)
           
 java.util.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)
           
 

Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return types with arguments of type Label
 java.util.List<Label> HibernateLabelDao.findByDetailsInSpaces(java.lang.String name, java.lang.String namespace, java.lang.String owner, java.util.Collection<Space> spaces)
           
 

Methods in com.atlassian.confluence.labels.persistence.dao.hibernate with parameters of type Label
 PartialList<ContentEntityObject> HibernateLabelDao.findAllContentForAllLabels(int offset, int maxResults, Label... labels)
           
 Label HibernateLabelDao.findByLabel(Label label)
           
 java.util.List HibernateLabelDao.findBySingleDegreeSeparation(Label label, int maxResults)
           
 java.util.List HibernateLabelDao.findBySingleDegreeSeparation(Label label, java.lang.String spaceKey, int maxResults)
           
 int HibernateLabelDao.findContentCountForLabel(Label label)
           
 java.util.List<? extends EditableLabelable> HibernateLabelDao.findContentForLabel(Label label, int maxResults)
           
 PartialList<ContentEntityObject> HibernateLabelDao.findContentInSpaceForAllLabels(int offset, int maxResults, java.lang.String spaceKey, Label... labels)
           
 PartialList<ContentEntityObject> HibernateLabelDao.findContentInSpacesForAllLabels(int offset, int maxResults, java.util.Set<java.lang.String> spaceKeys, Label... labels)
           
 java.util.List<? extends EditableLabelable> HibernateLabelDao.findCurrentContentForLabel(Label label)
           
 java.util.List<? extends EditableLabelable> HibernateLabelDao.findCurrentContentForLabelAndSpace(Label label, java.lang.String spaceKey)
           
<T extends EditableLabelable>
PartialList<T>
HibernateLabelDao.findForAllLabels(java.lang.Class<T> labelableClass, int offset, int maxResults, Label... labels)
           
 PartialList<EditableLabelable> HibernateLabelDao.findForAllLabels(int offset, int maxResults, Label... labelsArray)
           
 Labelling HibernateLabelDao.findLabellingByContentAndLabel(EditableLabelable content, Label label)
           
 java.util.List HibernateLabelDao.findSpacesContainingContentWithLabel(Label label)
           
 java.util.List HibernateLabelDao.findSpacesWithLabel(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
 java.util.Collection<Label> AddLabelsCommandImpl.getAddedLabels()
          Returns a list of labels that were added.
 java.util.Collection<Label> AddLabelsCommand.getAddedLabels()
          Returns the labels that were added
 java.util.Collection<Label> ValidateLabelsCommandImpl.getValidLabels()
           
 java.util.Collection<Label> ValidateLabelsCommand.getValidLabels()
           
 

Methods in com.atlassian.confluence.labels.service with parameters of type Label
 RemoveLabelCommand LabelsService.newRemoveLabelCommand(Label label, com.atlassian.user.User user, long entityId)
          Builds a command that takes removes the specified label Page or Blog Post for the specified user.
 RemoveLabelCommand DefaultLabelsService.newRemoveLabelCommand(Label label, com.atlassian.user.User user, long entityId)
           
 RemoveLabelCommand LabelsService.newRemoveLabelCommand(Label label, com.atlassian.user.User user, long entityId, java.lang.String entityType)
           
 RemoveLabelCommand DefaultLabelsService.newRemoveLabelCommand(Label label, com.atlassian.user.User user, long entityId, java.lang.String entityType)
           
 

Constructors in com.atlassian.confluence.labels.service with parameters of type Label
RemoveLabelCommandImpl(Label label, com.atlassian.user.User user, long entityId, LabelManager labelManager, PermissionManager permissionManager, PageManager pageManager, SpaceManager spaceManager, AttachmentManager attachmentManager, PageTemplateManager pageTemplateManager)
           
RemoveLabelCommandImpl(Label label, com.atlassian.user.User user, long entityId, java.lang.String entityType, LabelManager labelManager, PermissionManager permissionManager, PageManager pageManager, SpaceManager spaceManager, AttachmentManager attachmentManager, PageTemplateManager pageTemplateManager)
           
 

Uses of Label in com.atlassian.confluence.mail.notification
 

Methods in com.atlassian.confluence.mail.notification that return Label
 Label Notification.getLabel()
           
 

Methods in com.atlassian.confluence.mail.notification with parameters of type Label
 boolean NotificationManager.addLabelNotification(com.atlassian.user.User user, Label label)
           
 boolean DefaultNotificationManager.addLabelNotification(com.atlassian.user.User user, Label label)
           
 java.util.List<Notification> NotificationManager.getNotificationsByLabel(Label label)
           
 java.util.List<Notification> DefaultNotificationManager.getNotificationsByLabel(Label label)
           
 boolean NotificationManager.isWatchingLabel(com.atlassian.user.User user, Label label)
           
 boolean DefaultNotificationManager.isWatchingLabel(com.atlassian.user.User user, Label label)
           
 void NotificationManager.removeLabelNotification(com.atlassian.user.User user, Label label)
           
 void DefaultNotificationManager.removeLabelNotification(com.atlassian.user.User user, Label label)
           
 void Notification.setLabel(Label label)
           
 

Uses of Label in com.atlassian.confluence.mail.notification.persistence
 

Methods in com.atlassian.confluence.mail.notification.persistence with parameters of type Label
 Notification NotificationDao.findNotificationByUserAndLabel(com.atlassian.user.User user, Label label)
          Find any user notification linked to the specified label.
 java.util.List<Notification> NotificationDao.findNotificationsByLabel(Label label)
           
 

Uses of Label in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.mail.notification.persistence.dao.hibernate with parameters of type Label
 Notification HibernateNotificationDao.findNotificationByUserAndLabel(com.atlassian.user.User user, Label label)
           
 java.util.List<Notification> HibernateNotificationDao.findNotificationsByLabel(Label label)
           
 

Uses of Label in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions that return types with arguments of type Label
protected  java.util.List<Label> PageVariablesAction.getLabels()
           
protected  java.util.List<Label> AbstractPageAction.getLabels()
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type Label
 boolean RemoveLabelAjaxAction.isPersonalLabel(Label label)
           
 

Method parameters in com.atlassian.confluence.pages.actions with type arguments of type Label
 void AbstractCreateAndEditPageAction.setLabelsString(java.util.List<Label> labels)
           
 

Uses of Label in com.atlassian.confluence.plugins.rest.entities
 

Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type Label
 LabelEntity LabelEntityBuilder.build(Label label)
           
 

Uses of Label in com.atlassian.confluence.plugins.spacedirectory
 

Methods in com.atlassian.confluence.plugins.spacedirectory that return types with arguments of type Label
 java.util.List<Label> ViewSpaceDirectoryAction.getTeamLabels()
           
 

Uses of Label in com.atlassian.confluence.plugins.templates.actions
 

Methods in com.atlassian.confluence.plugins.templates.actions that return types with arguments of type Label
 java.util.List<Label> AbstractPageTemplateAction.getLabels()
           
 

Method parameters in com.atlassian.confluence.plugins.templates.actions with type arguments of type Label
protected  void AbstractPageTemplateAction.setLabels(java.util.List<Label> labels)
           
 

Uses of Label in com.atlassian.confluence.rpc.soap.beans
 

Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type Label
RemoteLabel(Label label)
           
 

Uses of Label in com.atlassian.confluence.search.actions
 

Methods in com.atlassian.confluence.search.actions that return types with arguments of type Label
 java.util.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
InheritedLabelQuery(Label label)
          Construct a LabelQuery directly from the Label instance to be searched for
LabelQuery(Label label)
          Construct a LabelQuery directly from the Label instance to be searched for
 

Uses of Label in com.atlassian.confluence.spaces.actions
 

Methods in com.atlassian.confluence.spaces.actions that return Label
 Label EditSpaceLabelAction.addLabel(Space space, java.lang.String labelName)
           
 

Methods in com.atlassian.confluence.spaces.actions that return types with arguments of type Label
 java.util.List<Label> CreateRssFeedAction.getLabels()
          uses the label String to create a list of label objects to pass into the query object.
 

Uses of Label in com.atlassian.confluence.user.actions
 

Methods in com.atlassian.confluence.user.actions that return Label
 Label ViewMyLabelsAction.getCurrentLabel()
           
 Label ViewMyFavouritesAction.getCurrentLabel()
           
 

Methods in com.atlassian.confluence.user.actions that return types with arguments of type Label
 java.util.Collection<Label> ViewMyLabelsAction.getMyLabels()
           
 

Methods in com.atlassian.confluence.user.actions with parameters of type Label
 int ViewMyLabelsAction.getContentCount(Label l)
           
 int ViewMyFavouritesAction.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(java.lang.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 java.util.List<Label> LabelUtil.extractLabelsFromLabellings(java.util.List<Labelling> labellings)
          Simple utility method to extract the label instances from the given list of labelling instances.
static com.google.common.base.Predicate<Label> LabelUtil.getLabelPredicate(com.atlassian.user.User user, boolean hideSpecialLabels)
           
static java.util.List<Label> LabelUtil.getLabelsFor(java.lang.String labels, LabelManager labelManager)
           
 

Methods in com.atlassian.confluence.util with parameters of type Label
static void LabelUtil.recordLabelInteractionInHistory(Label label)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.