|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||