Uses of Interface
com.atlassian.confluence.labels.EditableLabelable
Packages that use EditableLabelable
Package
Description
-
Uses of EditableLabelable in com.atlassian.confluence.content
Classes in com.atlassian.confluence.content that implement EditableLabelableModifier and TypeClassDescriptionclassGeneric 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 EditableLabelableModifier and TypeClassDescriptionclassclassclassA 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 EditableLabelableModifier and TypeMethodDescription<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 EditableLabelableModifier and TypeMethodDescriptionCachingLabelManager.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 EditableLabelableModifier and TypeMethodDescription<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 EditableLabelableModifier and TypeMethodDescriptionLabelling.getLableable()Getter for the content entity object associated with this labelling.Methods in com.atlassian.confluence.labels that return types with arguments of type EditableLabelableModifier and TypeMethodDescriptionDefaultLabelManager.getForLabels(int offset, int maxResults, Label... labels) 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 EditableLabelableModifier and TypeMethodDescriptionLabelling.copy(EditableLabelable labelable) Copies the current Labelling, but providing it with a new EditableLabelable.protected voidLabelling.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 EditableLabelableModifier and TypeMethodDescriptionstatic LabelableTypeLabelableType.getType(Class<? extends EditableLabelable> labelableClass) static StringLabelableType.getTypeString(Class<? extends EditableLabelable> labelableClass) Constructors in com.atlassian.confluence.labels with parameters of type EditableLabelableModifierConstructorDescriptionLabelling(Label label, EditableLabelable labelable, ConfluenceUser user) -
Uses of EditableLabelable in com.atlassian.confluence.labels.persistence.dao
Methods in com.atlassian.confluence.labels.persistence.dao with type parameters of type EditableLabelableModifier and TypeMethodDescription<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 EditableLabelableModifier and TypeMethodDescriptionList<? 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.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 EditableLabelableModifier and TypeMethodDescriptionLabelDao.findBySingleDegreeSeparation(EditableLabelable content, int maxResults) Find the labels that are a single degree of separation away from the specified content.LabelDao.findBySingleDegreeSeparation(EditableLabelable content, String spaceKey, int maxResults) Deprecated.since 9.2.6LabelDao.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 EditableLabelableModifier and TypeMethodDescription<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 EditableLabelableModifier and TypeMethodDescriptionList<? 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) HibernateLabelDao.findForAllLabels(int offset, int maxResults, Label... labelsArray) Methods in com.atlassian.confluence.labels.persistence.dao.hibernate with parameters of type EditableLabelableModifier and TypeMethodDescriptionHibernateLabelDao.findBySingleDegreeSeparation(EditableLabelable content, int maxResults) HibernateLabelDao.findBySingleDegreeSeparation(EditableLabelable content, String spaceKey, int maxResults) HibernateLabelDao.findLabellingByContentAndLabel(EditableLabelable content, Label label) -
Uses of EditableLabelable in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement EditableLabelableModifier and TypeClassDescriptionclassParent of the concrete Page and BlogPost classesclassclassclassclassThis is the old way of dealing with drafts in Confluence and will be deprecated soon.classRepresents a Page within Confluence. -
Uses of EditableLabelable in com.atlassian.confluence.pages.templates
Classes in com.atlassian.confluence.pages.templates that implement EditableLabelable -
Uses of EditableLabelable in com.atlassian.confluence.setup.settings
Classes in com.atlassian.confluence.setup.settings that implement EditableLabelableModifier and TypeClassDescriptionclassContent 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 -
Uses of EditableLabelable in com.atlassian.confluence.user
Classes in com.atlassian.confluence.user that implement EditableLabelable