Modifier and Type | Class and Description |
---|---|
class |
CustomContentEntityObject
Generic ContentEntityObject that plugins can use to extend Confluence's content system.
|
Modifier and Type | Method and Description |
---|---|
ConfluenceEntityObject |
PluginContentUpdatedEvent.getNew() |
ConfluenceEntityObject |
PluginContentUpdatedEvent.getOld() |
Modifier and Type | Method and Description |
---|---|
ConfluenceEntityObject |
IdContentLocator.getEntity() |
Modifier and Type | Method and Description |
---|---|
ConfluenceEntityObject |
IdBlogPostLocator.getEntity() |
Modifier and Type | Method and Description |
---|---|
ConfluenceEntityObject |
AbstractPageLocator.getEntity() |
Modifier and Type | Method and Description |
---|---|
ConfluenceEntityObject |
KeySpaceLocator.getEntity() |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentUiSupport<T extends ConfluenceEntityObject>
Provides metadata about content objects that might be useful in the web tier: the location of icons, relevant
CSS classes, links and so on.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLabelableEntityObject |
class |
AbstractVersionedEntityObject |
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 | Method and Description |
---|---|
ConfluenceEntityObject |
Versioned.getOriginalVersion()
Deprecated.
since 2.5. Use
Versioned.getLatestVersion() and Versioned.isLatestVersion() instead. |
ConfluenceEntityObject |
AbstractVersionedEntityObject.getOriginalVersion()
Deprecated.
since 2.5. Use
AbstractVersionedEntityObject.getLatestVersion() and AbstractVersionedEntityObject.isLatestVersion() instead. |
Modifier and Type | Method and Description |
---|---|
ConfluenceEntityObject |
SingleEntityLocator.getEntity()
Get the entities that matches the query represented by this locator.
|
Modifier and Type | Method and Description |
---|---|
List<ConfluenceEntityObject> |
EntityLocator.getEntities()
Get the entities that match the query represented by this locator.
|
List<ConfluenceEntityObject> |
AbstractSingleEntityLocator.getEntities() |
Modifier and Type | Method and Description |
---|---|
ConfluenceEntityObject |
BlogPostUpdateEvent.getNew() |
ConfluenceEntityObject |
BlogPostUpdateEvent.getOld() |
Modifier and Type | Method and Description |
---|---|
ConfluenceEntityObject |
PageUpdateEvent.getNew() |
ConfluenceEntityObject |
PageUpdateEvent.getOld() |
Modifier and Type | Method and Description |
---|---|
ConfluenceEntityObject |
ConfluenceEntityUpdated.getNew() |
ConfluenceEntityObject |
ConfluenceEntityUpdated.getOld() |
Modifier and Type | Class and Description |
---|---|
class |
SchedulerClusteredJob |
class |
SchedulerRunDetails
This is
NotExportable , see CONFDEV-40509. |
Modifier and Type | Method and Description |
---|---|
List<ConfluenceEntityObject> |
DefaultExportContext.getExceptionEntities() |
List<ConfluenceEntityObject> |
ExportContext.getWorkingEntities()
The top level entities to be exported.
|
List<ConfluenceEntityObject> |
DefaultExportContext.getWorkingEntities() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultExportContext.addExceptionEntity(ConfluenceEntityObject entity) |
void |
DefaultExportContext.addWorkingEntity(ConfluenceEntityObject entity)
Add to the entities to be exported.
|
boolean |
ExportContext.isExceptionEntity(ConfluenceEntityObject entity)
Entities to be excluded from the export.
|
boolean |
DefaultExportContext.isExceptionEntity(ConfluenceEntityObject entity) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultExportContext.addExceptionEntities(List<ConfluenceEntityObject> entities,
boolean validate)
Helper method to add a collection of entities to the current exception entities
|
Modifier and Type | Method and Description |
---|---|
protected List<ConfluenceEntityObject> |
XmlExporter.getObjectsExcludedFromExport() |
protected List<ConfluenceEntityObject> |
AbstractXmlExporter.getObjectsExcludedFromExport()
Gets a list of actual objects (not handles) to exclude from export.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HtmlExporter.doExportEntity(ConfluenceEntityObject entity,
String exportPath) |
protected abstract void |
AbstractRendererExporterImpl.doExportEntity(ConfluenceEntityObject entity,
String exportPath) |
protected String |
HtmlExporter.getFullExportPath(String baseExportPath,
ConfluenceEntityObject entity) |
protected abstract String |
AbstractRendererExporterImpl.getFullExportPath(String baseExportPath,
ConfluenceEntityObject entity) |
protected String |
AbstractExporterImpl.prepareExportFileName(ConfluenceEntityObject entity) |
Modifier and Type | Class and Description |
---|---|
class |
Content2ContentRelationEntity |
class |
RelationEntity<S extends RelatableEntity,T extends RelatableEntity>
This class represents "relation" abstraction, which is used for "marking" different entities as related.
|
class |
User2ContentRelationEntity |
class |
User2UserRelationEntity |
Modifier and Type | Method and Description |
---|---|
List<Long> |
User2ContentHibernateRelationDao.getAllRelationIdsForContentInSpace(String spaceKey,
Collection<ConfluenceEntityObject> exclusions,
int start,
int limit)
This method returns ids of all content relation entities in space.
|
List<Long> |
Content2ContentHibernateRelationDao.getAllRelationIdsForContentInSpace(String spaceKey,
Collection<ConfluenceEntityObject> exclusions,
int start,
int limit)
This method returns ids of all content relation entities in space.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLink
An abstract link defines a source page (the source of the link) and is the superclass for all Link objects.
|
class |
OutgoingLink
Represents a link from a source page to a destination.
|
class |
ReferralLink
Represents a link from a remote URL to a Confluence page
|
class |
TrackbackLink |
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 |
Notification
A "Notification" is an email subscription or "watch" on some space.
|
Modifier and Type | Method and Description |
---|---|
ConfluenceEntityObject |
NotificationData.getPermissionEntity()
User must have VIEW permission on this entity in order to receive the notification.
|
Modifier and Type | Method and Description |
---|---|
protected NotificationData |
AbstractNotificationsListener.getNotificationDataForEvent(com.atlassian.event.Event event,
ConfluenceEntityObject entity) |
Constructor and Description |
---|
NotificationData(com.atlassian.user.User modifier,
boolean shouldNotifyOnOwnActions,
ConfluenceEntityObject permissionEntity) |
NotificationData(com.atlassian.user.User modifier,
boolean shouldNotifyOnOwnActions,
ConfluenceEntityObject permissionEntity,
String subject,
String templateName,
Collection<DataSource> templateImageDataSources) |
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 | Method and Description |
---|---|
void |
AttachmentDao.AttachmentMigrator.setParentContentToExclude(List<? extends ConfluenceEntityObject> contentList)
Set which parent content should be excluded from the migration.
|
void |
AttachmentDao.AttachmentCopier.setParentContentToExclude(List<? extends ConfluenceEntityObject> contentList)
Set which parent content should be excluded from the copy.
|
void |
AbstractAttachmentCopier.setParentContentToExclude(List<? extends ConfluenceEntityObject> contentList) |
Modifier and Type | Class and Description |
---|---|
class |
PageTemplate |
Modifier and Type | Method and Description |
---|---|
ConfluenceEntityObject |
NotificationContext.getContent()
Return the context's Content.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationContext.setContent(ConfluenceEntityObject entity)
Sets the entity that the notification is being sent regarding.
|
Modifier and Type | Method and Description |
---|---|
ConfluenceEntityObject |
FeedTimeoutEvent.getEntity() |
Modifier and Type | Method and Description |
---|---|
static FeedTimeoutEvent |
FeedTimeoutEvent.forTimeout(Object src,
ConfluenceEntityObject entity,
com.atlassian.util.concurrent.Timeout timeout,
int numResultsToRender,
int numResultsRendered) |
Constructor and Description |
---|
FeedTimeoutEvent(Object src,
ConfluenceEntityObject entity,
long allowedTimeInSeconds,
long exceededTimeInMilliseconds,
int numResultsToRender,
int numResultsRendered) |
Modifier and Type | Class and Description |
---|---|
class |
ContentPermission
Allows a user to lock content against editing and/or viewing by other users.
|
class |
SpacePermission
A SpacePermission restricts access to different functions on a space.
|
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 |
Space |
class |
SpaceDescription |
class |
SpaceGroup
Deprecated.
in 5.9.
|
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 |
Modifier and Type | Method and Description |
---|---|
static ConfluenceEntityObject |
ContentUtils.getLatest(ConfluenceEntityObject c1,
ConfluenceEntityObject c2) |
Modifier and Type | Method and Description |
---|---|
static List<ConfluenceEntityObject> |
ContentUtils.mergeContentObjects(Iterator it1,
Iterator it2,
int maxSize) |
Modifier and Type | Method and Description |
---|---|
static ConfluenceEntityObject |
ContentUtils.getLatest(ConfluenceEntityObject c1,
ConfluenceEntityObject c2) |
Copyright © 2003–2017 Atlassian. All rights reserved.