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.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> 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(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 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)
           
 java.util.List LabelManager.getContent(Label label)
           
 java.util.List DefaultLabelManager.getContent(Label label)
           
 int LabelManager.getContentCount(Label label)
           
 int DefaultLabelManager.getContentCount(Label label)
           
 java.util.List<ContentEntityObject> LabelManager.getContentForLabel(Label label, int maxResults)
          Get all content associated with a label Get all versions of content associated with a label and any space.
 java.util.List<ContentEntityObject> DefaultLabelManager.getContentForLabel(Label label, int maxResults)
           
 java.util.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.
 java.util.List DefaultLabelManager.getCurrentContentForLabel(Label label)
           
 java.util.List LabelManager.getCurrentContentForLabelAndSpace(Label label, java.lang.String spaceKey)
          Get all current content associated with a label and space.
 java.util.List DefaultLabelManager.getCurrentContentForLabelAndSpace(Label label, java.lang.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)
           
 java.util.List LabelManager.getRelatedLabels(Label label)
          Retrieve the DEFAULT_LABEL_COUNT labels that are 'related' to the specified label.
 java.util.List DefaultLabelManager.getRelatedLabels(Label label)
           
 java.util.List LabelManager.getRelatedLabels(Label label, int maxResults)
          Retrieve the labels that are 'related' to the specified label.
 java.util.List DefaultLabelManager.getRelatedLabels(Label label, int count)
           
 java.util.List 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 DefaultLabelManager.getRelatedLabelsInSpace(Label label, java.lang.String spaceKey)
           
 java.util.List 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 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 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)
          Remove a label from the specified content.
 int DefaultLabelManager.removeLabel(ContentEntityObject 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<ContentEntityObject> LabelManager.getContentForAllLabels(java.util.Collection<Label> labels, int maxResults, int offset)
          Retrieve all ContentEntityObjects which are labelled with ALL provided labels.
 java.util.List<ContentEntityObject> DefaultLabelManager.getContentForAllLabels(java.util.Collection<Label> labels, int maxResults, int offset)
           
 

Constructors in com.atlassian.confluence.labels with parameters of type Label
Labelling(Label label, ContentEntityObject content, java.lang.String user)
           
Labelling(Label label, ContentEntityObject content, java.lang.String user, java.lang.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
 java.util.Map<java.lang.String,java.util.Collection<Label>> AddLabelAction.getBean()
           
 java.util.Map<java.lang.String,java.util.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)
           
 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<ContentEntityObject> LabelDao.findContentForLabel(Label label, int maxResults)
           
 java.util.List LabelDao.findCurrentContentForLabel(Label label)
           
 java.util.List LabelDao.findCurrentContentForLabelAndSpace(Label label, java.lang.String spaceKey)
          Returns current content with the specified label and spaceKey.
 Labelling LabelDao.findLabellingByContentAndLabel(ContentEntityObject content, Label label)
           
 java.util.List LabelDao.findSpacesContainingContentWithLabel(Label label)
           
 java.util.List LabelDao.findSpacesWithLabel(Label label)
           
 

Method parameters in com.atlassian.confluence.labels.persistence.dao with type arguments of type Label
 java.util.List<ContentEntityObject> LabelDao.findContentForAllLabels(java.util.Collection<Label> labels, int maxResults, int offset)
          Retrieve all ContentEntityObjects which are labelled with ALL provided labels.
 

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 with parameters of type Label
 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)
           
 java.util.List HibernateLabelDao.findContentByLabel(Label label)
          Deprecated. since 2.10. Use HibernateLabelDao.findCurrentContentForLabel(Label label) instead.
 int HibernateLabelDao.findContentCountForLabel(Label label)
           
 java.util.List HibernateLabelDao.findContentForLabel(Label label)
          Deprecated. since 2.10. Use HibernateLabelDao.findCurrentContentForLabel(Label label) instead.
 java.util.List HibernateLabelDao.findContentForLabel(Label label, int maxResults)
           
 java.util.List HibernateLabelDao.findCurrentContentForLabel(Label label)
           
 java.util.List HibernateLabelDao.findCurrentContentForLabelAndSpace(Label label, java.lang.String spaceKey)
           
 Labelling HibernateLabelDao.findLabellingByContentAndLabel(ContentEntityObject content, Label label)
           
 java.util.List HibernateLabelDao.findSpacesContainingContentWithLabel(Label label)
           
 java.util.List HibernateLabelDao.findSpacesWithLabel(Label label)
           
 

Method parameters in com.atlassian.confluence.labels.persistence.dao.hibernate with type arguments of type Label
 java.util.List<ContentEntityObject> HibernateLabelDao.findContentForAllLabels(java.util.Collection<Label> labels, int maxResults, int offset)
           
 

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
 

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
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 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.
 

Method parameters in com.atlassian.confluence.spaces.actions with type arguments of type Label
 void CreateRssFeedAction.setLabels(java.util.List<Label> labels)
           
 

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(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.
 

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



Copyright © 2003-2010 Atlassian. All Rights Reserved.