Uses of Class
com.atlassian.confluence.core.ConfluenceEntityObject
Packages that use ConfluenceEntityObject
Package
Description
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.content
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.contentModifier and TypeClassDescriptionclass
Generic ContentEntityObject that plugins can use to extend Confluence's content system. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.event
Methods in com.atlassian.confluence.content.event that return ConfluenceEntityObject -
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service that return ConfluenceEntityObject -
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service.blogpost
Methods in com.atlassian.confluence.content.service.blogpost that return ConfluenceEntityObject -
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service.page
Methods in com.atlassian.confluence.content.service.page that return ConfluenceEntityObject -
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service.space
Methods in com.atlassian.confluence.content.service.space that return ConfluenceEntityObject -
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.ui
Classes in com.atlassian.confluence.content.ui with type parameters of type ConfluenceEntityObjectModifier and TypeInterfaceDescriptioninterface
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. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.core
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.coreModifier and TypeClassDescriptionclass
class
class
class
A ContentEntityObject that is a first-class member of a Space (i.e. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.core.persistence.hibernate
Classes in com.atlassian.confluence.core.persistence.hibernate with type parameters of type ConfluenceEntityObjectModifier and TypeClassDescriptionclass
class
VersionedHibernateObjectDao<T extends ConfluenceEntityObject & Versioned>
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.core.service
Methods in com.atlassian.confluence.core.service that return ConfluenceEntityObjectModifier and TypeMethodDescriptionSingleEntityLocator.getEntity()
Get the entities that matches the query represented by this locator.Methods in com.atlassian.confluence.core.service that return types with arguments of type ConfluenceEntityObjectModifier and TypeMethodDescriptionAbstractSingleEntityLocator.getEntities()
EntityLocator.getEntities()
Get the entities that match the query represented by this locator. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.dmz.relations.dao
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.dmz.relations.daoModifier and TypeClassDescriptionclass
RelationEntity<S extends RelatableEntity,
T extends RelatableEntity> This class represents "relation" abstraction, which is used for "marking" different entities as related. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.event.events.content.blogpost
Methods in com.atlassian.confluence.event.events.content.blogpost that return ConfluenceEntityObjectModifier and TypeMethodDescription@NonNull ConfluenceEntityObject
BlogPostUpdateEvent.getNew()
@Nullable ConfluenceEntityObject
BlogPostUpdateEvent.getOld()
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.event.events.content.page
Methods in com.atlassian.confluence.event.events.content.page that return ConfluenceEntityObjectModifier and TypeMethodDescription@NonNull ConfluenceEntityObject
PageUpdateEvent.getNew()
@Nullable ConfluenceEntityObject
PageUpdateEvent.getOld()
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.event.events.types
Methods in com.atlassian.confluence.event.events.types that return ConfluenceEntityObject -
Uses of ConfluenceEntityObject in com.atlassian.confluence.impl.cache
Methods in com.atlassian.confluence.impl.cache with type parameters of type ConfluenceEntityObjectModifier and TypeMethodDescriptionstatic <E extends ConfluenceEntityObject,
K extends Serializable>
ReadThroughCache<K,E> ReadThroughEntityCache.forConfluenceEntityObjects
(ReadThroughCache<K, Long> cache, Function<Long, E> entityLoader) Creates a newReadThroughCache
for use withConfluenceEntityObject
entity types. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content with type parameters of type ConfluenceEntityObjectModifier and TypeMethodDescriptionstatic <T extends ConfluenceEntityObject>
PageResponse<T>DefaultContentEntityManager.filteredResponseWithCursor
(LimitedRequest originalRequest, @Nullable Predicate<? super T> filter, List<T> pages) static <T extends ConfluenceEntityObject>
PageResponse<T>DefaultContentEntityManager.filteredResponseWithCursor
(LimitedRequest originalRequest, @Nullable Predicate<? super T> filter, List<T> pages, CursorType cursorType) -
Uses of ConfluenceEntityObject in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport that return types with arguments of type ConfluenceEntityObjectModifier and TypeMethodDescriptionprotected List<ConfluenceEntityObject>
AbstractXmlExporter.getObjectsExcludedFromExport()
Gets a list of actual objects (not handles) to exclude from export.Methods in com.atlassian.confluence.impl.importexport with parameters of type ConfluenceEntityObjectModifier and TypeMethodDescriptionprotected abstract void
AbstractRendererExporterImpl.doExportEntity
(ConfluenceEntityObject entity, String exportPath) protected void
HtmlExporter.doExportEntity
(ConfluenceEntityObject entity, String exportPath) protected abstract String
AbstractRendererExporterImpl.getFullExportPath
(String baseExportPath, ConfluenceEntityObject entity) protected String
HtmlExporter.getFullExportPath
(String baseExportPath, ConfluenceEntityObject entity) protected String
AbstractExporterImpl.prepareExportFileName
(ConfluenceEntityObject entity) -
Uses of ConfluenceEntityObject in com.atlassian.confluence.impl.schedule.caesium
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.impl.schedule.caesium -
Uses of ConfluenceEntityObject in com.atlassian.confluence.impl.search.v2.extractor
Method parameters in com.atlassian.confluence.impl.search.v2.extractor with type arguments of type ConfluenceEntityObjectModifier and TypeMethodDescriptionvoid
ContentModifiersBulkExtractor.extractAll
(Collection<ConfluenceEntityObject> entities, Class<? extends ConfluenceEntityObject> entityType, BiConsumer<ConfluenceEntityObject, FieldDescriptor> sink) void
ContentModifiersBulkExtractor.extractAll
(Collection<ConfluenceEntityObject> entities, Class<? extends ConfluenceEntityObject> entityType, BiConsumer<ConfluenceEntityObject, FieldDescriptor> sink) void
ContentModifiersBulkExtractor.extractAll
(Collection<ConfluenceEntityObject> entities, Class<? extends ConfluenceEntityObject> entityType, BiConsumer<ConfluenceEntityObject, FieldDescriptor> sink) -
Uses of ConfluenceEntityObject in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that return types with arguments of type ConfluenceEntityObjectModifier and TypeMethodDescriptionDefaultExportContext.getExceptionEntities()
Deprecated.DefaultExportContext.getWorkingEntities()
Deprecated.ExportContext.getWorkingEntities()
Deprecated.The top level entities to be exported.Methods in com.atlassian.confluence.importexport with parameters of type ConfluenceEntityObjectModifier and TypeMethodDescriptionvoid
DefaultExportContext.addExceptionEntity
(ConfluenceEntityObject entity) Deprecated.void
DefaultExportContext.addWorkingEntity
(ConfluenceEntityObject entity) Deprecated.Add to the entities to be exported.boolean
DefaultExportContext.isExceptionEntity
(ConfluenceEntityObject entity) Deprecated.boolean
ExportContext.isExceptionEntity
(ConfluenceEntityObject entity) Deprecated.Entities to be excluded from the export.Method parameters in com.atlassian.confluence.importexport with type arguments of type ConfluenceEntityObjectModifier and TypeMethodDescriptionvoid
DefaultExportContext.addExceptionEntities
(List<ConfluenceEntityObject> entities, boolean validate) Deprecated.Helper method to add a collection of entities to the current exception entities -
Uses of ConfluenceEntityObject in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl that return types with arguments of type ConfluenceEntityObjectModifier and TypeMethodDescriptionprotected List<ConfluenceEntityObject>
XmlExporter.getObjectsExcludedFromExport()
Deprecated. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.internal.persistence.hibernate
Methods in com.atlassian.confluence.internal.persistence.hibernate with type parameters of type ConfluenceEntityObjectModifier and TypeMethodDescriptionprotected <T extends ConfluenceEntityObject>
PageResponse<T>ContentEntityObjectHibernateDao.getPagesByCursor
(Function<LimitedRequest, List<T>> searchPages, LimitedRequest originalRequest, Predicate<? super T> filter) -
Uses of ConfluenceEntityObject in com.atlassian.confluence.internal.relations.dao
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.internal.relations.daoModifier and TypeClassDescriptionclass
class
class
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.internal.relations.dao.hibernate
Method parameters in com.atlassian.confluence.internal.relations.dao.hibernate with type arguments of type ConfluenceEntityObjectModifier and TypeMethodDescriptionContent2ContentHibernateRelationDao.getAllRelationIdsForContentInSpace
(@NonNull String spaceKey, @NonNull Collection<ConfluenceEntityObject> exclusions, int start, int limit) This method returns ids of all content relation entities in space.User2ContentHibernateRelationDao.getAllRelationIdsForContentInSpace
(@NonNull String spaceKey, @NonNull Collection<ConfluenceEntityObject> exclusions, int start, int limit) This method returns ids of all content relation entities in space. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.links
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.linksModifier and TypeClassDescriptionclass
An abstract link defines a source page (the source of the link) and is the superclass for all Link objects.class
Represents a link from a source page to a destination. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.mail.notification
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.mail.notificationModifier and TypeClassDescriptionclass
A "Notification" is an email subscription or "watch" on some space. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.mail.notification.listeners
Methods in com.atlassian.confluence.mail.notification.listeners that return ConfluenceEntityObjectModifier and TypeMethodDescriptionNotificationData.getPermissionEntity()
User must have VIEW permission on this entity in order to receive the notification.Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type ConfluenceEntityObjectModifier and TypeMethodDescriptionprotected final NotificationData
AbstractNotificationsListener.getNotificationDataForEvent
(T event, ConfluenceEntityObject entity) Deprecated.Constructors in com.atlassian.confluence.mail.notification.listeners with parameters of type ConfluenceEntityObjectModifierConstructorDescriptionNotificationData
(com.atlassian.user.User modifier, boolean shouldNotifyOnOwnActions, ConfluenceEntityObject permissionEntity) NotificationData
(com.atlassian.user.User modifier, boolean shouldNotifyOnOwnActions, ConfluenceEntityObject permissionEntity, String subject, String templateName, Collection<javax.activation.DataSource> templateImageDataSources) -
Uses of ConfluenceEntityObject in com.atlassian.confluence.pages
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.pagesModifier and TypeClassDescriptionclass
Parent of the concrete Page and BlogPost classesclass
class
class
class
This is the old way of dealing with drafts in Confluence and will be deprecated soon.class
Represents a Page within Confluence.class
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.pages.persistence.dao
Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type ConfluenceEntityObjectModifier and TypeMethodDescriptionvoid
AbstractAttachmentCopier.setParentContentToExclude
(List<? extends ConfluenceEntityObject> contentList) void
AttachmentDao.AttachmentCopier.setParentContentToExclude
(List<? extends ConfluenceEntityObject> contentList) Set which parent content should be excluded from the copy.void
AttachmentDao.AttachmentMigrator.setParentContentToExclude
(List<? extends ConfluenceEntityObject> contentList) Deprecated, for removal: This API element is subject to removal in a future version.Set which parent content should be excluded from the migration. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.pages.templates
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.pages.templates -
Uses of ConfluenceEntityObject in com.atlassian.confluence.plugin.descriptor.mail
Methods in com.atlassian.confluence.plugin.descriptor.mail that return ConfluenceEntityObjectMethods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type ConfluenceEntityObjectModifier and TypeMethodDescriptionvoid
NotificationContext.setContent
(ConfluenceEntityObject entity) Sets the entity that the notification is being sent regarding. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.rss
Methods in com.atlassian.confluence.rss that return ConfluenceEntityObjectMethods in com.atlassian.confluence.rss with parameters of type ConfluenceEntityObjectModifier and TypeMethodDescriptionstatic FeedTimeoutEvent
FeedTimeoutEvent.createForTimeout
(Object src, ConfluenceEntityObject entity, io.atlassian.util.concurrent.Timeout timeout, int numResultsToRender, int numResultsRendered) Constructors in com.atlassian.confluence.rss with parameters of type ConfluenceEntityObjectModifierConstructorDescriptionFeedTimeoutEvent
(Object src, ConfluenceEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds, int numResultsToRender, int numResultsRendered) -
Uses of ConfluenceEntityObject in com.atlassian.confluence.security
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.securityModifier and TypeClassDescriptionclass
Allows a user to lock content against editing and/or viewing by other users.class
class
A SpacePermission restricts access to different functions on a space. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.setup.settings
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.setup.settingsModifier and TypeClassDescriptionclass
Content Entity Object that is associated with the whole confluence rather then a specific space/page/user. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.spaces
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.spacesModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 9.1, useSpace
directly.class
class
class
class
Deprecated.in 5.9. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions that return types with arguments of type ConfluenceEntityObject -
Uses of ConfluenceEntityObject in com.atlassian.confluence.user
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.user -
Uses of ConfluenceEntityObject in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return ConfluenceEntityObjectModifier and TypeMethodDescriptionstatic ConfluenceEntityObject
ContentUtils.getLatest
(ConfluenceEntityObject c1, ConfluenceEntityObject c2) Methods in com.atlassian.confluence.util that return types with arguments of type ConfluenceEntityObjectModifier and TypeMethodDescriptionstatic List<ConfluenceEntityObject>
ContentUtils.mergeContentObjects
(Iterator<? extends ConfluenceEntityObject> it1, Iterator<? extends ConfluenceEntityObject> it2, int maxSize) Methods in com.atlassian.confluence.util with parameters of type ConfluenceEntityObjectModifier and TypeMethodDescriptionstatic ConfluenceEntityObject
ContentUtils.getLatest
(ConfluenceEntityObject c1, ConfluenceEntityObject c2) Method parameters in com.atlassian.confluence.util with type arguments of type ConfluenceEntityObjectModifier and TypeMethodDescriptionstatic List<ConfluenceEntityObject>
ContentUtils.mergeContentObjects
(Iterator<? extends ConfluenceEntityObject> it1, Iterator<? extends ConfluenceEntityObject> it2, int maxSize)
Attachment
directly.