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 classCustomContentEntityObjectGeneric 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 ConfluenceEntityObjectPluginContentUpdatedEvent. getNew()ConfluenceEntityObjectPluginContentUpdatedEvent. 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 ConfluenceEntityObjectIdContentLocator. 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 ConfluenceEntityObjectIdBlogPostLocator. 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 ConfluenceEntityObjectAbstractPageLocator. 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 ConfluenceEntityObjectKeySpaceLocator. 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 interfaceContentUiSupport<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 classAbstractLabelableEntityObjectclassAbstractVersionedEntityObjectclassContentEntityObjectclassSpaceContentEntityObjectA 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 ConfluenceEntityObjectSingleEntityLocator. 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 ConfluenceEntityObjectBlogPostUpdateEvent. getNew()@Nullable ConfluenceEntityObjectBlogPostUpdateEvent. 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 ConfluenceEntityObjectPageUpdateEvent. getNew()@Nullable ConfluenceEntityObjectPageUpdateEvent. 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 ConfluenceEntityObjectConfluenceEntityUpdated. getNew()ConfluenceEntityObjectConfluenceEntityUpdated. 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 newReadThroughCachefor use withConfluenceEntityObjectentity 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 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.caesium
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.impl.schedule.caesium Modifier and Type Class Description classSchedulerClusteredJobclassSchedulerRunDetailsThis 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 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)voidContentModifiersBulkExtractor. 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 voidDefaultExportContext. 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 ConfluenceEntityObject Modifier and Type Method Description voidDefaultExportContext. 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 voidAbstractRendererExporterImpl. doExportEntity(ConfluenceEntityObject entity, String exportPath)Deprecated.protected voidHtmlExporter. doExportEntity(ConfluenceEntityObject entity, String exportPath)Deprecated.protected abstract StringAbstractRendererExporterImpl. getFullExportPath(String baseExportPath, ConfluenceEntityObject entity)Deprecated.protected StringHtmlExporter. getFullExportPath(String baseExportPath, ConfluenceEntityObject entity)Deprecated.protected StringAbstractExporterImpl. 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 classContent2ContentRelationEntityclassRelationEntity<S extends RelatableEntity,T extends RelatableEntity>This class represents "relation" abstraction, which is used for "marking" different entities as related.classUser2ContentRelationEntityclassUser2UserRelationEntity -
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 classAbstractLinkAn abstract link defines a source page (the source of the link) and is the superclass for all Link objects.classOutgoingLinkRepresents 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 classNotificationA "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 ConfluenceEntityObjectNotificationData. 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 NotificationDataAbstractNotificationsListener. 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 classAbstractPageParent of the concrete Page and BlogPost classesclassAttachmentclassBlogPostclassCommentclassDraftThis is the old way of dealing with drafts in Confluence and will be deprecated soon.classPageRepresents 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 voidAbstractAttachmentCopier. setParentContentToExclude(List<? extends ConfluenceEntityObject> contentList)voidAttachmentDao.AttachmentCopier. setParentContentToExclude(List<? extends ConfluenceEntityObject> contentList)Set which parent content should be excluded from the copy.voidAttachmentDao.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 classPageTemplate -
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 ConfluenceEntityObjectNotificationContext. getContent()Return the context's Content.Methods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type ConfluenceEntityObject Modifier and Type Method Description voidNotificationContext. 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 ConfluenceEntityObjectFeedTimeoutEvent. getEntity()Methods in com.atlassian.confluence.rss with parameters of type ConfluenceEntityObject Modifier and Type Method Description static FeedTimeoutEventFeedTimeoutEvent. createForTimeout(Object src, ConfluenceEntityObject entity, io.atlassian.util.concurrent.Timeout timeout, int numResultsToRender, int numResultsRendered)static FeedTimeoutEventFeedTimeoutEvent. 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 classContentPermissionAllows a user to lock content against editing and/or viewing by other users.classNeverPermittedContentPermissionclassSpacePermissionA 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 classGlobalDescriptionContent 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 classSpaceclassSpaceDescriptionclassSpaceGroupDeprecated.in 5.9. -
Uses of ConfluenceEntityObject in com.atlassian.confluence.user
Subclasses of ConfluenceEntityObject in com.atlassian.confluence.user Modifier and Type Class Description classPersonalInformation -
Uses of ConfluenceEntityObject in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return ConfluenceEntityObject Modifier and Type Method Description static ConfluenceEntityObjectContentUtils. 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 ConfluenceEntityObjectContentUtils. getLatest(ConfluenceEntityObject c1, ConfluenceEntityObject c2)
-