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

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

Uses of Labelling in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return types with arguments of type Labelling
 List<Labelling> AbstractLabelableEntityObject.getLabellings()
           
 

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

Method parameters in com.atlassian.confluence.core with type arguments of type Labelling
protected  void AbstractLabelableEntityObject.setLabellings(List<Labelling> labellings)
           
 

Uses of Labelling in com.atlassian.confluence.labels
 

Methods in com.atlassian.confluence.labels that return Labelling
 Labelling Labelling.copy()
           
 

Methods in com.atlassian.confluence.labels that return types with arguments of type Labelling
 List<Labelling> EditableLabelable.getLabellings()
           
 

Methods in com.atlassian.confluence.labels with parameters of type Labelling
 void EditableLabelable.addLabelling(Labelling content)
           
 void EditableLabelable.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(EditableLabelable 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(EditableLabelable content, Label label)
           
 Labelling HibernateLabelDao.findLabellingById(long id)
           
 

Uses of Labelling in com.atlassian.confluence.pages.templates
 

Methods in com.atlassian.confluence.pages.templates that return types with arguments of type Labelling
 List<Labelling> PageTemplate.getLabellings()
           
 

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.
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.