Uses of Class
com.atlassian.confluence.core.ConfluenceEntityObject
Packages that use ConfluenceEntityObject
Package
Description
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.contentSubclasses of ConfluenceEntityObject in com.atlassian.confluence.contentModifier and TypeClassDescriptionclassGeneric ContentEntityObject that plugins can use to extend Confluence's content system.
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.eventMethods in com.atlassian.confluence.content.event that return ConfluenceEntityObject
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.serviceMethods in com.atlassian.confluence.content.service that return ConfluenceEntityObject
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service.blogpostMethods in com.atlassian.confluence.content.service.blogpost that return ConfluenceEntityObject
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service.pageMethods in com.atlassian.confluence.content.service.page that return ConfluenceEntityObject
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service.spaceMethods in com.atlassian.confluence.content.service.space that return ConfluenceEntityObject
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.content.uiClasses in com.atlassian.confluence.content.ui with type parameters of type ConfluenceEntityObjectModifier and TypeInterfaceDescriptioninterfaceContentUiSupport<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.coreSubclasses of ConfluenceEntityObject in com.atlassian.confluence.coreModifier and TypeClassDescriptionclassclassclassclassA ContentEntityObject that is a first-class member of a Space (i.e.
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.core.persistence.hibernateClasses in com.atlassian.confluence.core.persistence.hibernate with type parameters of type ConfluenceEntityObjectModifier and TypeClassDescriptionclassclassVersionedHibernateObjectDao<T extends ConfluenceEntityObject & Versioned>
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.core.serviceMethods 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.daoSubclasses of ConfluenceEntityObject in com.atlassian.confluence.dmz.relations.daoModifier and TypeClassDescriptionclassRelationEntity<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.blogpostMethods in com.atlassian.confluence.event.events.content.blogpost that return ConfluenceEntityObjectModifier and TypeMethodDescription@NonNull ConfluenceEntityObjectBlogPostUpdateEvent.getNew()@Nullable ConfluenceEntityObjectBlogPostUpdateEvent.getOld()
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.event.events.content.pageMethods in com.atlassian.confluence.event.events.content.page that return ConfluenceEntityObjectModifier and TypeMethodDescription@NonNull ConfluenceEntityObjectPageUpdateEvent.getNew()@Nullable ConfluenceEntityObjectPageUpdateEvent.getOld()
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.event.events.typesMethods in com.atlassian.confluence.event.events.types that return ConfluenceEntityObject
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.impl.cacheMethods 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 newReadThroughCachefor use withConfluenceEntityObjectentity types.
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.impl.contentMethods 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.importexportMethods 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 voidAbstractRendererExporterImpl.doExportEntity(ConfluenceEntityObject entity, String exportPath) protected voidHtmlExporter.doExportEntity(ConfluenceEntityObject entity, String exportPath) protected abstract StringAbstractRendererExporterImpl.getFullExportPath(String baseExportPath, ConfluenceEntityObject entity) protected StringHtmlExporter.getFullExportPath(String baseExportPath, ConfluenceEntityObject entity) protected StringAbstractExporterImpl.prepareExportFileName(ConfluenceEntityObject entity) 
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.impl.schedule.caesiumSubclasses of ConfluenceEntityObject in com.atlassian.confluence.impl.schedule.caesium
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.impl.search.v2.extractorMethod parameters in com.atlassian.confluence.impl.search.v2.extractor with type arguments of type ConfluenceEntityObjectModifier and TypeMethodDescriptionvoidContentModifiersBulkExtractor.extractAll(Collection<ConfluenceEntityObject> entities, Class<? extends ConfluenceEntityObject> entityType, BiConsumer<ConfluenceEntityObject, FieldDescriptor> sink) voidContentModifiersBulkExtractor.extractAll(Collection<ConfluenceEntityObject> entities, Class<? extends ConfluenceEntityObject> entityType, BiConsumer<ConfluenceEntityObject, FieldDescriptor> sink) voidContentModifiersBulkExtractor.extractAll(Collection<ConfluenceEntityObject> entities, Class<? extends ConfluenceEntityObject> entityType, BiConsumer<ConfluenceEntityObject, FieldDescriptor> sink) 
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.importexportMethods 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 TypeMethodDescriptionvoidDefaultExportContext.addExceptionEntity(ConfluenceEntityObject entity) Deprecated.voidDefaultExportContext.addWorkingEntity(ConfluenceEntityObject entity) Deprecated.Add to the entities to be exported.booleanDefaultExportContext.isExceptionEntity(ConfluenceEntityObject entity) Deprecated.booleanExportContext.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 TypeMethodDescriptionvoidDefaultExportContext.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.implMethods 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.hibernateMethods 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.daoSubclasses of ConfluenceEntityObject in com.atlassian.confluence.internal.relations.daoModifier and TypeClassDescriptionclassclassclass
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.internal.relations.dao.hibernateMethod 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.linksSubclasses of ConfluenceEntityObject in com.atlassian.confluence.linksModifier and TypeClassDescriptionclassAn abstract link defines a source page (the source of the link) and is the superclass for all Link objects.classRepresents a link from a source page to a destination.
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.mail.notificationSubclasses of ConfluenceEntityObject in com.atlassian.confluence.mail.notificationModifier and TypeClassDescriptionclassA "Notification" is an email subscription or "watch" on some space.
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.mail.notification.listenersMethods 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 NotificationDataAbstractNotificationsListener.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<DataSource> templateImageDataSources) 
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.pagesSubclasses of ConfluenceEntityObject in com.atlassian.confluence.pagesModifier and TypeClassDescriptionclassParent of the concrete Page and BlogPost classesclassclassclassclassThis is the old way of dealing with drafts in Confluence and will be deprecated soon.classRepresents a Page within Confluence.
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.pages.persistence.daoMethod parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type ConfluenceEntityObjectModifier and TypeMethodDescriptionvoidAbstractAttachmentCopier.setParentContentToExclude(List<? extends ConfluenceEntityObject> contentList) voidAttachmentDao.AttachmentCopier.setParentContentToExclude(List<? extends ConfluenceEntityObject> contentList) Set which parent content should be excluded from the copy.
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.pages.templatesSubclasses of ConfluenceEntityObject in com.atlassian.confluence.pages.templates
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.plugin.descriptor.mailMethods in com.atlassian.confluence.plugin.descriptor.mail that return ConfluenceEntityObjectMethods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type ConfluenceEntityObjectModifier and TypeMethodDescriptionvoidNotificationContext.setContent(ConfluenceEntityObject entity) Sets the entity that the notification is being sent regarding.
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.rssMethods in com.atlassian.confluence.rss that return ConfluenceEntityObjectMethods in com.atlassian.confluence.rss with parameters of type ConfluenceEntityObjectModifier and TypeMethodDescriptionstatic FeedTimeoutEventFeedTimeoutEvent.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.securitySubclasses of ConfluenceEntityObject in com.atlassian.confluence.securityModifier and TypeClassDescriptionclassAllows a user to lock content against editing and/or viewing by other users.classclassA SpacePermission restricts access to different functions on a space.
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.setup.settingsSubclasses of ConfluenceEntityObject in com.atlassian.confluence.setup.settingsModifier and TypeClassDescriptionclassContent Entity Object that is associated with the whole confluence rather then a specific space/page/user.
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.spacesSubclasses of ConfluenceEntityObject in com.atlassian.confluence.spacesModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classclassclassclassDeprecated.in 5.9.
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.spaces.actionsMethods in com.atlassian.confluence.spaces.actions that return types with arguments of type ConfluenceEntityObject
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.userSubclasses of ConfluenceEntityObject in com.atlassian.confluence.user
- 
Uses of ConfluenceEntityObject in com.atlassian.confluence.utilMethods in com.atlassian.confluence.util that return ConfluenceEntityObjectModifier and TypeMethodDescriptionstatic ConfluenceEntityObjectContentUtils.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 ConfluenceEntityObjectContentUtils.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) 
Spacedirectly.