|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of EditableLabelable in com.atlassian.confluence.content |
---|
Classes in com.atlassian.confluence.content that implement EditableLabelable | |
---|---|
class |
CustomContentEntityObject
Generic ContentEntityObject that plugins can use to extend Confluence's content system. |
Uses of EditableLabelable in com.atlassian.confluence.core |
---|
Classes in com.atlassian.confluence.core that implement EditableLabelable | |
---|---|
class |
AbstractLabelableEntityObject
|
class |
ContentEntityObject
|
class |
PageContentEntityObject
Deprecated. Since 4.0 This used to be implemented by Comment, but is no longer necessary. |
class |
SpaceContentEntityObject
A ContentEntityObject that is a first-class member of a Space (i.e. |
Uses of EditableLabelable in com.atlassian.confluence.labels |
---|
Methods in com.atlassian.confluence.labels that return EditableLabelable | |
---|---|
EditableLabelable |
Labelling.getLableable()
Getter for the content entity object associated with this labelling. |
Methods in com.atlassian.confluence.labels with parameters of type EditableLabelable | |
---|---|
Labelling |
Labelling.copy(EditableLabelable labelable)
Copies the current Labelling, but providing it with a new EditableLabelable. |
protected void |
Labelling.setLabelable(EditableLabelable labelable)
Setter for the content entity object associated with this labelling. |
Constructors in com.atlassian.confluence.labels with parameters of type EditableLabelable | |
---|---|
Labelling(Label label,
EditableLabelable labelable,
String user)
|
|
Labelling(Label label,
EditableLabelable content,
String user,
String spaceKey)
Deprecated. since 2.10. The Labelling object is only associated
with a space through the content. Use
#Labelling(Label, ContentEntityObject, String)
instead. |
Uses of EditableLabelable in com.atlassian.confluence.labels.persistence.dao |
---|
Methods in com.atlassian.confluence.labels.persistence.dao that return types with arguments of type EditableLabelable | |
---|---|
List<? extends EditableLabelable> |
LabelDao.findAllUserLabelledContent(String username)
|
List<? extends EditableLabelable> |
LabelDao.findContentForAllLabels(Collection<Label> labels,
int maxResults,
int offset)
Retrieve all ContentEntityObjects which are labelled with ALL provided labels. |
List<? extends EditableLabelable> |
LabelDao.findContentForLabel(Label label,
int maxResults)
|
List<? extends EditableLabelable> |
LabelDao.findCurrentContentForLabel(Label label)
|
List<? extends EditableLabelable> |
LabelDao.findCurrentContentForLabelAndSpace(Label label,
String spaceKey)
Returns current content with the specified label and spaceKey. |
Methods in com.atlassian.confluence.labels.persistence.dao with parameters of type EditableLabelable | |
---|---|
List<Label> |
LabelDao.findBySingleDegreeSeparation(EditableLabelable content,
int maxResults)
Find the labels that are a single degree of separation away from the specified content. |
List<Label> |
LabelDao.findBySingleDegreeSeparation(EditableLabelable content,
String spaceKey,
int maxResults)
|
Labelling |
LabelDao.findLabellingByContentAndLabel(EditableLabelable content,
Label label)
|
Uses of EditableLabelable in com.atlassian.confluence.labels.persistence.dao.hibernate |
---|
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return types with arguments of type EditableLabelable | |
---|---|
List<? extends EditableLabelable> |
HibernateLabelDao.findAllUserLabelledContent(String username)
|
List<? extends EditableLabelable> |
HibernateLabelDao.findContentForAllLabels(Collection<Label> labels,
int maxResults,
int offset)
|
List<? extends EditableLabelable> |
HibernateLabelDao.findContentForLabel(Label label,
int maxResults)
|
List<? extends EditableLabelable> |
HibernateLabelDao.findCurrentContentForLabel(Label label)
|
List<? extends EditableLabelable> |
HibernateLabelDao.findCurrentContentForLabelAndSpace(Label label,
String spaceKey)
|
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate with parameters of type EditableLabelable | |
---|---|
List |
HibernateLabelDao.findBySingleDegreeSeparation(EditableLabelable content,
int maxResults)
|
List |
HibernateLabelDao.findBySingleDegreeSeparation(EditableLabelable content,
String spaceKey,
int maxResults)
|
Labelling |
HibernateLabelDao.findLabellingByContentAndLabel(EditableLabelable content,
Label label)
|
Uses of EditableLabelable in com.atlassian.confluence.mail |
---|
Classes in com.atlassian.confluence.mail that implement EditableLabelable | |
---|---|
class |
Mail
Deprecated. since 4.2. Mail archiving is now managed entirely by the mail archiving plugin. |
Uses of EditableLabelable in com.atlassian.confluence.pages |
---|
Classes in com.atlassian.confluence.pages that implement EditableLabelable | |
---|---|
class |
AbstractPage
Parent of the concrete Page and BlogPost classes |
class |
Attachment
|
class |
BlogPost
|
class |
Comment
|
class |
Draft
|
class |
Page
Represents a Page within Confluence. |
Uses of EditableLabelable in com.atlassian.confluence.pages.templates |
---|
Classes in com.atlassian.confluence.pages.templates that implement EditableLabelable | |
---|---|
class |
PageTemplate
|
Uses of EditableLabelable in com.atlassian.confluence.setup.settings |
---|
Classes in com.atlassian.confluence.setup.settings that implement EditableLabelable | |
---|---|
class |
GlobalDescription
Content Entity Object that is associated with the whole confluence rather then a specific space/page/user. |
Uses of EditableLabelable in com.atlassian.confluence.spaces |
---|
Classes in com.atlassian.confluence.spaces that implement EditableLabelable | |
---|---|
class |
SpaceDescription
|
Uses of EditableLabelable in com.atlassian.confluence.user |
---|
Classes in com.atlassian.confluence.user that implement EditableLabelable | |
---|---|
class |
PersonalInformation
|
Uses of EditableLabelable in com.atlassian.confluence.userstatus |
---|
Classes in com.atlassian.confluence.userstatus that implement EditableLabelable | |
---|---|
class |
UserStatus
Stores a short message representing a status from a User. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |