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

Packages that use Labelling
com.atlassian.confluence.core   
com.atlassian.confluence.labels.persistence.dao   
com.atlassian.confluence.labels.persistence.dao.hibernate   
com.atlassian.confluence.util   
 

Uses of Labelling in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core with parameters of type Labelling
 void ContentEntityObject.addLabelling(Labelling content)
           
 void ContentEntityObject.removeLabelling(Labelling labelling)
           
 

Uses of Labelling in com.atlassian.confluence.labels.persistence.dao
 

Methods in com.atlassian.confluence.labels.persistence.dao that return Labelling
 Labelling LabelDao.findLabellingByContentAndLabel(ContentEntityObject content, Label label)
           
 Labelling LabelDao.findLabellingById(long id)
           
 

Uses of Labelling in com.atlassian.confluence.labels.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return Labelling
 Labelling HibernateLabelDao.findLabellingByContentAndLabel(ContentEntityObject content, Label label)
           
 Labelling HibernateLabelDao.findLabellingById(long id)
           
 

Uses of Labelling in com.atlassian.confluence.util
 

Method parameters in com.atlassian.confluence.util with type arguments of type Labelling
static List<Label> LabelUtil.extractLabelsFromLabellings(List<Labelling> labellings)
          Simple utility method to extract the label instances from the given list of labelling instances.
 



Confluence is developed by Atlassian.