|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ContentEntitySimulacrum
A very generic SpaceContentEntityObject, used to play pretends when rendering page templates in preview / view modes. |
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 with type parameters of type EditableLabelable | ||
|---|---|---|
|
LabelManager.getForLabel(java.lang.Class<T> labelableClass,
int offset,
int maxResults,
Label label)
Retrieve EditableLabelables of the supplied type which are labelled with the provided label. |
|
|
DefaultLabelManager.getForLabel(java.lang.Class<T> labelableClass,
int offset,
int maxResults,
Label label)
|
|
|
LabelManager.getForLabels(java.lang.Class<T> labelableClass,
int offset,
int maxResults,
Label... labels)
Retrieve EditableLabelables of the supplied type which are labelled with the provided labels. |
|
|
DefaultLabelManager.getForLabels(java.lang.Class<T> labelableClass,
int offset,
int maxResults,
Label... 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 that return types with arguments of type EditableLabelable | |
|---|---|
PartialList<EditableLabelable> |
LabelManager.getForLabels(int offset,
int maxResults,
Label... labels)
Retrieve EditableLabelables of any type which are labelled with the provided labels. |
PartialList<EditableLabelable> |
DefaultLabelManager.getForLabels(int offset,
int maxResults,
Label... labels)
|
java.lang.Class<? extends EditableLabelable> |
LabelableType.getLabelableClass()
|
| 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. |
| Method parameters in com.atlassian.confluence.labels with type arguments of type EditableLabelable | |
|---|---|
static LabelableType |
LabelableType.getType(java.lang.Class<? extends EditableLabelable> labelableClass)
|
static java.lang.String |
LabelableType.getTypeString(java.lang.Class<? extends EditableLabelable> labelableClass)
|
| Constructors in com.atlassian.confluence.labels with parameters of type EditableLabelable | |
|---|---|
Labelling(Label label,
EditableLabelable labelable,
ConfluenceUser user)
|
|
Labelling(Label label,
EditableLabelable labelable,
java.lang.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 | ||
|---|---|---|
|
LabelDao.findForAllLabels(java.lang.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 | |
|---|---|
java.util.List<? extends EditableLabelable> |
LabelDao.findAllUserLabelledContent(java.lang.String username)
|
java.util.List<? extends EditableLabelable> |
LabelDao.findContentForLabel(Label label,
int maxResults)
Deprecated. since 5.3. Use a findContentForAllLabels variant with an offset and maxResults. |
java.util.List<? extends EditableLabelable> |
LabelDao.findCurrentContentForLabel(Label label)
Deprecated. since 5.3. Use LabelDao.findForAllLabels(Class, int, int, Label...) |
java.util.List<? extends EditableLabelable> |
LabelDao.findCurrentContentForLabelAndSpace(Label label,
java.lang.String spaceKey)
Deprecated. Since 5.3. Use LabelDao.findContentInSpaceForAllLabels(int, int, String, Label...). |
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 | |
|---|---|
java.util.List<Label> |
LabelDao.findBySingleDegreeSeparation(EditableLabelable content,
int maxResults)
Find the labels that are a single degree of separation away from the specified content. |
java.util.List<Label> |
LabelDao.findBySingleDegreeSeparation(EditableLabelable content,
java.lang.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 | ||
|---|---|---|
|
HibernateLabelDao.findForAllLabels(java.lang.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 | |
|---|---|
java.util.List<? extends EditableLabelable> |
HibernateLabelDao.findAllUserLabelledContent(java.lang.String username)
|
java.util.List<? extends EditableLabelable> |
HibernateLabelDao.findContentForLabel(Label label,
int maxResults)
|
java.util.List<? extends EditableLabelable> |
HibernateLabelDao.findCurrentContentForLabel(Label label)
|
java.util.List<? extends EditableLabelable> |
HibernateLabelDao.findCurrentContentForLabelAndSpace(Label label,
java.lang.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 | |
|---|---|
java.util.List |
HibernateLabelDao.findBySingleDegreeSeparation(EditableLabelable content,
int maxResults)
|
java.util.List |
HibernateLabelDao.findBySingleDegreeSeparation(EditableLabelable content,
java.lang.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 | |||||||||