Uses of Class
com.atlassian.confluence.core.ConfluenceEntityObject
-
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.content
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.content Modifier and Type Class Description class
CustomContentEntityObject
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 Modifier and Type Method Description ConfluenceEntityObject
PluginContentUpdatedEvent. getNew()
ConfluenceEntityObject
PluginContentUpdatedEvent. getOld()
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service that return ConfluenceEntityObject Modifier and Type Method Description ConfluenceEntityObject
IdContentLocator. getEntity()
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service.blogpost
Methods in com.atlassian.confluence.content.service.blogpost that return ConfluenceEntityObject Modifier and Type Method Description ConfluenceEntityObject
IdBlogPostLocator. getEntity()
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service.page
Methods in com.atlassian.confluence.content.service.page that return ConfluenceEntityObject Modifier and Type Method Description ConfluenceEntityObject
AbstractPageLocator. getEntity()
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service.space
Methods in com.atlassian.confluence.content.service.space that return ConfluenceEntityObject Modifier and Type Method Description ConfluenceEntityObject
KeySpaceLocator. getEntity()
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.ui
Classes in com.atlassian.confluence.content.ui with type parameters of type ConfluenceEntityObject Modifier and Type Interface 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. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.core
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.core Modifier and Type Class Description class
AbstractLabelableEntityObject
class
AbstractVersionedEntityObject
class
ContentEntityObject
class
SpaceContentEntityObject
A ContentEntityObject that is a first-class member of a Space (i.e. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.core.service
Methods in com.atlassian.confluence.core.service that return ConfluenceEntityObject Modifier and Type Method Description ConfluenceEntityObject
SingleEntityLocator. 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 ConfluenceEntityObject Modifier and Type Method Description List<ConfluenceEntityObject>
AbstractSingleEntityLocator. getEntities()
List<ConfluenceEntityObject>
EntityLocator. getEntities()
Get the entities that match the query represented by this locator. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.event.events.content.blogpost
Methods in com.atlassian.confluence.event.events.content.blogpost that return ConfluenceEntityObject Modifier and Type Method Description @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 ConfluenceEntityObject Modifier and Type Method Description @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 Modifier and Type Method Description ConfluenceEntityObject
ConfluenceEntityUpdated. getNew()
ConfluenceEntityObject
ConfluenceEntityUpdated. getOld()
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.impl.cache
Methods in com.atlassian.confluence.impl.cache with type parameters of type ConfluenceEntityObject Modifier and Type Method Description static <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 ConfluenceEntityObject Modifier and Type Method Description static <T extends ConfluenceEntityObject>
PageResponse<T>DefaultContentEntityManager. filteredResponseWithCursor(LimitedRequest originalRequest, @Nullable Predicate<? super T> filter, List<T> pages)
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport that return types with arguments of type ConfluenceEntityObject Modifier and Type Method Description protected List<ConfluenceEntityObject>
AbstractXmlExporter. getObjectsExcludedFromExport()
Gets a list of actual objects (not handles) to exclude from export.protected List<ConfluenceEntityObject>
SpaceBackupExporter. getObjectsExcludedFromExport()
Methods in com.atlassian.confluence.impl.importexport with parameters of type ConfluenceEntityObject Modifier and Type Method Description protected 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 Modifier and Type Class Description class
SchedulerClusteredJob
class
SchedulerRunDetails
This isNotExportable
, see CONFDEV-40509. -
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 ConfluenceEntityObject Modifier and Type Method Description 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)
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 ConfluenceEntityObject Modifier and Type Method Description List<ConfluenceEntityObject>
DefaultExportContext. getExceptionEntities()
Deprecated.List<ConfluenceEntityObject>
DefaultExportContext. getWorkingEntities()
Deprecated.List<ConfluenceEntityObject>
ExportContext. getWorkingEntities()
Deprecated.The top level entities to be exported.Methods in com.atlassian.confluence.importexport with parameters of type ConfluenceEntityObject Modifier and Type Method Description void
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 ConfluenceEntityObject Modifier and Type Method Description void
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 ConfluenceEntityObject Modifier and Type Method Description protected List<ConfluenceEntityObject>
XmlExporter. getObjectsExcludedFromExport()
Deprecated.Methods in com.atlassian.confluence.importexport.impl with parameters of type ConfluenceEntityObject Modifier and Type Method Description protected abstract void
AbstractRendererExporterImpl. doExportEntity(ConfluenceEntityObject entity, String exportPath)
Deprecated.protected void
HtmlExporter. doExportEntity(ConfluenceEntityObject entity, String exportPath)
Deprecated.protected abstract String
AbstractRendererExporterImpl. getFullExportPath(String baseExportPath, ConfluenceEntityObject entity)
Deprecated.protected String
HtmlExporter. getFullExportPath(String baseExportPath, ConfluenceEntityObject entity)
Deprecated.protected String
AbstractExporterImpl. prepareExportFileName(ConfluenceEntityObject entity)
Deprecated. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.internal.persistence.hibernate
Methods in com.atlassian.confluence.internal.persistence.hibernate with type parameters of type ConfluenceEntityObject Modifier and Type Method Description protected <T extends ConfluenceEntityObject>
PageResponse<T>AbstractContentEntityObjectHibernateDao. 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.dao Modifier and Type Class 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
-
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 ConfluenceEntityObject Modifier and Type Method Description List<Long>
Content2ContentHibernateRelationDao. getAllRelationIdsForContentInSpace(@NonNull String spaceKey, @NonNull Collection<ConfluenceEntityObject> exclusions, int start, int limit)
This method returns ids of all content relation entities in space.List<Long>
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.links Modifier and Type Class 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. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.mail.notification
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.mail.notification Modifier and Type Class Description class
Notification
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 ConfluenceEntityObject Modifier and Type Method Description ConfluenceEntityObject
NotificationData. 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 ConfluenceEntityObject Modifier and Type Method Description protected NotificationData
AbstractNotificationsListener. getNotificationDataForEvent(com.atlassian.event.Event event, ConfluenceEntityObject entity)
Deprecated.Constructors in com.atlassian.confluence.mail.notification.listeners with parameters of type ConfluenceEntityObject Constructor 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<javax.activation.DataSource> templateImageDataSources)
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.pages
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.pages Modifier and Type Class Description class
AbstractPage
Parent of the concrete Page and BlogPost classesclass
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. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.pages.persistence.dao
Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type ConfluenceEntityObject Modifier and Type Method Description void
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 Modifier and Type Class Description class
PageTemplate
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.plugin.descriptor.mail
Methods in com.atlassian.confluence.plugin.descriptor.mail that return ConfluenceEntityObject Modifier and Type Method Description ConfluenceEntityObject
NotificationContext. getContent()
Return the context's Content.Methods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type ConfluenceEntityObject Modifier and Type Method Description void
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 ConfluenceEntityObject Modifier and Type Method Description ConfluenceEntityObject
FeedTimeoutEvent. getEntity()
Methods in com.atlassian.confluence.rss with parameters of type ConfluenceEntityObject Modifier and Type Method Description static FeedTimeoutEvent
FeedTimeoutEvent. createForTimeout(Object src, ConfluenceEntityObject entity, io.atlassian.util.concurrent.Timeout timeout, int numResultsToRender, int numResultsRendered)
static FeedTimeoutEvent
FeedTimeoutEvent. forTimeout(Object src, ConfluenceEntityObject entity, com.atlassian.util.concurrent.Timeout timeout, int numResultsToRender, int numResultsRendered)
Deprecated.since 7.0.1.Constructors in com.atlassian.confluence.rss with parameters of type ConfluenceEntityObject Constructor Description FeedTimeoutEvent(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.security Modifier and Type Class Description class
ContentPermission
Allows a user to lock content against editing and/or viewing by other users.class
NeverPermittedContentPermission
class
SpacePermission
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.settings Modifier and Type Class Description class
GlobalDescription
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.spaces Modifier and Type Class Description class
Space
class
SpaceDescription
class
SpaceGroup
Deprecated.in 5.9. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.user
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.user Modifier and Type Class Description class
PersonalInformation
-
Uses of ConfluenceEntityObject in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return ConfluenceEntityObject Modifier and Type Method Description static ConfluenceEntityObject
ContentUtils. getLatest(ConfluenceEntityObject c1, ConfluenceEntityObject c2)
Methods in com.atlassian.confluence.util that return types with arguments of type ConfluenceEntityObject Modifier and Type Method Description static List<ConfluenceEntityObject>
ContentUtils. mergeContentObjects(Iterator it1, Iterator it2, int maxSize)
Methods in com.atlassian.confluence.util with parameters of type ConfluenceEntityObject Modifier and Type Method Description static ConfluenceEntityObject
ContentUtils. getLatest(ConfluenceEntityObject c1, ConfluenceEntityObject c2)
-