public interface

EditableLabelable

implements Labelable
com.atlassian.confluence.labels.EditableLabelable
Known Indirect Subclasses

Class Overview

An interface which extends the immutable interface of Labelable with functionality to be able to add and remove labels. This interface is not generally for public consumption, clients should use the LabelManager to add and remove Labels to instances of Labelable.

Summary

Public Methods
void addLabelling(Labelling content)
long getId()
List<Labelling> getLabellings()
String getTitle()
boolean isPersistent()
void removeLabelling(Labelling labelling)
[Expand]
Inherited Methods
From interface com.atlassian.confluence.labels.Labelable

Public Methods

public void addLabelling (Labelling content)

public long getId ()

public List<Labelling> getLabellings ()

public String getTitle ()

public boolean isPersistent ()

public void removeLabelling (Labelling labelling)