Modifier and Type | Method and Description |
---|---|
Version |
VersionFactory.build(AbstractLabelableEntityObject entity,
Expansions subExpansions) |
Reference<Version> |
VersionFactory.buildRef(AbstractLabelableEntityObject entity,
Fauxpansions fauxpansions) |
Reference<History> |
HistoryFactory.buildRef(AbstractLabelableEntityObject entity,
Reference<Content> contentReference,
Fauxpansions fauxpansions) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<? super AbstractLabelableEntityObject> |
FinderPredicates.createCommentLocationPredicate(Collection<String> location) |
static com.google.common.base.Predicate<? super AbstractLabelableEntityObject> |
FinderPredicates.createContentIdPredicate(List<ContentId> contentIds) |
static com.google.common.base.Predicate<? super AbstractLabelableEntityObject> |
FinderPredicates.createContentTypePredicate(ContentType... types) |
static com.google.common.base.Predicate<? super AbstractLabelableEntityObject> |
FinderPredicates.createCreationDatePredicate(org.joda.time.LocalDate createdDate) |
static com.google.common.base.Predicate<? super AbstractLabelableEntityObject> |
FinderPredicates.createFileNamePredicate(String filename) |
static com.google.common.base.Predicate<? super AbstractLabelableEntityObject> |
FinderPredicates.createMediaTypePredicate(String mediaType) |
static com.google.common.base.Predicate<? super AbstractLabelableEntityObject> |
FinderPredicates.createSpaceKeysPredicate(List<String> spaceKeys) |
static com.google.common.base.Predicate<? super AbstractLabelableEntityObject> |
FinderPredicates.createTitlePredicate(String title) |
static com.google.common.base.Predicate<? super AbstractLabelableEntityObject> |
FinderPredicates.statusPredicate(List<ContentStatus> statuses) |
Modifier and Type | Class and Description |
---|---|
class |
CustomContentEntityObject
Generic ContentEntityObject that plugins can use to extend Confluence's content system.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Mail
Deprecated.
since 4.2. Mail archiving is now managed entirely by the mail archiving plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPage
Parent of the concrete Page and BlogPost classes
|
class |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
PageTemplate |
Modifier and Type | Class and Description |
---|---|
class |
GlobalDescription
Content Entity Object that is associated with the whole confluence rather
then a specific space/page/user.
|
Modifier and Type | Class and Description |
---|---|
class |
SpaceDescription |
Modifier and Type | Method and Description |
---|---|
static Iterable<Label> |
LabelHelper.extractViewableLabels(AbstractLabelableEntityObject labelable,
Collection<Label.Prefix> prefixes,
com.atlassian.user.User user) |
Modifier and Type | Class and Description |
---|---|
class |
PersonalInformation |
Modifier and Type | Class and Description |
---|---|
class |
UserStatus
Deprecated.
since 5.9.1
Stores a short message representing a status from a User.
Not attached to any space |
Copyright © 2003–2016 Atlassian. All rights reserved.