Uses of Interface
com.atlassian.confluence.labels.EditableLabelable
-
-
Uses of EditableLabelable in com.atlassian.confluence.content
Classes in com.atlassian.confluence.content that implement EditableLabelable Modifier and Type Class Description 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 Modifier and Type Class Description class
AbstractLabelableEntityObject
class
ContentEntityObject
class
SpaceContentEntityObject
A ContentEntityObject that is a first-class member of a Space (i.e. -
Uses of EditableLabelable in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels with type parameters of type EditableLabelable Modifier and Type Method Description <T extends EditableLabelable>
PartialList<T>CachingLabelManager. getForLabel(Class<T> labelableClass, int offset, int maxResults, Label label)
<T extends EditableLabelable>
PartialList<T>CachingLabelManager. getForLabels(Class<T> labelableClass, int offset, int maxResults, Label... labels)
Methods in com.atlassian.confluence.impl.labels that return types with arguments of type EditableLabelable Modifier and Type Method Description PartialList<EditableLabelable>
CachingLabelManager. getForLabels(int offset, int maxResults, Label... labels)
-
Uses of EditableLabelable in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels with type parameters of type EditableLabelable Modifier and Type Method Description <T extends EditableLabelable>
PartialList<T>DefaultLabelManager. getForLabel(Class<T> labelableClass, int offset, int maxResults, Label label)
<T extends EditableLabelable>
PartialList<T>LabelManager. getForLabel(Class<T> labelableClass, int offset, int maxResults, Label label)
Retrieve EditableLabelables of the supplied type which are labelled with the provided label.<T extends EditableLabelable>
PartialList<T>DefaultLabelManager. getForLabels(Class<T> labelableClass, int offset, int maxResults, Label... labels)
<T extends EditableLabelable>
PartialList<T>LabelManager. getForLabels(Class<T> labelableClass, int offset, int maxResults, Label... labels)
Retrieve EditableLabelables of the supplied type which are labelled with the provided labels.Methods in com.atlassian.confluence.labels that return EditableLabelable Modifier and Type Method Description EditableLabelable
Labelling. getLableable()
Getter for the content entity object associated with this labelling.Methods in com.atlassian.confluence.labels that return types with arguments of type EditableLabelable Modifier and Type Method Description PartialList<EditableLabelable>
DefaultLabelManager. getForLabels(int offset, int maxResults, Label... labels)
PartialList<EditableLabelable>
LabelManager. getForLabels(int offset, int maxResults, Label... labels)
Retrieve EditableLabelables of any type which are labelled with the provided labels.Class<? extends EditableLabelable>
LabelableType. getLabelableClass()
Methods in com.atlassian.confluence.labels with parameters of type EditableLabelable Modifier and Type Method Description 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.Method parameters in com.atlassian.confluence.labels with type arguments of type EditableLabelable Modifier and Type Method Description static LabelableType
LabelableType. getType(Class<? extends EditableLabelable> labelableClass)
static String
LabelableType. getTypeString(Class<? extends EditableLabelable> labelableClass)
Constructors in com.atlassian.confluence.labels with parameters of type EditableLabelable Constructor Description Labelling(Label label, EditableLabelable labelable, ConfluenceUser user)
Labelling(Label label, EditableLabelable labelable, String user)
Deprecated.since 5.2. -
Uses of EditableLabelable in com.atlassian.confluence.labels.persistence.dao
Methods in com.atlassian.confluence.labels.persistence.dao with type parameters of type EditableLabelable Modifier and Type Method Description <T extends EditableLabelable>
PartialList<T>LabelDao. findForAllLabels(Class<T> labelableClass, int offset, int maxResults, Label... labels)
Retrieve current EditableLabelables which are labelled with ALL provided labels.Methods in com.atlassian.confluence.labels.persistence.dao that return types with arguments of type EditableLabelable Modifier and Type Method Description List<? extends EditableLabelable>
LabelDao. findAllUserLabelledContent(String username)
List<? extends EditableLabelable>
LabelDao. findContentForLabel(Label label, int maxResults)
Deprecated.since 5.3.List<? extends EditableLabelable>
LabelDao. findCurrentContentForLabel(Label label)
Deprecated.since 5.3.List<? extends EditableLabelable>
LabelDao. findCurrentContentForLabelAndSpace(Label label, String spaceKey)
Deprecated.Since 5.3.PartialList<EditableLabelable>
LabelDao. findForAllLabels(int offset, int maxResults, Label... labels)
Retrieve EditableLabelables which are labelled with ALL provided labels.Methods in com.atlassian.confluence.labels.persistence.dao with parameters of type EditableLabelable Modifier and Type Method Description 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 with type parameters of type EditableLabelable Modifier and Type Method Description <T extends EditableLabelable>
PartialList<T>HibernateLabelDao. findForAllLabels(Class<T> labelableClass, int offset, int maxResults, Label... labels)
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return types with arguments of type EditableLabelable Modifier and Type Method Description List<? extends EditableLabelable>
HibernateLabelDao. findAllUserLabelledContent(String username)
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)
PartialList<EditableLabelable>
HibernateLabelDao. findForAllLabels(int offset, int maxResults, Label... labelsArray)
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate with parameters of type EditableLabelable Modifier and Type Method Description List<Label>
HibernateLabelDao. findBySingleDegreeSeparation(EditableLabelable content, int maxResults)
List<Label>
HibernateLabelDao. findBySingleDegreeSeparation(EditableLabelable content, String spaceKey, int maxResults)
Labelling
HibernateLabelDao. findLabellingByContentAndLabel(EditableLabelable content, Label label)
-
Uses of EditableLabelable in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement EditableLabelable Modifier and Type Class Description class
AbstractPage
Parent of the concrete Page and BlogPost classesclass
Attachment
class
BlogPost
class
Comment
class
Draft
This is the old way of dealing with drafts in Confluence and will be deprecated soon.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 Modifier and Type Class Description class
PageTemplate
-
Uses of EditableLabelable in com.atlassian.confluence.setup.settings
Classes in com.atlassian.confluence.setup.settings that implement EditableLabelable Modifier and Type Class Description 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 Modifier and Type Class Description class
SpaceDescription
-
Uses of EditableLabelable in com.atlassian.confluence.user
Classes in com.atlassian.confluence.user that implement EditableLabelable Modifier and Type Class Description class
PersonalInformation
-