Uses of Class
com.atlassian.confluence.core.ContentEntityObject
Packages that use ContentEntityObject
Package
Description
Subpackages of this package are exposed to the plugin whose key starting with com.atlassian or in the internal-bundles section of public-api,yaml
Confluence attachment events.
Provides an extensible, flexible search API.
-
Uses of ContentEntityObject in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions that return ContentEntityObjectModifier and TypeMethodDescriptionprotected ContentEntityObjectConfigureDefaultSpaceLogoAction.getContentToAttachLogoTo() -
Uses of ContentEntityObject in com.atlassian.confluence.api.impl
Methods in com.atlassian.confluence.api.impl with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultApiRestEntityFactory.buildRestEntityFrom(ContentEntityObject entity, Expansions expansions) Method parameters in com.atlassian.confluence.api.impl with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultApiRestEntityFactory.buildRestEntityFromContent(Iterable<? extends ContentEntityObject> entities, Expansions expansions) -
Uses of ContentEntityObject in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionContentBodyConversionManagerImpl.convert(ContentRepresentation fromFormat, String value, ContentRepresentation toFormat, ContentEntityObject ceo, Expansion... expansions) protected ValidationResultContentServiceImpl.ValidatorImpl.validateUpdate(Content updatedContent, ContentEntityObject currentCeo) Constructor parameters in com.atlassian.confluence.api.impl.service.content with type arguments of type ContentEntityObjectModifierConstructorDescriptionContentTrashServiceImpl(PageManager pageManager, PermissionManager permissionManager, PageService pageService, BlogPostService blogPostService, CommentService commentService, Supplier<ContentService> contentServiceSupplier, SpaceManager spaceManager, AttachmentManager attachmentManager, TrashManager trashManager, ModelFactory<ContentEntityObject, Content> contentFactory, SpacePermissionManager spacePermissionManager) -
Uses of ContentEntityObject in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return ContentEntityObjectModifier and TypeMethodDescriptionstatic ContentEntityObjectContentFactory.getRootContainer(Contained<?> entity) Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionContentMetadataFactory.buildMetadataForContentEntityObjects(Map<ContentEntityObject, Supplier<Content>> contentMap, Fauxpansions fauxpansions) Make common metadata for a set of ContentEntityObject objects.DefaultContentMetadataFactory.buildMetadataForContentEntityObjects(Map<ContentEntityObject, Supplier<Content>> contentMap, Fauxpansions fauxpansions) HistoryFactory.buildReferences(Iterable<ContentEntityObject> ceos, Fauxpansions historyExpansions, ContentFactory contentFactory) Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionContentBodyFactory.build(ContentEntityObject ceo, BodyContent bodyContent, ContentRepresentation representation) VersionFactory.build(ContentEntityObject entity, Expansions subExpansions, ContentFactory contentFactory) ContentFactory.builderFrom(ContentEntityObject entity, ContentType contentType, Expansions expansions) Exposes the content builder that this factory uses to produce content objects, generally don't use this method, it exists as an interim measure whilst legacy drafts are being migrated to shared drafts and we need to be able to attach files to legacy drafts using the rest api.ContentFactory.buildFrom(ContentEntityObject entity, Expansions expansions) ContentFactory.buildRef(ContentEntityObject entity, Fauxpansions fauxpansions) HistoryFactory.buildRef(ContentEntityObject entity, Reference<Content> contentReference, List<ConfluenceUser> editContributors, Fauxpansions fauxpansions, ContentFactory contentFactory) VersionFactory.buildRef(ContentEntityObject entity, Fauxpansions fauxpansions, ContentFactory contentFactory) ContentBlueprintInstanceFactory.convertToInstance(ContentEntityObject ceo, ContentBlueprintInstance contentBlueprintInstance, Expansion... expansions) Deprecated.DefaultContentBlueprintInstanceFactory.convertToInstance(ContentEntityObject ceo, ContentBlueprintInstance contentBlueprintInstance, Expansion... expansions) ContentBodyFactory.makeContentBodies(ContentEntityObject ceo, BodyContent bodyContent, Expansions expansions, ContentFactory contentFactory) Method parameters in com.atlassian.confluence.api.impl.service.content.factory with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionContentFactory.buildFrom(Iterable<? extends ContentEntityObject> entities, Expansions expansions) ContentMetadataFactory.buildMetadataForContentEntityObjects(Map<ContentEntityObject, Supplier<Content>> contentMap, Fauxpansions fauxpansions) Make common metadata for a set of ContentEntityObject objects.DefaultContentMetadataFactory.buildMetadataForContentEntityObjects(Map<ContentEntityObject, Supplier<Content>> contentMap, Fauxpansions fauxpansions) HistoryFactory.buildReferences(Iterable<ContentEntityObject> ceos, Fauxpansions historyExpansions, ContentFactory contentFactory) -
Uses of ContentEntityObject in com.atlassian.confluence.api.impl.service.content.finder
Methods in com.atlassian.confluence.api.impl.service.content.finder that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionPredicate<? super ContentEntityObject> AbstractContentFinder.asPredicate()gets the filters in this Finder as a predicates, entities that are accepted by this predicate match the finder criteriaprotected Predicate<? super ContentEntityObject> AbstractContentFinder.asPredicateWithContentType(ContentType type) gets the filters in this Finder as a predicate with the addition of adding a contentType predicate for the given content type.protected Predicate<? super ContentEntityObject> AbstractContentFinder.asPredicateWithContentTypes(ContentType... types) static Predicate<? super ContentEntityObject> FinderPredicates.containerPredicate(@NonNull ContentId containerId) Create a predicate that matchesContainedinstances that have the same container ID, for exampleAttachments orComments on the same page.static Predicate<? super ContentEntityObject> FinderPredicates.createCommentLocationPredicate(Collection<String> location) static Predicate<? super ContentEntityObject> FinderPredicates.createContentIdPredicate(List<ContentId> contentIds) static Predicate<? super ContentEntityObject> FinderPredicates.createContentTypePredicate(ContentType... types) static Predicate<? super ContentEntityObject> FinderPredicates.createCreationDatePredicate(LocalDate createdDate) static Predicate<? super ContentEntityObject> FinderPredicates.createFileNamePredicate(String filename) static Predicate<? super ContentEntityObject> FinderPredicates.createMediaTypePredicate(String mediaType) static Predicate<? super ContentEntityObject> FinderPredicates.createSpaceKeysPredicate(List<String> spaceKeys) static Predicate<? super ContentEntityObject> FinderPredicates.createTitlePredicate(String title) static Predicate<? super ContentEntityObject> FinderPredicates.statusPredicate(List<ContentStatus> statuses) -
Uses of ContentEntityObject in com.atlassian.confluence.api.impl.service.content.typebinding
Methods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionbooleanAttachmentContentTypeApiSupport.canCreateAttachments(ContentEntityObject ceo) Method parameters in com.atlassian.confluence.api.impl.service.content.typebinding with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionprotected PageResponse<Content> CommentContentTypeApiSupport.getFilteredChildrenForThisType(Comment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) protected PageResponse<Content> CommentContentTypeApiSupport.getFilteredChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) -
Uses of ContentEntityObject in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionprotected @NonNull Map<String, Collection<ContentPermission>> ContentRestrictionServiceImpl.getMergedContentPermissions(@NonNull ContentEntityObject ceo, @NonNull Collection<? extends ContentRestriction> givenContentRestrictions, @NonNull ContentRestrictionServiceImpl.MergeMode mergeMode) Builds a Map ofContentPermissions mapped to their PermissionType fromgivenContentRestrictionsprovided and the ones already existing onContentEntityObjectprotected @NonNull Optional<ContentPermission> ContentRestrictionServiceImpl.getPreExistingContentPermissionForGroup(@Nullable ContentEntityObject ceo, @Nullable String permissionType, @Nullable Group group) Gets pre-existingContentPermission(singular, optional) for theGroupandOperationKey(as String permissionType) specified.protected @NonNull Optional<ContentPermission> ContentRestrictionServiceImpl.getPreExistingContentPermissionForSubject(@Nullable ContentEntityObject ceo, @Nullable String permissionType, @Nullable Subject subject) Gets pre-existingContentPermission(singular, optional) for theSubjectandOperationKey(as String permissionType) specified.protected @NonNull Optional<ContentPermission> ContentRestrictionServiceImpl.getPreExistingContentPermissionForUser(@Nullable ContentEntityObject ceo, @Nullable String permissionType, @NonNull User user) Gets pre-existingContentPermission(singular, optional) for theUserandOperationKey(as String permissionType) specified.protected @NonNull Set<ContentPermission> ContentRestrictionServiceImpl.getPreExistingContentPermissions(@Nullable ContentEntityObject ceo, @Nullable String permissionType) Gets Set of all the distinctContentPermissions of the specifiedpermissionTypepre-existing on theContentEntityObjectpassed.protected @NonNull Set<ContentPermission> ContentRestrictionServiceImpl.getPreExistingContentPermissions(@Nullable ContentEntityObject ceo, @Nullable String permissionType, @Nullable Predicate<ContentPermission> filterBy) Gets Set of all the distinctContentPermissions of the specifiedpermissionTypepre-existing on theContentEntityObjectpassed.protected @NonNull Set<ContentPermission> ContentRestrictionServiceImpl.getPreExistingContentPermissionsForSubjectType(@Nullable ContentEntityObject ceo, @Nullable String permissionType, @Nullable SubjectType subjectType) Gets pre-existingContentPermissions (plural) for theSubjectTypeandOperationKey(as String permissionType) specified. -
Uses of ContentEntityObject in com.atlassian.confluence.content
Subclasses of ContentEntityObject in com.atlassian.confluence.contentModifier and TypeClassDescriptionclassGeneric ContentEntityObject that plugins can use to extend Confluence's content system.Methods in com.atlassian.confluence.content that return ContentEntityObjectModifier and TypeMethodDescription@Nullable ContentEntityObjectCustomContentEntityObject.getContainer()ContentProperty.getContentEntity()Content.getEntity()Gets the ContentEntityObject that backs this piece of content.Methods in com.atlassian.confluence.content with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionContentEntityExcerpter.createExcerpt(ContentEntityObject ceo) ContentEntityExcerpter.getBodyAsStringWithoutMarkup(ContentEntityObject ceo) ContentEntityExcerpter.getBodyAsStringWithoutMarkup(ContentEntityObject ceo, int maxExcerptLength) @NonNull PageResponse<CustomContentEntityObject> CustomContentManager.getChildrenOfTypeAndFilter(ContentEntityObject entity, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super CustomContentEntityObject> predicate) Returns the children of a CustomContentEntityObject, limited to the pagination requested.booleanContentEntityAdapter.isAllowedContainer(ContentEntityObject child, ContentEntityObject container) Determine if a particular content is an acceptable container for a particular child.booleanContentEntityAdapterParent.isAllowedContainer(ContentEntityObject child, ContentEntityObject container) booleanDefaultContentAdapter.isAllowedContainer(ContentEntityObject child, ContentEntityObject owner) voidCustomContentManager.saveContentEntity(ContentEntityObject obj, @Nullable ContentEntityObject origObj, @Nullable SaveContext saveContext) voidCustomContentEntityObject.setContainer(@Nullable ContentEntityObject container) voidContentProperty.setContentEntity(ContentEntityObject content) -
Uses of ContentEntityObject in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport with type parameters of type ContentEntityObjectModifier and TypeMethodDescription<T extends ContentEntityObject>
TContentCreator.cloneForUpdate(T ceo) <T extends ContentEntityObject>
TDefaultContentCreator.cloneForUpdate(T ceo) <T extends ContentEntityObject>
TDraftAttributesCopier.copyDraftAttributes(T entity, Draft draft) Transfers all metadata from draft to the entity.<T extends ContentEntityObject>
TContentCreator.saveNewContent(T entity, @Nullable Version version, @Nullable Draft draft) <T extends ContentEntityObject>
TDefaultContentCreator.saveNewContent(T entity, @Nullable Version version, @Nullable Draft draft) Save a newly created content entity object<T extends ContentEntityObject>
TContentCreator.saveNewVersion(T ceo, T originalCEO, Version version) <T extends ContentEntityObject>
TDefaultContentCreator.saveNewVersion(T ceo, T originalCEO, Version version) Save a new version of the CEO due to an update<T extends ContentEntityObject>
T<T extends ContentEntityObject>
TSaves CEOMethods in com.atlassian.confluence.content.apisupport that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionCustomContentApiSupportParams.getContentFactory()CustomContentApiSupportParamsImpl.getContentFactory()Methods in com.atlassian.confluence.content.apisupport with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionbooleanContentCreator.setCommonMetadata(Content updatedContent, ContentEntityObject entity) booleanDefaultContentCreator.setCommonMetadata(Content updatedContent, ContentEntityObject entity) Sets the common metadata on the entityvoidContentCreator.setCommonPropertiesForCreate(Content newContent, ContentEntityObject entity, ConfluenceUser authenticatedUser) voidDefaultContentCreator.setCommonPropertiesForCreate(Content newContent, ContentEntityObject entity, ConfluenceUser authenticatedUser) Sets common properties on a newly created entity in preparation for being saved.booleanContentCreator.setCommonPropertiesForUpdate(Content updatedContent, ContentEntityObject entity) booleanDefaultContentCreator.setCommonPropertiesForUpdate(Content updatedContent, ContentEntityObject entity) Sets common properties on the entity in preparation for an update.booleanContentCreator.setContentBodyOnEntity(Content updatedContent, ContentEntityObject entity) booleanDefaultContentCreator.setContentBodyOnEntity(Content updatedContent, ContentEntityObject entity) Sets the body content in updatedContent on the entitybooleanContentCreator.setContentStatusOnEntity(Content updatedContent, ContentEntityObject entity) booleanDefaultContentCreator.setContentStatusOnEntity(Content updatedContent, ContentEntityObject entity) Sets the content status from updatedContent on the entitybooleanContentCreator.setLabelsMetadataOnEntity(Content updatedContent, ContentEntityObject entity) booleanDefaultContentCreator.setLabelsMetadataOnEntity(Content updatedContent, ContentEntityObject entity) Sets the labels metadata on the entitybooleanContentCreator.setOriginalVersionOnEntity(Content updatedContent, ContentEntityObject entity) booleanDefaultContentCreator.setOriginalVersionOnEntity(Content updatedContent, ContentEntityObject entity) This property only applies to shared drafts.booleanContentCreator.setTitleOnEntity(Content updatedContent, ContentEntityObject entity) booleanDefaultContentCreator.setTitleOnEntity(Content updatedContent, ContentEntityObject entity) Sets the title in updatedContent on the entityContentCreator.validateUpdate(ConfluenceUser user, Content updatedContent, ContentEntityObject entity) DefaultContentCreator.validateUpdate(ConfluenceUser user, Content updatedContent, ContentEntityObject entity) Perform common validation checks for updating contentMethod parameters in com.atlassian.confluence.content.apisupport with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionfinal PageResponse<Content> BaseContentTypeApiSupport.getFilteredChildren(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) Retrieve the children of an item of Content.ContentTypeApiSupport.getFilteredChildren(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) Retrieve the children of an item of Content filtered by a predicate.protected PageResponse<Content> BaseContentTypeApiSupport.getFilteredChildrenForThisType(T content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) This method includes an additional parameter "location", it will call the default one if not overriddenprotected PageResponse<Content> BaseContentTypeApiSupport.getFilteredChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) This method includes an additional parameter "location", it will call the default one if not overriddenprotected PageResponse<Content> CustomContentTypeApiSupport.getFilteredChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) ContentCreator.validateCreate(ConfluenceUser confluenceUser, Content newContent, Class<? extends ContentEntityObject> entityClass) DefaultContentCreator.validateCreate(ConfluenceUser confluenceUser, Content newContent, Class<? extends ContentEntityObject> entityClass) Perform common validation checks for creation of content in a spaceConstructor parameters in com.atlassian.confluence.content.apisupport with type arguments of type ContentEntityObjectModifierConstructorDescriptionCustomContentApiSupportParamsImpl(ApiSupportProvider provider, CustomContentManager customContentManager, ContentCreator contentCreator, ContentEntityManager contentEntityManager, ModelFactory<ContentEntityObject, Content> contentFactory) -
Uses of ContentEntityObject in com.atlassian.confluence.content.event
Methods in com.atlassian.confluence.content.event that return ContentEntityObject -
Uses of ContentEntityObject in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml with type parameters of type ContentEntityObjectModifier and TypeMethodDescription<T extends ContentEntityObject>
TDefaultXhtmlContent.convertWikiBodyToStorage(T ceo) Methods in com.atlassian.confluence.content.render.xhtml that return ContentEntityObjectModifier and TypeMethodDescription@Nullable ContentEntityObjectConversionContext.getEntity()Get the current ContentEntityObject for this context.DefaultConversionContext.getEntity()XhtmlFragmentTimeoutEvent.getEntity()XhtmlMacroTimeoutEvent.getEntity()Methods in com.atlassian.confluence.content.render.xhtml with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionPolicyConfiguredCleaner.clean(ContentEntityObject uncleanCeo) XhtmlCleaner.clean(ContentEntityObject uncleanCeo) Deprecated.Clean the supplied body content markup and make it safe from security concerns.PolicyConfiguredCleaner.cleanEntity(ContentEntityObject uncleanCeo) StorageFormatCleaner.cleanEntity(ContentEntityObject uncleanCeo) Clean the supplied body content markup and make it safe from security concerns.PolicyConfiguredCleaner.cleanQuietly(ContentEntityObject uncleanCeo) StorageFormatCleaner.cleanQuietly(ContentEntityObject uncleanCeo) Clean the specified body content markup and make it safe from security concerns with out reporting any clean up performedXhtmlCleaner.cleanQuietly(ContentEntityObject uncleanCeo) Deprecated.Clean the specified body content markup and make it safe from security concerns with out reporting any clean up performedDefaultLinkRenderer.render(ContentEntityObject content, ConversionContext conversionContext) DefaultLinkRenderer.render(ContentEntityObject content, String linkAlias, ConversionContext conversionContext) DefaultRenderer.render(ContentEntityObject content) DefaultRenderer.render(ContentEntityObject contentEntityObject, ConversionContext conversionContext) DeviceTypeAwareRenderer.render(ContentEntityObject content) DeviceTypeAwareRenderer.render(ContentEntityObject content, ConversionContext conversionContext) LinkRenderer.render(ContentEntityObject content, ConversionContext conversionContext) Renders link to specified content using the display name of the content as the link body.LinkRenderer.render(ContentEntityObject content, String linkAlias, ConversionContext conversionContext) Renders link to specified content with specified alias.Renderer.render(ContentEntityObject content) Renderer.render(ContentEntityObject content, ConversionContext conversionContext) Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type ContentEntityObjectModifierConstructorDescriptionXhtmlFragmentTimeoutEvent(Object src, ContentEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds) XhtmlMacroTimeoutEvent(Object src, String name, ContentEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds) -
Uses of ContentEntityObject in com.atlassian.confluence.content.render.xhtml.compatibility
Methods in com.atlassian.confluence.content.render.xhtml.compatibility with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionBodyTypeAwareRenderer.render(ContentEntityObject content) BodyTypeAwareRenderer.render(ContentEntityObject content, ConversionContext conversionContext) Produces an appropriate rendering of the specified content depending on itsBodyType. -
Uses of ContentEntityObject in com.atlassian.confluence.content.render.xhtml.links
Methods in com.atlassian.confluence.content.render.xhtml.links with parameters of type ContentEntityObjectModifier and TypeMethodDescriptiondefault StringHrefEvaluator.createHref(ConversionContext context, ContentEntityObject content, String anchor) OutgoingLinksExtractor.extract(ContentEntityObject content) XhtmlOutgoingLinksExtractor.extract(ContentEntityObject content) -
Uses of ContentEntityObject in com.atlassian.confluence.content.render.xhtml.migration
Methods in com.atlassian.confluence.content.render.xhtml.migration that return ContentEntityObjectMethods in com.atlassian.confluence.content.render.xhtml.migration that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionContentWithTasksWorkSource.getBatch()Returns a batch of work.WikiMarkupContentEntityObjectMigrationWorkSource.getBatch()Returns a batch of work.ContentDao.getLatestOrderedWikiContentFromContentId(long startContentId, int maxRows) DefaultContentDao.getLatestOrderedWikiContentFromContentId(long startContentId, int maxRows) ContentDao.getLatestOrderedXhtmlContentFromContentIds(long startContentId, long endContentId) This is for internal use only, Do not rely on it as a public API.DefaultContentDao.getLatestOrderedXhtmlContentFromContentIds(long startContentId, long endContentId) ContentDao.getOrderedXhtmlContentFromContentId(long startContentId, int maxRows) This is for internal use only, Do not rely on it as a public API.DefaultContentDao.getOrderedXhtmlContentFromContentId(long startContentId, int maxRows) DefaultContentDao.getPersistentClass()ContentDao.getXhtmlSpaceDescriptionsFromContentId(long startContentId, int maxRows) This is for internal use only, Do not rely on it as a public API.DefaultContentDao.getXhtmlSpaceDescriptionsFromContentId(long startContentId, int maxRows) Methods in com.atlassian.confluence.content.render.xhtml.migration with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionvoidContentDao.save(ContentEntityObject contentEntityObject) voidContentDao.save(ContentEntityObject entity, ContentEntityObject entityClone) protected voidDefaultContentDao.updateModificationData(ContentEntityObject objectToSave) This method overrides the default behaviour which is to get the current user from a thread local and to set the last updated time to the current time.Constructor parameters in com.atlassian.confluence.content.render.xhtml.migration with type arguments of type ContentEntityObjectModifierConstructorDescriptionDefaultSiteMigrator(int numberOfThreads, org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentDao contentDao, ExceptionTolerantMigrator migrator, CacheFlusher cacheFlusher, BatchableWorkSource<ContentEntityObject> workSource, String versionCommentProperty, String defaultVersionCommment, com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService) -
Uses of ContentEntityObject in com.atlassian.confluence.content.render.xhtml.migration.exceptions
Constructors in com.atlassian.confluence.content.render.xhtml.migration.exceptions with parameters of type ContentEntityObjectModifierConstructorDescriptionContentMigrationException(ContentEntityObject ceo, Throwable cause) -
Uses of ContentEntityObject in com.atlassian.confluence.content.render.xhtml.migration.macro
Methods in com.atlassian.confluence.content.render.xhtml.migration.macro with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionbooleanContentEntityMigrationBatchTask.apply(ContentEntityObject entity, int index, int batchSize) -
Uses of ContentEntityObject in com.atlassian.confluence.content.render.xhtml.migration.tasks
Constructor parameters in com.atlassian.confluence.content.render.xhtml.migration.tasks with type arguments of type ContentEntityObjectModifierConstructorDescriptionContentEntityMigrationTaskWrapper(ExceptionReport report, BatchableWorkSource<ContentEntityObject> workSource, ContentEntityMigrationBatchTask batchTask, ContentEntityMigrationTaskWrapper.LoggingCallback loggingCallback, org.hibernate.SessionFactory sessionFactory) -
Uses of ContentEntityObject in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers that return ContentEntityObjectModifier and TypeMethodDescriptionAttachmentOwningContentResolver.resolve(AttachmentResourceIdentifier resourceIdentifier, ConversionContext conversionContext) ContentEntityResourceIdentifierResolver.resolve(ContentEntityResourceIdentifier resourceIdentifier, ConversionContext conversionContext) Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultResourceIdentifierContextUtility.convertToAbsolute(ResourceIdentifier ri, ContentEntityObject ceo) ResourceIdentifierContextUtility.convertToAbsolute(ResourceIdentifier ri, ContentEntityObject ceo) Create and return a fully populated version of the supplied ResourceIdentifier with any missing attributes derived from the supplied context ContentEntityObject.DefaultResourceIdentifierContextUtility.convertToRelative(ResourceIdentifier ri, ContentEntityObject ceo) ResourceIdentifierContextUtility.convertToRelative(ResourceIdentifier ri, ContentEntityObject ceo) Make the provided ResourceIdentifier as relative as possible to the provided ContentEntityObject.DefaultResourceIdentifierContextUtility.createAbsoluteResourceIdentifier(ContentEntityObject ceo) ResourceIdentifierContextUtility.createAbsoluteResourceIdentifier(ContentEntityObject ceo) Create a fully populated (absolute) ResourceIdentifier from the supplied ContentEntityObject.DefaultResourceIdentifierContextUtility.innerConvertToRelative(ResourceIdentifier ri, ContentEntityObject ceo) booleanDefaultResourceIdentifierMatcher.matches(ContentEntityObject ceo, ResourceIdentifier ri) booleanResourceIdentifierMatcher.matches(ContentEntityObject ceo, ResourceIdentifier ri) -
Uses of ContentEntityObject in com.atlassian.confluence.content.render.xhtml.view.excerpt
Methods in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultExcerpter.createExcerpt(ContentEntityObject contentEntity, String outputType) DefaultExcerpter.createExcerpt(ContentEntityObject contentEntity, String outputType, ExcerptConfig config) DefaultExcerpter.createExcerpt(ContentEntityObject contentEntity, String outputType, Set<String> excludeSet, int maxBlocksForExcerpt) Deprecated.since 5.9.Excerpter.createExcerpt(ContentEntityObject contentEntityObject, String outputType) Creates an excerpt of the contentEntityObject without any tags excluded including an implementation specific number of blockingExcerpter.createExcerpt(ContentEntityObject contentEntity, String outputType, ExcerptConfig config) Creates an excerpt of the contentEntityObject excluding any html tags that are in the exclude set.DefaultExcerpter.extractImageSrc(ContentEntityObject ceo, int maxImages) DefaultExcerpter.extractImageSrc(ContentEntityObject ceo, int maxImages, boolean alwaysUseThumbnails) Excerpter.extractImageSrc(ContentEntityObject ceo, int numImages) Excerpter.extractImageSrc(ContentEntityObject ceo, int numImages, boolean useThumbnails) DefaultExcerpter.extractImageThumbnailUris(ContentEntityObject contentEntity, int maxUris) Excerpter.extractImageThumbnailUris(ContentEntityObject contentEntity, int maxUris) Returns the URIs of thumbnails for each of the images attached to the specified content entity.DefaultExcerpter.getExcerpt(ContentEntityObject content) Excerpter.getExcerpt(ContentEntityObject ceo) Returns the already created excerpts of content.DefaultExcerpter.getExcerptSummary(ContentEntityObject content) Excerpter.getExcerptSummary(ContentEntityObject ceo) Returns the summary of an already created excerpt of content.DefaultExcerpter.renderContent(ContentEntityObject contentEntity, String outputType) Deprecated. -
Uses of ContentEntityObject in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionBlogPostService.newCreateBlogPostCommand(BlogPostProvider provider, CreateContextProvider contextProvider, ContentEntityObject draft, ConfluenceUser user) DefaultBlogPostService.newCreateBlogPostCommand(BlogPostProvider provider, CreateContextProvider contextProvider, ContentEntityObject draft, ConfluenceUser user) Deprecated.DefaultPageService.newCreatePageCommand(PageProvider provider, CreateContextProvider contextProvider, ContentEntityObject draft, ConfluenceUser user) PageService.newCreatePageCommand(PageProvider provider, CreateContextProvider contextProvider, ContentEntityObject draft, ConfluenceUser user) Retrieve a command for creating a new page for the specified user.DefaultPageService.newCreatePageCommandFromExisting(PageProvider pageProvider, CreateContextProvider contextProvider, ContentEntityObject draft, ConfluenceUser user, SpaceProvider spaceProvider) DefaultPageService.newCreatePageCommandFromExisting(PageProvider provider, ContentEntityObject draft, ConfluenceUser user, SpaceProvider spaceProvider) PageService.newCreatePageCommandFromExisting(PageProvider provider, CreateContextProvider contextProvider, ContentEntityObject draft, ConfluenceUser user, SpaceProvider spaceProvider) This is not a public API method! Creating a page from an existing page has different authorisation and validation logic from creating a brand new page.PageService.newCreatePageCommandFromExisting(PageProvider provider, ContentEntityObject draft, ConfluenceUser user, SpaceProvider spaceProvider) This is not a public API method! Creating a page from an existing page has different authorisation and validation logic from creating a brand new page. -
Uses of ContentEntityObject in com.atlassian.confluence.content.service.blogpost
Constructors in com.atlassian.confluence.content.service.blogpost with parameters of type ContentEntityObjectModifierConstructorDescriptionCreateBlogPostCommandImpl(PageManager pageManager, SpacePermissionManager spacePermissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostProvider blogPostProvider, CreateContextProvider contextProvider, ContentEntityObject draft, ConfluenceUser user, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper) -
Uses of ContentEntityObject in com.atlassian.confluence.content.service.comment
Methods in com.atlassian.confluence.content.service.comment that return ContentEntityObjectModifier and TypeMethodDescriptionprotected ContentEntityObjectCreateCommentCommandImpl.getContent() -
Uses of ContentEntityObject in com.atlassian.confluence.content.service.page
Methods in com.atlassian.confluence.content.service.page that return ContentEntityObjectModifier and TypeMethodDescriptionRevertContentToVersionCommand.getVersionToRevert(ContentEntityObject latestVersion, int version) Methods in com.atlassian.confluence.content.service.page with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionvoidRevertContentToVersionCommand.execute(ContentEntityObject ceo, int version, String revertComment, boolean revertTitle) RevertContentToVersionCommand.getVersionToRevert(ContentEntityObject latestVersion, int version) booleanRevertContentToVersionCommand.isAuthorized(ConfluenceUser currentUser, ContentEntityObject contentEntityObject) voidRevertContentToVersionCommand.validate(ServiceCommandValidator validator, ContentEntityObject ceo, ContentEntityObject possibleConflictingCeo, int versionToRevert, boolean revertTitle) Constructors in com.atlassian.confluence.content.service.page with parameters of type ContentEntityObjectModifierConstructorDescriptionprotectedCreateAbstractPageCommandImpl(PageManager pageManager, ContentPermissionManager contentPermissionManager, DraftService draftService, com.atlassian.event.api.EventPublisher eventPublisher, CreateContextProvider contextProvider, ContentEntityObject draft, ConfluenceUser user, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper) CreatePageCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, CreateContextProvider contextProvider, ContentEntityObject draft, ConfluenceUser user, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper) CreatePageFromExistingCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, CreateContextProvider contextProvider, ContentEntityObject draft, ConfluenceUser user, SpaceProvider spaceProvider, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper) -
Uses of ContentEntityObject in com.atlassian.confluence.content.ui
Classes in com.atlassian.confluence.content.ui with type parameters of type ContentEntityObjectMethods in com.atlassian.confluence.content.ui with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultContentUiSupport.getContentCssClass(ContentEntityObject content) DefaultContentUiSupport.getContentTypeI18NKey(ContentEntityObject content) DefaultContentUiSupport.getIconCssClass(ContentEntityObject content) DefaultContentUiSupport.getIconFilePath(ContentEntityObject content, int size) DefaultContentUiSupport.getIconPath(ContentEntityObject content, int size) -
Uses of ContentEntityObject in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core with type parameters of type ContentEntityObjectModifier and TypeInterfaceDescriptioninterfaceModification<T extends ContentEntityObject>Clients should implement this interface and modify the passed in reference toContentEntityObjectas they see fit.Subclasses of ContentEntityObject in com.atlassian.confluence.coreModifier and TypeClassDescriptionclassA ContentEntityObject that is a first-class member of a Space (i.e.Methods in com.atlassian.confluence.core with type parameters of type ContentEntityObjectModifier and TypeMethodDescription<T extends ContentEntityObject>
voidContentEntityManager.saveNewVersion(T current, Modification<T> modification) Applies the state changes supplied by modification and persists those changes to a new version.<T extends ContentEntityObject>
voidContentEntityManager.saveNewVersion(T current, Modification<T> modification, @Nullable SaveContext saveContext) Applies the state changes supplied by modification and persists those changes to a new version.Methods in com.atlassian.confluence.core that return ContentEntityObjectModifier and TypeMethodDescription@Nullable ContentEntityObjectContentEntityManager.getById(long id) Deprecated.since 7.5.0, useContentService.find(Expansion...)for plugins, or useContentEntityManagerInternalin core where applicableprotected @Nullable ContentEntityObjectContentEntityObject.getContainerContent()Implementing classes wanting to beContainedin another CEO should implement the Contained interface and delegate to this methodBodyContent.getContent()ContentEntityObject.getEntity()@Nullable ContentEntityObjectContentEntityManager.getNextVersion(ContentEntityObject ceo) Deprecated.since 7.5.0, useContentService.find(Expansion...)for plugins, or useContentEntityManagerInternalin core where applicable@Nullable ContentEntityObjectContentEntityManager.getOtherVersion(ContentEntityObject ceo, int version) Deprecated.since 7.5.0, useContentService.find(Expansion...)for plugins, or useContentEntityManagerInternalin core where applicable@Nullable ContentEntityObjectContentEntityManager.getPreviousVersion(ContentEntityObject ceo) Deprecated.since 7.5.0, useContentService.find(Expansion...)for plugins, or useContentEntityManagerInternalin core where applicableMethods in com.atlassian.confluence.core that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionContentEntityManager.getContentAuthoredByUser(ConfluenceUser user) static Map<ContentEntityObject, Map<String, ContentPermissionSet>> ContentPermissionUtils.getPermissionsAsMap(List<ContentPermissionSet> contentPermissionSets) @NonNull Iterator<ContentEntityObject> ContentEntityManager.getRecentlyAddedEntities(@Nullable String spaceKey, int maxResults) Retrieve an iterator of recently added entities, in order of most recent to last.@NonNull Iterator<ContentEntityObject> ContentEntityManager.getRecentlyModifiedEntitiesForUser(ConfluenceUser user) Retrieve an iterator of recently modified entities, in order of most recent to last.@NonNull List<ContentEntityObject> ContentEntityManager.getRecentlyModifiedForChangeDigest(Date fromDate) Retrieves a list ofContentEntityObjects that have been newly added or modified since the date specified.@NonNull Map<Long, ContentEntityObject> ContentEntityManager.getVersionsLastEditedByUser(@NonNull Collection<ContentId> contentIds, @Nullable com.atlassian.sal.api.user.UserKey userKey) Gets theContentEntityObjectobjects relating to the version of the given contentIds that were last edited by the given user.Methods in com.atlassian.confluence.core with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionvoidContentPermissionManager.addContentPermission(ContentPermission permission, ContentEntityObject content) Add permissions to the content entity objecct through the manager.protected voidConfluenceActionSupport.addToHistory(ContentEntityObject content) ApiRestEntityFactory.buildRestEntityFrom(ContentEntityObject entity, Expansions expansions) Build a REST API entity from a ContentEntityObject.final intContentEntityObject.compareTo(ContentEntityObject otherEntity) Content entities are naturally ordered alphabetically by "comparison name", which depends on the entity (it's the title for pages, the parent page title for comments, etc.).voidContentPermissionManager.copyContentPermissions(ContentEntityObject from, ContentEntityObject to) Copies all content permissions from one content entity to another.ContentPermissionManager.getContentPermissionSets(ContentEntityObject ceo, String type) Get the ContentPermissionSets that affect this ceo, both inherited and directly.static List<CustomContentEntityObject> CustomContentAccessor.getCustomContent(ContentEntityObject ceo) ContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject) ContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject, boolean includeEditPermissions) Get the inherited ContentPermissionSets that affect this ceo.InheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject) InheritedContentPermissionManager.getInheritedContentPermissionSetsIncludeEdit(ContentEntityObject contentEntityObject) ContentPermissionManager.getInheritedContentUserPermissions(ContentEntityObject contentEntityObject) @Nullable ContentEntityObjectContentEntityManager.getNextVersion(ContentEntityObject ceo) Deprecated.since 7.5.0, useContentService.find(Expansion...)for plugins, or useContentEntityManagerInternalin core where applicable@Nullable ContentEntityObjectContentEntityManager.getOtherVersion(ContentEntityObject ceo, int version) Deprecated.since 7.5.0, useContentService.find(Expansion...)for plugins, or useContentEntityManagerInternalin core where applicable@Nullable ContentEntityObjectContentEntityManager.getPreviousVersion(ContentEntityObject ceo) Deprecated.since 7.5.0, useContentService.find(Expansion...)for plugins, or useContentEntityManagerInternalin core where applicable@Nullable StringContentPropertyManager.getStringProperty(ContentEntityObject entity, String key) Get a string property associated with a content entity object, or null if that property is not set.@NonNull List<VersionHistorySummary> ContentEntityManager.getVersionHistorySummaries(ContentEntityObject ceo) Get a VersionHistorySummary for all previous versions of a ContentEntityObject, starting with the current content.booleanContentPermissionManager.hasContentLevelPermission(ConfluenceUser user, String permissionType, ContentEntityObject content) fetches the inherited and explicit content level permissions for this content object and determines whether the user has access.PermissionOverrideExtension.hasContentLevelPermission(ConfluenceUser user, String permissionType, ContentEntityObject contentEntityObject) The implementation of this method is supposed to either deny permissions or abstain from decision if the user has permissions against the content.booleanContentPermissionManager.isSharedAccessAllowed(ConfluenceUser user, ContentEntityObject contentEntity) Checks if this draft can be accessed by users other than the creator (shared access)voidContentEntityManager.refreshContentEntity(ContentEntityObject obj) Refreshes the specified entity (including content) in the Hibernate session to ensure that subsequent retrievals are up-to-date.voidContentEntityManager.removeContentEntity(ContentEntityObject obj) Removes given content entity object and all associated domain objects i.e.voidContentEntityManager.removeHistoricalVersion(ContentEntityObject historicalVersion) Removes a historical ContentEntityObject.voidContentPropertyManager.removeProperties(ContentEntityObject entity) Remove all the properties associated with the content entity object.voidContentPropertyManager.removeProperty(ContentEntityObject entity, String key) Remove the property associated with the content entity object.voidContentEntityManager.revertContentEntityBackToVersion(ContentEntityObject obj, int version, @Nullable String revertComment, boolean revertTitle) Reverts aContentEntityObjectback to its state at the version specified byversion.voidContentEntityManager.saveContentEntity(ContentEntityObject obj, @Nullable ContentEntityObject origObj, @Nullable SaveContext saveContext) In order to create a history for this object, we need to pass in the modified as well as the original version of the object.voidContentEntityManager.saveContentEntity(ContentEntityObject obj, @Nullable SaveContext saveContext) protected voidContentEntityObject.setContainerContent(@Nullable ContentEntityObject container) voidBodyContent.setContent(ContentEntityObject content) voidContentPermissionManager.setContentPermissions(@NonNull Map<String, Collection<ContentPermission>> requiredPermissionsMap, ContentEntityObject content) Set the Content Permissions on the CEO to be the list ofContentPermissions passed.voidContentPermissionManager.setContentPermissions(Collection<ContentPermission> contentPermissions, ContentEntityObject content, String type) Set the Content Permissions on the CEO to be the list ofContentPermissions passed.voidContentEntityObject.setContentPropertiesFrom(ContentEntityObject ceo) Initialises theContentPropertiesof this ContentEntityObject by performing a deep clone of theContentEntityObjectobject's properties.voidContentPropertyManager.setStringProperty(ContentEntityObject entity, String key, String value) Associate a string property with a content entity object, or null if that property is not set.voidContentPropertyManager.transferProperties(ContentEntityObject source, ContentEntityObject destination) Copies all properties associated with the source content entity object to the destination content entity object, and then removes all properties from the source content entity object.Method parameters in com.atlassian.confluence.core with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionApiRestEntityFactory.buildRestEntityFromContent(Iterable<? extends ContentEntityObject> entities, Expansions expansions) Build a list of REST API entity objects from ContentEntityObject objects.Constructors in com.atlassian.confluence.core with parameters of type ContentEntityObjectModifierConstructorDescriptionBodyContent(ContentEntityObject content, String body, BodyType bodyType) -
Uses of ContentEntityObject in com.atlassian.confluence.core.persistence
Methods in com.atlassian.confluence.core.persistence that return ContentEntityObjectModifier and TypeMethodDescriptionContentEntityObjectDao.findDraftFor(long contentId) Retrieves the draft for the given content if exists.ContentEntityObjectDao.getById(long id) Retrieve the object with a particular id from the database.ContentEntityObjectDao.getFirstVersionAfter(long originalVersionContentId, int version) ContentEntityObjectDao.getFirstVersionBefore(long originalVersionContentId, int version) ContentEntityObjectDao.getVersion(long originalVersionContentId, int version) Methods in com.atlassian.confluence.core.persistence that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionContentEntityObjectDao.findAllDraftsFor(long contentId) Retrieves a list of drafts for the given content if any drafts exist.default List<ContentEntityObject> ContentEntityObjectDao.findDraftsWithUnpublishedChangesForUser(ConfluenceUser creator) Retrieves the drafts for the givenUser, which contains unpublished changesContentEntityObjectDao.findHistoricalVersionsAfterVersion(long originalContentId, int version) ContentEntityObjectDao.findPreviousVersions(long originalContentId) ContentEntityObjectDao.findUnpublishedContentWithUserContributions(ConfluenceUser user) Retrieves the drafts for the givenUser.ContentEntityObjectDao.getContentAuthoredByUser(ConfluenceUser user) ContentEntityObjectDao.getLastEditedOldVersionsOf(Collection<ContentId> contentIds) Retrieves all old the last edited versions for each user who has contributed to the specified piece of content.ContentEntityObjectDao.getLastEditedVersionsOf(ContentEntityObject content) Retrieves all the last edited versions for each user who has contributed to the specified piece of content.ContentEntityObjectDao.getRecentlyAddedEntities(String spaceKey, int maxResults) ContentEntityObjectDao.getRecentlyModifiedEntities(int maxResults) ContentEntityObjectDao.getRecentlyModifiedEntitiesForUser(ConfluenceUser user) ContentEntityObjectDao.getRecentlyModifiedForChangeDigest(Date fromDate) Retrieves a list ofContentEntityObjects that have been newly added or modified since the date specified.ContentEntityObjectDao.getTrashedContent(String spaceKey) Deprecated.since 6.10.0 useContentEntityObjectDao.getTrashedContents(String, int, int)default List<ContentEntityObject> ContentEntityObjectDao.getTrashedContents(String spaceKey, int offset, int limit) default PageResponse<ContentEntityObject> ContentEntityObjectDao.getTrashedContents(String spaceKey, LimitedRequest pageRequest, @Nullable Predicate<? super ContentEntityObject> filter) ContentEntityObjectDao.getVersionsLastEditedByUser(Collection<Long> contentIds, com.atlassian.sal.api.user.UserKey userKey) Gets theContentEntityObjectobjects, either the current version or historical version relating to given contentIds of the current version that was the most recent version edited by the given user.ContentEntityObjectDao.getVersionsLastEditedByUserNew(Collection<Long> contentIds, com.atlassian.sal.api.user.UserKey userKey) Deprecated.since 6.4.0Methods in com.atlassian.confluence.core.persistence with parameters of type ContentEntityObjectModifier and TypeMethodDescriptiondefault Set<ConfluenceUser> ContentEntityObjectDao.getAllModifiers(ContentEntityObject ceo) Deprecated.since 7.14 useContentEntityObjectDao.getAllModifiers(Collection)ContentEntityObjectDao.getLastEditedVersionsOf(ContentEntityObject content) Retrieves all the last edited versions for each user who has contributed to the specified piece of content.voidContentEntityObjectDao.save(ContentEntityObject contentEntityObject) voidContentEntityObjectDao.save(ContentEntityObject entity, ContentEntityObject entityClone) Method parameters in com.atlassian.confluence.core.persistence with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptiondefault PageResponse<ContentEntityObject> ContentEntityObjectDao.getTrashedContents(String spaceKey, LimitedRequest pageRequest, @Nullable Predicate<? super ContentEntityObject> filter) ContentEntityObjectDao.getVersionEditContributors(Iterable<ContentEntityObject> originalVersions) Get version edit contributors for a set of content identifiers. -
Uses of ContentEntityObject in com.atlassian.confluence.diff
Methods in com.atlassian.confluence.diff with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionDaisyHtmlDiffer.diff(ContentEntityObject leftContent, ContentEntityObject rightContent) Differ.diff(ContentEntityObject left, ContentEntityObject right) Computes a diff between the specified left and right input.WikiConvertingHtmlDiffer.diff(ContentEntityObject left, ContentEntityObject right) Constructors in com.atlassian.confluence.diff with parameters of type ContentEntityObjectModifierConstructorDescriptionInterruptedDiffException(ContentEntityObject leftContent, ContentEntityObject rightContent, int timeout) -
Uses of ContentEntityObject in com.atlassian.confluence.diff.beans
Constructors in com.atlassian.confluence.diff.beans with parameters of type ContentEntityObjectModifierConstructorDescriptionConfluenceDiffDraftBean(ContentEntityObject original, Draft latest, Differ differ) -
Uses of ContentEntityObject in com.atlassian.confluence.dmz
Methods in com.atlassian.confluence.dmz with type parameters of type ContentEntityObjectModifier and TypeMethodDescription<T extends ContentEntityObject>
TContentDraftManagerInternal.createDraft(T obj, SaveContext saveContext) This method sets the common properties of theContentEntityObjectto be saved as a draft<T extends ContentEntityObject>
List<T> ContentDraftManagerInternal.findAllDraftsFor(long contentId) Retrieves a list of drafts for the given content ID if any exist.<T extends ContentEntityObject>
TContentDraftManagerInternal.findDraftFor(long contentId) Retrieves the draft for the given content ID if it exists<T extends ContentEntityObject>
TContentDraftManagerInternal.findDraftFor(T ceo) Retrieves the draft for the given content if exists.Methods in com.atlassian.confluence.dmz that return ContentEntityObjectMethods in com.atlassian.confluence.dmz that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionContentDraftManagerInternal.findAllDraftsWithUnpublishedChangesForUser(ConfluenceUser creator) Retrieves the drafts for the givenUserContentDraftManagerInternal.findUnpublishedContentWithUserContributions(ConfluenceUser user) Retrieves the drafts for the givenUserIMPORTANT: this method doesn't return published shared drafts, only personal drafts and unpublished shared drafts@NonNull PageResponse<ContentEntityObject> ContentEntityManagerInternal.getByIdsAndFilters(List<ContentId> contentIds, LimitedRequest limitedRequest, Predicate<? super ContentEntityObject> filter) Method parameters in com.atlassian.confluence.dmz with type arguments of type ContentEntityObjectModifier and TypeMethodDescription@NonNull PageResponse<ContentEntityObject> ContentEntityManagerInternal.getByIdsAndFilters(List<ContentId> contentIds, LimitedRequest limitedRequest, Predicate<? super ContentEntityObject> filter) -
Uses of ContentEntityObject in com.atlassian.confluence.dmz.pages
Methods in com.atlassian.confluence.dmz.pages with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionTrashManagerInternal.findTrashDate(ContentEntityObject ceo) Trash date is only available since Confluence 7.14.AttachmentManagerInternal.getFilteredAttachments(ContentEntityObject content, LimitedRequest pageRequest, Predicate<? super Attachment> filterPredicate) Returns the current attachments under the CEO.voidAttachmentManagerInternal.moveAttachment(Attachment attachment, ContentEntityObject newContainer) Moves an attachment to a differentContentEntityObjectcontainer.Method parameters in com.atlassian.confluence.dmz.pages with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionAttachmentManagerInternal.getLatestVersionsOfAttachmentsWithAnyStatusForContainers(Iterable<? extends ContentEntityObject> contentEntityObjects) Returns a list of all the latest versions of attachments for all the CEOs provided (including trashed) -
Uses of ContentEntityObject in com.atlassian.confluence.dmz.service.content
Methods in com.atlassian.confluence.dmz.service.content with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionContentBodyConversionManager.convert(ContentRepresentation from, String value, ContentRepresentation to, ContentEntityObject ceo, Expansion... expansions) Computes the converted value of the ContentBody and the required web resources that may be needed to render the converted value. -
Uses of ContentEntityObject in com.atlassian.confluence.event.events.content
Methods in com.atlassian.confluence.event.events.content that return ContentEntityObjectModifier and TypeMethodDescription@NonNull ContentEntityObjectContented.getContent()@NonNull ContentEntityObjectContentHistoricalVersionRemoveEvent.getContent()ContentRevertedEvent.getEntity()Constructors in com.atlassian.confluence.event.events.content with parameters of type ContentEntityObjectModifierConstructorDescriptionContentHistoricalVersionRemoveEvent(Object src, ContentEntityObject historicalVersion) ContentRevertedEvent(ContentEntityObject entity, int version, @Nullable String revertComment) -
Uses of ContentEntityObject in com.atlassian.confluence.event.events.content.attachment
Methods in com.atlassian.confluence.event.events.content.attachment that return ContentEntityObjectModifier and TypeMethodDescription@NonNull ContentEntityObjectAttachmentEvent.getAttachedTo()@NonNull ContentEntityObjectAttachmentEvent.getContent() -
Uses of ContentEntityObject in com.atlassian.confluence.event.events.content.blogpost
Methods in com.atlassian.confluence.event.events.content.blogpost that return ContentEntityObject -
Uses of ContentEntityObject in com.atlassian.confluence.event.events.content.comment
Methods in com.atlassian.confluence.event.events.content.comment that return ContentEntityObject -
Uses of ContentEntityObject in com.atlassian.confluence.event.events.content.draft
Methods in com.atlassian.confluence.event.events.content.draft that return ContentEntityObjectConstructors in com.atlassian.confluence.event.events.content.draft with parameters of type ContentEntityObject -
Uses of ContentEntityObject in com.atlassian.confluence.event.events.content.page
Methods in com.atlassian.confluence.event.events.content.page that return ContentEntityObject -
Uses of ContentEntityObject in com.atlassian.confluence.event.events.content.user
Methods in com.atlassian.confluence.event.events.content.user that return ContentEntityObject -
Uses of ContentEntityObject in com.atlassian.confluence.event.events.internal.security
Methods in com.atlassian.confluence.event.events.internal.security that return ContentEntityObjectModifier and TypeMethodDescriptionContentPermissionAddedEvent.getContent()ContentPermissionRemovedEvent.getContent()Constructors in com.atlassian.confluence.event.events.internal.security with parameters of type ContentEntityObjectModifierConstructorDescriptionContentPermissionAddedEvent(ContentEntityObject content, ContentPermission permission) ContentPermissionRemovedEvent(ContentEntityObject content, ContentPermission permission) -
Uses of ContentEntityObject in com.atlassian.confluence.event.events.like
Methods in com.atlassian.confluence.event.events.like that return ContentEntityObjectConstructors in com.atlassian.confluence.event.events.like with parameters of type ContentEntityObjectModifierConstructorDescriptionAbstractLikeEvent(Object src, com.atlassian.user.User user, ContentEntityObject content) LikeCreatedEvent(Object src, com.atlassian.user.User user, ContentEntityObject content) LikeRemovedEvent(Object src, com.atlassian.user.User user, ContentEntityObject contentEntity) -
Uses of ContentEntityObject in com.atlassian.confluence.event.events.permission
Methods in com.atlassian.confluence.event.events.permission that return ContentEntityObjectModifier and TypeMethodDescription@NonNull ContentEntityObjectContentTreePermissionReindexEvent.getContent()Constructors in com.atlassian.confluence.event.events.permission with parameters of type ContentEntityObjectModifierConstructorDescriptionContentTreePermissionReindexEvent(Object src, ContentEntityObject content) -
Uses of ContentEntityObject in com.atlassian.confluence.event.events.security
Methods in com.atlassian.confluence.event.events.security that return ContentEntityObjectModifier and TypeMethodDescription@NonNull ContentEntityObjectContentPermissionEvent.getContent()Constructors in com.atlassian.confluence.event.events.security with parameters of type ContentEntityObjectModifierConstructorDescriptionContentPermissionEvent(Object src, ContentEntityObject content, @Nullable ContentPermission contentPermission) ContentPermissionEvent(Object src, ContentEntityObject content, @Nullable ContentPermission contentPermission, boolean reindexNeeded) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionAbstractContentAuditListener.getSpaceName(ContentEntityObject ceo) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content with type parameters of type ContentEntityObjectModifier and TypeMethodDescription<T extends ContentEntityObject>
TDefaultContentEntityManager.createDraft(T draft, SaveContext saveContext) <T extends ContentEntityObject>
List<T> DefaultContentEntityManager.findAllDraftsFor(long contentId) <T extends ContentEntityObject>
TDefaultContentEntityManager.findDraftFor(long contentId) <T extends ContentEntityObject>
TDefaultContentEntityManager.findDraftFor(@NonNull T ceo) <T extends ContentEntityObject>
voidDefaultContentEntityManager.saveNewVersion(T current, Modification<T> modification) <T extends ContentEntityObject>
voidDefaultContentEntityManager.saveNewVersion(T current, Modification<T> modification, @Nullable SaveContext saveContext) <T extends ContentEntityObject>
voidDefaultPageManager.saveNewVersion(T current, Modification<T> modification, @Nullable SaveContext saveContext) Methods in com.atlassian.confluence.impl.content that return ContentEntityObjectModifier and TypeMethodDescription@Nullable ContentEntityObjectDefaultContentEntityManager.getById(long id) @Nullable ContentEntityObject@Nullable ContentEntityObject@Nullable ContentEntityObjectDefaultContentEntityManager.getNextVersion(ContentEntityObject ceo) @Nullable ContentEntityObjectDefaultContentEntityManager.getOtherVersion(ContentEntityObject ceo, int version) @Nullable ContentEntityObjectDefaultContentEntityManager.getPreviousVersion(ContentEntityObject ceo) Methods in com.atlassian.confluence.impl.content that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultContentEntityManager.findAllDraftsWithUnpublishedChangesForUser(ConfluenceUser creator) DefaultContentEntityManager.findUnpublishedContentWithUserContributions(ConfluenceUser user) @NonNull PageResponse<ContentEntityObject> DefaultContentEntityManager.getByIdsAndFilters(List<ContentId> contentIds, LimitedRequest limitedRequest, Predicate<? super ContentEntityObject> filter) DefaultContentEntityManager.getContentAuthoredByUser(ConfluenceUser user) @NonNull List<ContentEntityObject> DefaultPageManager.getOrderedXhtmlContentFromContentId(long startContentId, long endContentId, int maxRows) @NonNull List<ContentEntityObject> DefaultPageManager.getPreviousVersionsOfPageWithTaskId(long pageId, long taskId, int maxRows) @NonNull Iterator<ContentEntityObject> DefaultContentEntityManager.getRecentlyAddedEntities(@Nullable String spaceKey, int maxResults) @NonNull Iterator<ContentEntityObject> DefaultContentEntityManager.getRecentlyModifiedEntitiesForUser(ConfluenceUser user) @NonNull List<ContentEntityObject> DefaultContentEntityManager.getRecentlyModifiedForChangeDigest(Date fromDate) @NonNull Map<Long, ContentEntityObject> DefaultContentEntityManager.getVersionsLastEditedByUser(@NonNull Collection<ContentId> contentIds, @Nullable com.atlassian.sal.api.user.UserKey userKey) Methods in com.atlassian.confluence.impl.content with parameters of type ContentEntityObjectModifier and TypeMethodDescription@NonNull CommentDefaultCommentManager.addCommentToObject(ContentEntityObject ceo, Comment parent, String content) @NonNull CommentDefaultCommentManager.addCommentToObject(ContentEntityObject ceo, Comment parent, String content, @Nullable NewCommentDeduplicator commentDeduplicator) static StringDefaultContentPropertyManager.cacheKey(ContentEntityObject entity, String key) protected @NonNull BodyContentDefaultContentEntityManager.convertFromWikiToStorageFormatIfRequired(ContentEntityObject historicalVersion) ContentTreePermissionReindexEventBackgroundSender.createParametersForContentEntityObject(ContentEntityObject page) @NonNull PageResponse<CustomContentEntityObject> DefaultCustomContentManager.getChildrenOfTypeAndFilter(ContentEntityObject entity, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super CustomContentEntityObject> predicate) This method is used by the Content API to retrieve children of a specific type and filter them by a predicate.@Nullable ContentEntityObjectDefaultContentEntityManager.getNextVersion(ContentEntityObject ceo) @Nullable ContentEntityObjectDefaultContentEntityManager.getOtherVersion(ContentEntityObject ceo, int version) @Nullable ContentEntityObjectDefaultContentEntityManager.getPreviousVersion(ContentEntityObject ceo) @Nullable StringDefaultContentPropertyManager.getStringProperty(ContentEntityObject entity, String key) @NonNull List<VersionHistorySummary> DefaultContentEntityManager.getVersionHistorySummaries(ContentEntityObject ceo) protected voidDefaultContentEntityManager.publishCreateEvent(ContentEntityObject obj, @Nullable SaveContext saveContext) protected voidDefaultContentEntityManager.publishRemoveEvent(ContentEntityObject obj) protected voidDefaultContentEntityManager.publishUpdateEvent(ContentEntityObject obj, @Nullable ContentEntityObject origObj, @Nullable SaveContext saveContext) voidDefaultContentEntityManager.refreshContentEntity(ContentEntityObject obj) voidDefaultPageManager.refreshPage(ContentEntityObject page) voidDefaultContentEntityManager.removeContentEntity(ContentEntityObject obj) voidDefaultCustomContentManager.removeContentEntity(ContentEntityObject obj) voidDefaultContentEntityManager.removeHistoricalVersion(ContentEntityObject historicalVersion) voidDefaultContentPropertyManager.removeProperties(ContentEntityObject entity) voidDefaultContentPropertyManager.removeProperty(ContentEntityObject entity, String key) voidDefaultContentEntityManager.revertContentEntityBackToVersion(ContentEntityObject entity, int version, @Nullable String revertComment, boolean revertTitle) voidDefaultContentEntityManager.revertContentEntityBackToVersion(ContentEntityObject entity, int version, @Nullable String revertComment, boolean revertTitle, Function<ContentEntityObject, BodyContent> revertBodyContentFactory) voidDefaultPageManager.revertContentEntityBackToVersion(ContentEntityObject entity, int version, @Nullable String revertComment, boolean revertTitle) voidDefaultContentEntityManager.saveContentEntity(ContentEntityObject obj, @Nullable ContentEntityObject origObj, @Nullable SaveContext saveContext) voidDefaultContentEntityManager.saveContentEntity(ContentEntityObject obj, @Nullable SaveContext saveContext) voidDefaultPageManager.saveContentEntity(ContentEntityObject obj, @Nullable ContentEntityObject origObj, @Nullable SaveContext saveContext) voidDefaultPageManager.saveContentEntity(ContentEntityObject obj, @Nullable SaveContext saveContext) voidDefaultContentPropertyManager.setStringProperty(ContentEntityObject entity, String key, String value) voidDefaultContentPropertyManager.transferProperties(ContentEntityObject source, ContentEntityObject destination) Method parameters in com.atlassian.confluence.impl.content with type arguments of type ContentEntityObjectModifier and TypeMethodDescription@NonNull PageResponse<ContentEntityObject> DefaultContentEntityManager.getByIdsAndFilters(List<ContentId> contentIds, LimitedRequest limitedRequest, Predicate<? super ContentEntityObject> filter) protected voidDefaultContentEntityManager.removeContentEntities(Iterable<? extends ContentEntityObject> contentEntityObjects) voidDefaultContentEntityManager.revertContentEntityBackToVersion(ContentEntityObject entity, int version, @Nullable String revertComment, boolean revertTitle, Function<ContentEntityObject, BodyContent> revertBodyContentFactory) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.content.render.prefetch.event
Methods in com.atlassian.confluence.impl.content.render.prefetch.event with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionAttachmentPrefetchEvent.builder(@Nullable ContentEntityObject renderedContentEntity) static UserPrefetchEvent.BuilderUserPrefetchEvent.builder(@Nullable ContentEntityObject renderedContentEntity) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.content.render.xhtml
Methods in com.atlassian.confluence.impl.content.render.xhtml with type parameters of type ContentEntityObjectModifier and TypeMethodDescription<T extends ContentEntityObject>
TWikiToStorageConverterImpl.convertWikiBodyToStorage(T ceo) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionCachingLabelManager.getAllContentForAllLabels(int offset, int maxResults, Label... labels) CachingLabelManager.getAllContentForLabel(int offset, int maxResults, Label label) CachingLabelManager.getContentForAllLabels(int offset, int maxResults, Label... labels) CachingLabelManager.getContentForLabel(int offset, int maxResults, Label label) CachingLabelManager.getContentInSpaceForAllLabels(int offset, int maxResults, String spaceKey, Label... labels) CachingLabelManager.getContentInSpaceForLabel(int offset, int maxResults, String spaceKey, Label label) CachingLabelManager.getContentInSpacesForAllLabels(int offset, int maxResults, Set<String> spaceKeys, Label... labels) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.like
Methods in com.atlassian.confluence.impl.like with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultLikeManager.addLike(ContentEntityObject contentEntity, ConfluenceUser user) HibernateLikeEntityDao.addLike(ContentEntityObject contentEntity, ConfluenceUser user) @NonNull LikeEntityLikeEntityDao.addLike(ContentEntityObject contentEntity, ConfluenceUser user) Add a like on the content entity for the given user.DefaultLikeManager.getLikes(ContentEntityObject contentEntity) booleanDefaultLikeManager.hasLike(ContentEntityObject contentEntity, ConfluenceUser user) booleanHibernateLikeEntityDao.hasLike(ContentEntityObject contentEntity, ConfluenceUser user) booleanLikeEntityDao.hasLike(ContentEntityObject contentEntity, ConfluenceUser user) Returns true if the given user likes this content entity.voidDefaultLikeManager.removeAllLikesOn(ContentEntityObject contentEntity) voidHibernateLikeEntityDao.removeAllLikesOn(ContentEntityObject contentEntity) voidLikeEntityDao.removeAllLikesOn(ContentEntityObject contentEntity) Removes all likes (for any user) from the specified content entity.voidDefaultLikeManager.removeLike(ContentEntityObject contentEntity, ConfluenceUser user) voidHibernateLikeEntityDao.removeLike(ContentEntityObject contentEntity, ConfluenceUser user) voidLikeEntityDao.removeLike(ContentEntityObject contentEntity, ConfluenceUser user) Remove like from content entity for the given user.Method parameters in com.atlassian.confluence.impl.like with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionHibernateLikeEntityDao.getLikeEntities(Collection<? extends ContentEntityObject> contentEntities) @NonNull List<LikeEntity> LikeEntityDao.getLikeEntities(Collection<? extends ContentEntityObject> contentEntities) DefaultLikeManager.getLikes(Collection<? extends ContentEntityObject> contentEntities) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.mail.notification.persistence
Methods in com.atlassian.confluence.impl.mail.notification.persistence with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionbooleanCachingNotificationDao.isWatchingContent(@NonNull ConfluenceUser user, @NonNull ContentEntityObject content) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.notifications
Methods in com.atlassian.confluence.impl.notifications that return ContentEntityObjectModifier and TypeMethodDescriptionContentEntityAutoWatcher.AutowatchIfRequiredEvent.getContentEntity()Methods in com.atlassian.confluence.impl.notifications with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionvoidContentEntityAutoWatcher.autowatchIfRequired(ContentEntityObject ceo, SaveContext saveContext) Constructors in com.atlassian.confluence.impl.notifications with parameters of type ContentEntityObjectModifierConstructorDescriptionAutowatchIfRequiredEvent(ContentEntityObject ceo, SaveContext saveContext) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.pages.actions
Methods in com.atlassian.confluence.impl.pages.actions with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionAttachmentUploadHelper.attachFiles(ContentEntityObject contentEntityObject) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.pages.attachments
Methods in com.atlassian.confluence.impl.pages.attachments with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionvoidReadThroughCachingAttachmentManager.copyAttachment(Attachment attachment, ContentEntityObject destinationContent) voidReadThroughCachingAttachmentManager.copyAttachments(ContentEntityObject sourceContent, ContentEntityObject destinationContent) voidReadThroughCachingAttachmentManager.copyAttachments(ContentEntityObject sourceContent, ContentEntityObject destinationContent, SaveContext saveContext) intReadThroughCachingAttachmentManager.countLatestVersionsOfAttachments(ContentEntityObject content) intReadThroughCachingAttachmentManager.countLatestVersionsOfAttachmentsOnPageSince(ContentEntityObject content, Date since) intReadThroughCachingAttachmentManager.countLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject content) ReadThroughCachingAttachmentManager.getAllVersionsOfAttachments(ContentEntityObject content) ReadThroughCachingAttachmentManager.getAttachment(ContentEntityObject content, String attachmentFileName) ReadThroughCachingAttachmentManager.getAttachment(ContentEntityObject content, String attachmentFileName, int version) ReadThroughCachingAttachmentManager.getAttachmentDownloadPath(ContentEntityObject content, String attachmentFileName) ReadThroughCachingAttachmentManager.getFilteredAttachments(ContentEntityObject content, LimitedRequest pageRequest, Predicate<? super Attachment> filterPredicate) Returns the current attachments under the CEO.ReadThroughCachingAttachmentDao.getLatestAttachment(ContentEntityObject content, String fileName) ReadThroughCachingAttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content) ReadThroughCachingAttachmentManager.getLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject content) voidReadThroughCachingAttachmentDao.moveAttachment(Attachment attachment, Attachment oldAttachment, ContentEntityObject newContent) voidReadThroughCachingAttachmentManager.moveAttachment(Attachment latestVersion, ContentEntityObject newContainer) voidReadThroughCachingAttachmentManager.moveAttachment(Attachment latestVersion, String fileName, ContentEntityObject newContent) ReadThroughAttachmentDownloadPathCache.toKey(ContentEntityObject content, String attachmentFileName) Method parameters in com.atlassian.confluence.impl.pages.attachments with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionReadThroughCachingAttachmentManager.getLatestVersionsOfAttachmentsForMultipleCeos(Iterable<? extends ContentEntityObject> contentEntityObjects) ReadThroughCachingAttachmentManager.getLatestVersionsOfAttachmentsWithAnyStatusForContainers(Iterable<? extends ContentEntityObject> contentEntityObjects) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionvoidFileSystemAttachmentDataDao.moveAttachment(Attachment attachment, Attachment oldAttachment, ContentEntityObject newContent) voidFileSystemAttachmentDataDao.removeDataForAttachment(Attachment attachment, ContentEntityObject originalContent) Removes all attachment data for the given attachment.voidFileSystemAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachment, ContentEntityObject originalContent) Removes the attachment data for the given attachment version.voidFileSystemAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachment, ContentEntityObject originalContent, AttachmentDataStreamType dataStreamType) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.pages.attachments.filesystem.model
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem.model with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionstatic AttachmentRef.ContainerRefs.ref(ContentEntityObject attachmentContainer) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionSearchSiteAction.getContentLabels(ContentEntityObject content, int amount) Deprecated. -
Uses of ContentEntityObject in com.atlassian.confluence.impl.search.v2
Methods in com.atlassian.confluence.impl.search.v2 with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultContentPermissionCalculator.calculate(@Nullable ContentEntityObject contentEntityObject) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.search.v2.extractor
Methods in com.atlassian.confluence.impl.search.v2.extractor that return ContentEntityObjectModifier and TypeMethodDescriptionstatic @Nullable ContentEntityObjectContentPermissionExtractorHelper.getContainerForPermissions(@Nullable Searchable searchable) For the givenSearchableentity, determine the container of that entity which would have content permissions applied to it.Methods in com.atlassian.confluence.impl.search.v2.extractor with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionstatic Collection<ContentPermissionSet> IndexablePermissionSetFilter.filterPermissionSets(ContentEntityObject contentEntity, @Nullable ContentPermissionSet directViewPermissions, @Nullable ContentPermissionSet directSharedPermissions, Collection<ContentPermissionSet> inheritedViewPermissions) static Collection<ContentPermissionSet> IndexablePermissionSetFilter.filterPermissionSets(ContentEntityObject contentEntity, Collection<ContentPermissionSet> directPermissions, Collection<ContentPermissionSet> inheritedPermissions) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.security
Methods in com.atlassian.confluence.impl.security with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionNeverPermittedContentPermissionSet.buildFrom(String type, ContentEntityObject owningContent) CachingInheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject) CachingInheritedContentPermissionManager.getInheritedContentPermissionSetsIncludeEdit(ContentEntityObject contentEntityObject) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.security.content
Methods in com.atlassian.confluence.impl.security.content with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionvoidDefaultContentPermissionManager.addContentPermission(ContentPermission permission, ContentEntityObject content) Adds a new current content permission to the CEO if it doesn't have it already.protected booleanDefaultInheritedContentPermissionManager.cannotHaveInheritedPermissions(ContentEntityObject contentEntityObject) Check (for speed) whether we should even bother to query for possible inherited permissions.voidDefaultContentPermissionManager.copyContentPermissions(ContentEntityObject from, ContentEntityObject to) DefaultContentPermissionManager.getContentPermissionSets(ContentEntityObject ceo, String type) DefaultContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject) DefaultContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject, boolean includeEditPermissions) DefaultInheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject) DefaultInheritedContentPermissionManager.getInheritedContentPermissionSetsIncludeEdit(ContentEntityObject contentEntityObject) DefaultContentPermissionManager.getInheritedContentUserPermissions(ContentEntityObject contentEntityObject) Filters the inherited content permission sets of a page for a list of inherited user permissions (of typeContentPermission.VIEW_PERMISSION)booleanDefaultContentPermissionManager.hasContentLevelPermission(ConfluenceUser user, String permissionType, ContentEntityObject contentEntityObject) booleanDefaultContentPermissionManager.isSharedAccessAllowed(ConfluenceUser user, ContentEntityObject contentEntity) voidDefaultContentPermissionManager.setContentPermissions(@NonNull Map<String, Collection<ContentPermission>> requiredPermissionsMap, ContentEntityObject content) voidDefaultContentPermissionManager.setContentPermissions(Collection<ContentPermission> requiredPermissions, ContentEntityObject content, String type) -
Uses of ContentEntityObject in com.atlassian.confluence.impl.velocity
Constructor parameters in com.atlassian.confluence.impl.velocity with type arguments of type ContentEntityObjectModifierConstructorDescriptionBeanContextItemProvider(PermissionHelper permissionHelper, AttachmentManager attachmentManager, com.atlassian.webresource.api.WebResourceManager webResourceManager, WebMenuManager webMenuManager, SpaceManager spaceManager, com.atlassian.struts.xsrf.XsrfTokenGenerator xsrfTokenGenerator, ContentUiSupport<ContentEntityObject> contentUiSupport, Deprecated deprecated, com.atlassian.theme.api.request.RequestScopeThemeService requestScopeThemeService, SpaceToolsTabsHelper spaceToolsTabsHelper, UserHelper userHelper, IndexUrlHelper indexUrlHelper, ApiContentUiSupport<Content> apiContentUiSupport, SpaceSettingsManager spaceSettingsManager, UserAccessorInternal userAccessor, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, LanguageManager languageManager, PageManager pageManager) -
Uses of ContentEntityObject in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionstatic StringExportUtils.getTitleAsFilename(ContentEntityObject ceo) Utility method to return a version of the content entity's title that's suitable to be used as a filename in an export.static StringExportUtils.getTitleAsHref(ContentEntityObject ceo) For a URL encoded filename to be used in a link it will need to be double encoded (since the browser will decode the single encoding when resolving the link, and we have files with encoded names on the filesystem).Method parameters in com.atlassian.confluence.importexport.impl with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionSet<com.atlassian.sal.api.user.UserKey> ContentUserKeyExtractor.extractUserKeysFromContentEntities(Iterable<? extends ContentEntityObject> contentEntities, boolean includeComments) -
Uses of ContentEntityObject in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionprotected List<JournalMessage> ContentManagementMultiEventsCommand.withRelatedContentMessages(ContentEntityObject content, long timestamp, List<? extends ContentEntityObject> relatedContents, boolean isRestore) Create a list ofJournalMessageinstances for a content and its related contents.Method parameters in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionprotected List<JournalMessage> ContentManagementMultiEventsCommand.withRelatedContentMessages(ContentEntityObject content, long timestamp, List<? extends ContentEntityObject> relatedContents, boolean isRestore) Create a list ofJournalMessageinstances for a content and its related contents. -
Uses of ContentEntityObject in com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionstatic booleanContentFilteringUtils.isAllowed(ContentEntityObject content, SpaceFilteringService spaceFilteringService) -
Uses of ContentEntityObject in com.atlassian.confluence.internal.content
Methods in com.atlassian.confluence.internal.content with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionstatic booleanDraftUtils.isBlogPost(ContentEntityObject content) Returnstrueif givenContentEntityObjectrepresents Blog poststatic booleanDraftUtils.isDraft(ContentEntityObject content) Returnstrueifcontentis shared or personal draft.static booleanDraftUtils.isPageOrBlogPost(ContentEntityObject content) Returnstrueif givenContentEntityObjectrepresents Page or Blog poststatic booleanDraftUtils.isPersonalDraft(ContentEntityObject content) Returnstrueifcontentis personal draft.static booleanDraftUtils.isSharedDraft(ContentEntityObject content) Returnstrueifcontentis shared draft. -
Uses of ContentEntityObject in com.atlassian.confluence.internal.content.collab
Methods in com.atlassian.confluence.internal.content.collab with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionvoidContentReconciliationManager.handleContentUpdateAfterSave(@NonNull ContentEntityObject content, @Nullable SaveContext saveContext, @NonNull Optional<Date> lastUpdateDate) This part of the content update must run after the content has an ID.voidDefaultContentReconciliationManager.handleContentUpdateAfterSave(@NonNull ContentEntityObject content, @Nullable SaveContext saveContext, @NonNull Optional<Date> lastUpdateDate) voidContentReconciliationManager.handleContentUpdateBeforeSave(@NonNull ContentEntityObject content, @Nullable SaveContext saveContext) Prepares Synchrony flags for reconciliationIfNeeded.voidDefaultContentReconciliationManager.handleContentUpdateBeforeSave(@NonNull ContentEntityObject content, @Nullable SaveContext saveContext) voidContentReconciliationManager.handleEditorOnlyContentUpdateAfterSave(@NonNull ContentEntityObject content, @Nullable SaveContext saveContext, @NonNull Optional<Date> lastUpdateDate) Used for Editor only changes where-in storage doesn't change.voidDefaultContentReconciliationManager.handleEditorOnlyContentUpdateAfterSave(@NonNull ContentEntityObject content, @Nullable SaveContext saveContext, @NonNull Optional<Date> lastUpdateDate) voidContentReconciliationManager.handleEditorOnlyContentUpdateBeforeSave(@NonNull ContentEntityObject content, @Nullable SaveContext saveContext) Used for Editor only changes where-in storage doesn't change.voidDefaultContentReconciliationManager.handleEditorOnlyContentUpdateBeforeSave(@NonNull ContentEntityObject content, @Nullable SaveContext saveContext) booleanContentReconciliationManager.isReconciled(@NonNull ContentEntityObject content) booleanDefaultContentReconciliationManager.isReconciled(@NonNull ContentEntityObject ceo) voidContentReconciliationManager.reconcileIfNeeded(@NonNull ContentEntityObject content, @Nullable SaveContext saveContext) This method triggersSynchronyRecoveryEventif collab editing is turned on and data recovery is needed.voidDefaultContentReconciliationManager.reconcileIfNeeded(@NonNull ContentEntityObject content, @Nullable SaveContext saveContext) static voidAttachmentRelatedContentReconciliationListener.updateCEOWithAttachmentChange(ContentEntityObject ceo, ContentEntityObjectDaoInternal contentEntityObjectDao) This will help to mark CEO with attachment change.Constructors in com.atlassian.confluence.internal.content.collab with parameters of type ContentEntityObjectModifierConstructorDescriptionAttachmentMacroVisitor(List<Attachment> attachments, ContentEntityObject contentEntityObject, ContentEntityObject parentCeo) -
Uses of ContentEntityObject in com.atlassian.confluence.internal.notification.persistence
Methods in com.atlassian.confluence.internal.notification.persistence with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionDelegatingNotificationDaoInternal.findNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content) DelegatingNotificationDaoInternal.findNotificationsByContent(ContentEntityObject content) booleanDelegatingNotificationDaoInternal.isWatchingContent(@NonNull ConfluenceUser user, @NonNull ContentEntityObject content) Method parameters in com.atlassian.confluence.internal.notification.persistence with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionDelegatingNotificationDaoInternal.findNotificationsByContents(List<ContentEntityObject> contents) -
Uses of ContentEntityObject in com.atlassian.confluence.internal.pages.persistence
Methods in com.atlassian.confluence.internal.pages.persistence that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionAbstractPageDaoInternal.getStaleSharedDrafts(LimitedRequest limitedRequest) Get all stale shared drafts in the database.Method parameters in com.atlassian.confluence.internal.pages.persistence with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionAttachmentDaoInternal.getLatestVersionsOfAttachmentsWithAnyStatusForContainers(Iterable<? extends ContentEntityObject> contentEntityObjects) Retrieves the latest versions of all attachments for all CEOs provided (including trashed) -
Uses of ContentEntityObject in com.atlassian.confluence.internal.persistence
Methods in com.atlassian.confluence.internal.persistence that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionContentEntityObjectDaoInternal.findByClassIds(Set<Long> ids, LimitedRequest limitedRequest) Methods in com.atlassian.confluence.internal.persistence with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionvoidContentEntityObjectDaoInternal.refresh(ContentEntityObject contentEntityObject) voidContentEntityObjectDaoInternal.remove(ContentEntityObject contentEntityObject) voidContentEntityObjectDaoInternal.saveRaw(ContentEntityObject contentEntityObject) saves the object. -
Uses of ContentEntityObject in com.atlassian.confluence.internal.persistence.hibernate
Methods in com.atlassian.confluence.internal.persistence.hibernate that return ContentEntityObjectModifier and TypeMethodDescriptionContentEntityObjectHibernateDao.findDraftFor(long contentId) protected ContentEntityObjectContentEntityObjectHibernateDao.getByClassId(long id) ContentEntityObjectHibernateDao.getById(long id) ContentEntityObjectHibernateDao.getFirstVersionAfter(long originalVersionContentId, int version) ContentEntityObjectHibernateDao.getFirstVersionBefore(long originalVersionContentId, int version) ContentEntityObjectHibernateDao.getVersion(long originalVersionContentId, int version) Methods in com.atlassian.confluence.internal.persistence.hibernate that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionContentEntityObjectHibernateDao.findAllDraftsFor(long contentId) @NonNull List<ContentEntityObject> ContentEntityObjectHibernateDao.findByClassIds(Set<Long> ids, LimitedRequest request) ContentEntityObjectHibernateDao.findDraftsWithUnpublishedChangesForUser(ConfluenceUser creator) ContentEntityObjectHibernateDao.findHistoricalVersionsAfterVersion(long originalContentId, int version) ContentEntityObjectHibernateDao.findPreviousVersions(long originalContentId) ContentEntityObjectHibernateDao.findUnpublishedContentWithUserContributions(ConfluenceUser user) ContentEntityObjectHibernateDao.getContentAuthoredByUser(ConfluenceUser user) ContentEntityObjectHibernateDao.getLastEditedOldVersionsOf(Collection<ContentId> contentIds) ContentEntityObjectHibernateDao.getLastEditedVersionsOf(ContentEntityObject content) ContentEntityObjectHibernateDao.getPersistentClass()ContentEntityObjectHibernateDao.getRecentlyAddedEntities(String spaceKey, int maxResults) ContentEntityObjectHibernateDao.getRecentlyModifiedEntities(int maxResults) ContentEntityObjectHibernateDao.getRecentlyModifiedEntitiesForUser(ConfluenceUser user) ContentEntityObjectHibernateDao.getRecentlyModifiedForChangeDigest(Date fromDate) ContentEntityObjectHibernateDao.getTrashedContent(String spaceKey) ContentEntityObjectHibernateDao.getTrashedContents(String spaceKey, int offset, int limit) ContentEntityObjectHibernateDao.getTrashedContents(String spaceKey, LimitedRequest pageRequest, Predicate<? super ContentEntityObject> filter) ContentEntityObjectHibernateDao.getVersionsLastEditedByUser(Collection<Long> contentIds, com.atlassian.sal.api.user.UserKey userKey) ContentEntityObjectHibernateDao.getVersionsLastEditedByUserNew(Collection<Long> contentIds, com.atlassian.sal.api.user.UserKey userKey) Deprecated.since 6.4.0Methods in com.atlassian.confluence.internal.persistence.hibernate with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionContentEntityObjectHibernateDao.getLastEditedVersionsOf(ContentEntityObject content) voidContentEntityObjectHibernateDao.refresh(ContentEntityObject contentEntityObject) voidContentEntityObjectHibernateDao.remove(ContentEntityObject contentEntityObject) voidContentEntityObjectHibernateDao.saveRaw(ContentEntityObject contentEntityObject) Method parameters in com.atlassian.confluence.internal.persistence.hibernate with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionContentEntityObjectHibernateDao.getTrashedContents(String spaceKey, LimitedRequest pageRequest, Predicate<? super ContentEntityObject> filter) ContentEntityObjectHibernateDao.getVersionEditContributors(Iterable<ContentEntityObject> originalVersions) -
Uses of ContentEntityObject in com.atlassian.confluence.internal.relations
Methods in com.atlassian.confluence.internal.relations with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionstatic RelatableEntityTypeEnumRelatableEntityTypeEnum.getByContentEntityObject(ContentEntityObject object) -
Uses of ContentEntityObject in com.atlassian.confluence.internal.relations.dao.hibernate
Methods in com.atlassian.confluence.internal.relations.dao.hibernate that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionprotected RelationEntity<ConfluenceUser, ContentEntityObject> User2ContentHibernateRelationDao.constructRelationEntity(RelationEntity<ConfluenceUser, ContentEntityObject> relationEntity, ConfluenceUser source, ContentEntityObject target, RelationDescriptor<?, ?> relationDescriptor) @NonNull List<ContentEntityObject> Content2ContentHibernateRelationDao.getSources(RelationQuery<ContentEntityObject> request, int start, int limit) @NonNull List<ContentEntityObject> Content2ContentHibernateRelationDao.getTargets(RelationQuery<ContentEntityObject> request, int start, int limit) @NonNull List<ContentEntityObject> User2ContentHibernateRelationDao.getTargets(RelationQuery<ConfluenceUser> request, int start, int limit) Methods in com.atlassian.confluence.internal.relations.dao.hibernate with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionprotected RelationEntity<ConfluenceUser, ContentEntityObject> User2ContentHibernateRelationDao.constructRelationEntity(RelationEntity<ConfluenceUser, ContentEntityObject> relationEntity, ConfluenceUser source, ContentEntityObject target, RelationDescriptor<?, ?> relationDescriptor) @Nullable Content2ContentRelationEntityContent2ContentHibernateRelationDao.getRelationEntity(ContentEntityObject source, ContentEntityObject target, RelationDescriptor<?, ?> relationDescriptor) @Nullable User2ContentRelationEntityUser2ContentHibernateRelationDao.getRelationEntity(ConfluenceUser source, ContentEntityObject target, RelationDescriptor<?, ?> relationDescriptor) intContent2ContentHibernateRelationDao.getRelationsCount(ContentEntityObject source, ContentEntityObject target, RelationDescriptor<?, ?> relationDescriptor) intUser2ContentHibernateRelationDao.getRelationsCount(ConfluenceUser source, ContentEntityObject target, RelationDescriptor<?, ?> relationDescriptor) protected Content2ContentRelationEntityContent2ContentHibernateRelationDao.newRelationEntity(ContentEntityObject source, ContentEntityObject target) protected User2ContentRelationEntityUser2ContentHibernateRelationDao.newRelationEntity(ConfluenceUser source, ContentEntityObject target) intUser2ContentHibernateRelationDao.updateDraftPageLastModTime(ContentEntityObject content, Date lastModificationDate, Date lastModificationDateForDraft) This method update the last modification time for the content given in the parameter If a "touched" relation is newer than the draft last modification date, it will be updatedMethod parameters in com.atlassian.confluence.internal.relations.dao.hibernate with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionprotected RelationEntity<ConfluenceUser, ContentEntityObject> User2ContentHibernateRelationDao.constructRelationEntity(RelationEntity<ConfluenceUser, ContentEntityObject> relationEntity, ConfluenceUser source, ContentEntityObject target, RelationDescriptor<?, ?> relationDescriptor) @NonNull List<ContentEntityObject> Content2ContentHibernateRelationDao.getSources(RelationQuery<ContentEntityObject> request, int start, int limit) @NonNull List<ConfluenceUser> User2ContentHibernateRelationDao.getSources(RelationQuery<ContentEntityObject> request, int start, int limit) intContent2ContentHibernateRelationDao.getSourcesCount(RelationQuery<ContentEntityObject> request) intUser2ContentHibernateRelationDao.getSourcesCount(RelationQuery<ContentEntityObject> request) @NonNull List<ContentEntityObject> Content2ContentHibernateRelationDao.getTargets(RelationQuery<ContentEntityObject> request, int start, int limit) intContent2ContentHibernateRelationDao.getTargetsCount(RelationQuery<ContentEntityObject> request) intUser2ContentHibernateRelationDao.updateTargetTypeForContents(List<ContentEntityObject> contents, RelatableEntityTypeEnum targetType) This method update the target type for contents -
Uses of ContentEntityObject in com.atlassian.confluence.internal.security
Methods in com.atlassian.confluence.internal.security with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionbooleanServiceAccountPermissionManager.hasContentPermission(String permissionType, ContentEntityObject contentEntityObject, ConfluenceUser user) -
Uses of ContentEntityObject in com.atlassian.confluence.json.jsonator
Methods in com.atlassian.confluence.json.jsonator with parameters of type ContentEntityObject -
Uses of ContentEntityObject in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return ContentEntityObjectMethods in com.atlassian.confluence.labels that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultLabelManager.getAllContentForAllLabels(int offset, int maxResults, Label... labels) LabelManager.getAllContentForAllLabels(int offset, int maxResults, Label... labels) Retrieve all ContentEntityObjects, current or deleted which are labelled with ALL provided labels.DefaultLabelManager.getAllContentForLabel(int offset, int maxResults, Label label) LabelManager.getAllContentForLabel(int offset, int maxResults, Label label) Retrieve all ContentEntityObjects, current or deleted which are labelled with the provided label.DefaultLabelManager.getContentForAllLabels(int offset, int maxResults, Label... labels) LabelManager.getContentForAllLabels(int offset, int maxResults, Label... labels) Retrieve current ContentEntityObjects which are labelled with ALL provided labels.DefaultLabelManager.getContentForLabel(int offset, int maxResults, Label label) LabelManager.getContentForLabel(int offset, int maxResults, Label label) Retrieve current ContentEntityObjects which are labelled with the provided label.DefaultLabelManager.getContentInSpaceForAllLabels(int offset, int maxResults, String spaceKey, Label... labels) LabelManager.getContentInSpaceForAllLabels(int offset, int maxResults, String spaceKey, Label... labels) Retrieve current ContentEntityObjects in the given space which are labelled with ALL provided labels.DefaultLabelManager.getContentInSpaceForLabel(int offset, int maxResults, String spaceKey, Label label) LabelManager.getContentInSpaceForLabel(int offset, int maxResults, String spaceKey, Label label) Retrieve current ContentEntityObjects in the given space which are labelled with the provided label.DefaultLabelManager.getContentInSpacesForAllLabels(int offset, int maxResults, Set<String> spaceKeys, Label... labels) LabelManager.getContentInSpacesForAllLabels(int offset, int maxResults, Set<String> spaceKeys, Label... labels) Retrieve current ContentEntityObjects in the given spaces which are labelled with ALL provided labels.Methods in com.atlassian.confluence.labels with parameters of type ContentEntityObject -
Uses of ContentEntityObject in com.atlassian.confluence.labels.persistence.dao
Methods in com.atlassian.confluence.labels.persistence.dao that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionLabelDao.findAllContentForAllLabels(int offset, int maxResults, Label... labels) Retrieve all ContentEntityObjects which are labelled with ALL provided labels.LabelDao.findContentInSpaceForAllLabels(int offset, int maxResults, String spaceKey, Label... labels) Retrieve current ContentEntityObjects in the space which are labelled with ALL provided labels.LabelDao.findContentInSpacesForAllLabels(int offset, int maxResults, Set<String> spaceKeys, Label... labels) Retrieve current ContentEntityObjects in the given spaces which are labelled with ALL provided labels. -
Uses of ContentEntityObject in com.atlassian.confluence.labels.persistence.dao.hibernate
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionHibernateLabelDao.findAllContentForAllLabels(int offset, int maxResults, Label... labels) HibernateLabelDao.findContentInSpaceForAllLabels(int offset, int maxResults, String spaceKey, Label... labels) HibernateLabelDao.findContentInSpacesForAllLabels(int offset, int maxResults, Set<String> spaceKeys, Label... labels) -
Uses of ContentEntityObject in com.atlassian.confluence.like
Methods in com.atlassian.confluence.like that return ContentEntityObjectMethods in com.atlassian.confluence.like with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionLikeManager.addLike(ContentEntityObject contentEntity, ConfluenceUser user) Add a like for the provided user.LikeManager.getLikes(ContentEntityObject contentEntity) Gets all the likes for the specified content entity (likes are ordered such that recent likes come first)booleanLikeManager.hasLike(ContentEntityObject contentEntity, ConfluenceUser user) Returns true if the provided user likes this content entity.voidLikeManager.removeAllLikesOn(ContentEntityObject content) Removes all likes (for any user) from the specified content entity.voidLikeManager.removeLike(ContentEntityObject contentEntity, ConfluenceUser user) Remove like from content entity for the current logged in user.voidLikeEntity.setContent(ContentEntityObject content) Method parameters in com.atlassian.confluence.like with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionLikeManager.getLikes(Collection<? extends ContentEntityObject> contentEntities) Gets all the likes for the specified content entities (likes are ordered such that recent likes come first).Constructors in com.atlassian.confluence.like with parameters of type ContentEntityObjectModifierConstructorDescriptionLikeEntity(ContentEntityObject content, ConfluenceUser user, Date creationDate) -
Uses of ContentEntityObject in com.atlassian.confluence.links
Methods in com.atlassian.confluence.links that return ContentEntityObjectModifier and TypeMethodDescriptionAbstractLink.getSourceContent()The source content of this link (FROM).Methods in com.atlassian.confluence.links that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultLinkManager.getReferringContent(ContentEntityObject content) DefaultLinkManager.getReferringContent(String spaceKey, List<ContentEntityObject> collection) LinkManager.getReferringContent(ContentEntityObject content) LinkManager.getReferringContent(String spaceKey, List<ContentEntityObject> collection) Gets collection of referring content with given set of pages within single spaceMethods in com.atlassian.confluence.links with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultLinkManager.getIncomingLinksToContent(ContentEntityObject content) LinkManager.getIncomingLinksToContent(ContentEntityObject content) DefaultLinkManager.getReferringContent(ContentEntityObject content) LinkManager.getReferringContent(ContentEntityObject content) voidAbstractLink.setSourceContent(ContentEntityObject sourceContent) voidDefaultLinkManager.updateOutgoingLinks(ContentEntityObject content) voidLinkManager.updateOutgoingLinks(ContentEntityObject content) Method parameters in com.atlassian.confluence.links with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultLinkManager.getReferringContent(String spaceKey, List<ContentEntityObject> collection) LinkManager.getReferringContent(String spaceKey, List<ContentEntityObject> collection) Gets collection of referring content with given set of pages within single spaceConstructors in com.atlassian.confluence.links with parameters of type ContentEntityObjectModifierConstructorDescriptionOutgoingLink(ContentEntityObject sourceContent, String destinationSpaceKey, String destinationPageTitle) Convenience constructor -
Uses of ContentEntityObject in com.atlassian.confluence.links.linktypes
Methods in com.atlassian.confluence.links.linktypes that return ContentEntityObjectModifier and TypeMethodDescriptionabstract @Nullable ContentEntityObjectAbstractContentEntityLink.getDestinationContent()@Nullable ContentEntityObjectAbstractPageLink.getDestinationContent()BlogPostLink.getDestinationContent()ContentLink.getDestinationContent()PageLink.getDestinationContent()SpaceLink.getDestinationContent()UserProfileLink.getDestinationContent()Methods in com.atlassian.confluence.links.linktypes with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionAbstractPageLink.toOutgoingLink(ContentEntityObject sourceContent) BlogPostLink.toOutgoingLink(ContentEntityObject sourceContent) IncludePageMacroLink.toOutgoingLink(ContentEntityObject sourceContent) -
Uses of ContentEntityObject in com.atlassian.confluence.links.persistence.dao
Methods in com.atlassian.confluence.links.persistence.dao that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionLinkDao.getReferringContent(ContentEntityObject content) LinkDao.getReferringContent(String spaceKey, List<ContentEntityObject> content) Methods in com.atlassian.confluence.links.persistence.dao with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionLinkDao.getLinksTo(ContentEntityObject content) LinkDao.getReferringContent(ContentEntityObject content) Method parameters in com.atlassian.confluence.links.persistence.dao with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionLinkDao.getReferringContent(String spaceKey, List<ContentEntityObject> content) -
Uses of ContentEntityObject in com.atlassian.confluence.links.persistence.dao.hibernate
Methods in com.atlassian.confluence.links.persistence.dao.hibernate that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionHibernateLinkDao.getReferringContent(ContentEntityObject content) HibernateLinkDao.getReferringContent(String spaceKey, List<ContentEntityObject> contents) Methods in com.atlassian.confluence.links.persistence.dao.hibernate with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionHibernateLinkDao.getLinksTo(ContentEntityObject theContent) HibernateLinkDao.getReferringContent(ContentEntityObject content) Method parameters in com.atlassian.confluence.links.persistence.dao.hibernate with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionHibernateLinkDao.getReferringContent(String spaceKey, List<ContentEntityObject> contents) -
Uses of ContentEntityObject in com.atlassian.confluence.macro
Methods in com.atlassian.confluence.macro that return ContentEntityObjectModifier and TypeMethodDescriptionMacroExecutionContext.getContent()Returns theContentEntityObjectassociated with this macro. -
Uses of ContentEntityObject in com.atlassian.confluence.macro.count
Methods in com.atlassian.confluence.macro.count that return types with arguments of type ContentEntityObjectMethods in com.atlassian.confluence.macro.count with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionstatic @NonNull MacroCountEventMacroCountEventFactory.newMacroCreateCountEvent(Object src, @Nullable ContentEntityObject entity, ConversionContext context, MacroCount macroCount) Constructs a macro creation analytics event.MacroCountStore.updateAndGetNewCounts(MacroCounter counter, ContentEntityObject entity, int entityVersion) Calculates the number of newly added macros by comparing results from the supplied MacroCounter with the counts stored in theContentPropertiesof the entity, and updates those counts after the difference has been calculated. -
Uses of ContentEntityObject in com.atlassian.confluence.mail
Method parameters in com.atlassian.confluence.mail with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionChangeDigestNotificationBean.getAllChangeReportForUser(com.atlassian.user.User user, List<? extends ContentEntityObject> changes) Generates a change digest report for the list of changes passed in. -
Uses of ContentEntityObject in com.atlassian.confluence.mail.jobs
Constructor parameters in com.atlassian.confluence.mail.jobs with type arguments of type ContentEntityObjectModifierConstructorDescriptionDefaultDailyReportManager(com.atlassian.core.task.MultiQueueTaskManager taskManager, ChangeDigestNotificationBean changeNotificationBean, UserPreferencesAccessor userPreferencesAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, GlobalSettingsManager settingsManager, DataSourceFactory dataSourceFactory, ContentUiSupport<ContentEntityObject> contentUiSupport, I18NBeanFactory i18NBeanFactory) -
Uses of ContentEntityObject in com.atlassian.confluence.mail.notification
Methods in com.atlassian.confluence.mail.notification that return ContentEntityObjectModifier and TypeMethodDescriptionNotificationEmailHelper.extractTargetContentFromEmailReply(Map<String, List<String>> headers, NotificationEmailHelper.ContentFinder contentFinder) Deprecated.Retrieves the relevant content object from the given (reply) email headers.NotificationEmailHelper.ContentFinder.findContentById(long contentId) Finds the ContentEntityObject with the given content idNotification.getContent()Methods in com.atlassian.confluence.mail.notification with parameters of type ContentEntityObjectModifier and TypeMethodDescription@Nullable NotificationDefaultNotificationManager.addContentNotification(com.atlassian.user.User user, ContentEntityObject content) @Nullable NotificationNotificationManager.addContentNotification(com.atlassian.user.User user, ContentEntityObject content) ConversionContextCreator.createConversionContext(ContentEntityObject ceo) DefaultNotificationManager.getNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content) NotificationManager.getNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content) DefaultNotificationManager.getNotificationsByContent(ContentEntityObject content) NotificationManager.getNotificationsByContent(ContentEntityObject content) booleanDefaultNotificationManager.isWatchingContent(@Nullable com.atlassian.user.User user, @Nullable ContentEntityObject content) booleanNotificationManager.isWatchingContent(@Nullable com.atlassian.user.User user, @Nullable ContentEntityObject content) Returns true if the given user is directly watching the given content.voidDefaultNotificationManager.removeContentNotification(com.atlassian.user.User user, ContentEntityObject content) voidNotificationManager.removeContentNotification(com.atlassian.user.User user, ContentEntityObject content) voidNotification.setContent(ContentEntityObject content) Method parameters in com.atlassian.confluence.mail.notification with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultNotificationManager.getNotificationsByContents(List<ContentEntityObject> contents) NotificationManager.getNotificationsByContents(List<ContentEntityObject> contents) -
Uses of ContentEntityObject in com.atlassian.confluence.mail.notification.listeners
Methods in com.atlassian.confluence.mail.notification.listeners that return ContentEntityObjectModifier and TypeMethodDescriptionprotected abstract ContentEntityObjectAbstractContentNotificationsListener.getContentEntityObject(Map contextMap) Deprecated.protected abstract ContentEntityObjectAbstractNotificationsListener.getContentEntityObject(Map contextMap) Deprecated.Returns the content entity used for the render context.protected final ContentEntityObjectBlogPostNotificationsListener.getContentEntityObject(Map contextMap) Deprecated.protected final ContentEntityObjectCommentNotificationsListener.getContentEntityObject(Map contextMap) Deprecated. -
Uses of ContentEntityObject in com.atlassian.confluence.mail.notification.persistence
Methods in com.atlassian.confluence.mail.notification.persistence with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionNotificationDao.findNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content) Find any user notification linked to the specified content.NotificationDao.findNotificationsByContent(ContentEntityObject content) booleanNotificationDao.isWatchingContent(@NonNull ConfluenceUser user, @NonNull ContentEntityObject content) Returns true if the given user is directly watching the given content.Method parameters in com.atlassian.confluence.mail.notification.persistence with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionNotificationDao.findNotificationsByContents(List<ContentEntityObject> contents) -
Uses of ContentEntityObject in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
Methods in com.atlassian.confluence.mail.notification.persistence.dao.hibernate with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionHibernateNotificationDao.findNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content) HibernateNotificationDao.findNotificationsByContent(ContentEntityObject content) booleanHibernateNotificationDao.isWatchingContent(@NonNull ConfluenceUser user, @NonNull ContentEntityObject content) Method parameters in com.atlassian.confluence.mail.notification.persistence.dao.hibernate with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionHibernateNotificationDao.findNotificationsByContents(List<ContentEntityObject> contents) -
Uses of ContentEntityObject in com.atlassian.confluence.mail.reports
Methods in com.atlassian.confluence.mail.reports that return ContentEntityObjectModifier and TypeMethodDescriptionCommentReport.getCommentOwner()AbstractContentEntityReport.getContentEntityObject()Constructors in com.atlassian.confluence.mail.reports with parameters of type ContentEntityObjectModifierConstructorDescriptionAbstractContentEntityReport(ContentEntityObject content, ChangeDigestReport parentReport) -
Uses of ContentEntityObject in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages with type parameters of type ContentEntityObjectModifier and TypeInterfaceDescriptioninterfaceContained<T extends ContentEntityObject>represents content that has an ownerSubclasses of ContentEntityObject 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.Methods in com.atlassian.confluence.pages that return ContentEntityObjectModifier and TypeMethodDescriptionDefaultDraftsTransitionHelper.createDraft(String contentType, String spaceKey) DefaultDraftsTransitionHelper.createDraft(String contentType, String spaceKey, long parentPageId) DraftsTransitionHelper.createDraft(String contentType, String spaceKey) This method should attempt to create a draft based on whether or not the Shared Drafts Dark Feature is enabled or disabled.DraftsTransitionHelper.createDraft(String contentType, String spaceKey, long parentPageId) This method should attempt to create a draft based on whether or not the Shared Drafts Dark Feature is enabled or disabled.@Nullable ContentEntityObjectAttachment.getContainer()@Nullable ContentEntityObjectComment.getContainer()Comment.getContentEntityObject()DefaultDraftsTransitionHelper.getDraft(long draftId) DraftsTransitionHelper.getDraft(long draftId) This method should attempt to retrieve a draft, and based on whether or not the Shared Draft dark feature is enabled (determined by the isSharedDraftsFeatureEnabled method) or disabled should return a Shared Draft or Legacy Draft respectively.DefaultDraftsTransitionHelper.getDraftForPage(AbstractPage abstractPage) DraftsTransitionHelper.getDraftForPage(AbstractPage abstractPage) This method should retrieve a draft from a given AbstractPage respecting the Shared Drafts feature state.Methods in com.atlassian.confluence.pages that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescription@NonNull List<ContentEntityObject> PageManager.getOrderedXhtmlContentFromContentId(long startContentId, long endContentId, int maxRows) Gets the latest versions of AbstractPages between the given IDs limited by the specified number of rows.@NonNull List<ContentEntityObject> PageManager.getPreviousVersionsOfPageWithTaskId(long pageId, long taskId, int maxRows) Get previous versions of a CEO that contain the given task ID sorted by versions in descending order.DefaultTrashManager.getTrashContents(Space space, int offset, int count) DefaultTrashManager.getTrashContents(String spaceKey, LimitedRequest request) TrashManager.getTrashContents(Space space, int offset, int count) Retrieve a subset of the contents of the trash for a particular space.TrashManager.getTrashContents(String spaceKey, LimitedRequest request) Retrieve a subset of the contents of the trash for a particular space.Methods in com.atlassian.confluence.pages with parameters of type ContentEntityObjectModifier and TypeMethodDescription@NonNull CommentCommentManager.addCommentToObject(ContentEntityObject ceo, @Nullable Comment parent, String content) @NonNull CommentCommentManager.addCommentToObject(ContentEntityObject ceo, @Nullable Comment parent, String content, @Nullable NewCommentDeduplicator commentDeduplicator) Add a new comment if the given deduplicator determines that it's not a duplicate, or just return the existing duplicate otherwise.voidAttachmentManager.copyAttachment(Attachment attachment, ContentEntityObject destinationContent) Copy specified attachment to specified destination content.voidDefaultAttachmentManager.copyAttachment(Attachment attachment, ContentEntityObject destinationContent) voidAttachmentManager.copyAttachments(ContentEntityObject sourceContent, ContentEntityObject destinationContent) Copy the latest version of all the attachments on the sourceContent to the destinationContent.voidAttachmentManager.copyAttachments(ContentEntityObject sourceContent, ContentEntityObject destinationContent, SaveContext saveContext) Copy the latest version of all the attachments on the sourceContent to the destinationContent.voidDefaultAttachmentManager.copyAttachments(ContentEntityObject sourceContent, ContentEntityObject destinationContent) voidDefaultAttachmentManager.copyAttachments(ContentEntityObject sourceContent, ContentEntityObject destinationContent, SaveContext saveContext) intAttachmentManager.countLatestVersionsOfAttachments(ContentEntityObject content) Returns a count of the number of latest versions of attachmentsintDefaultAttachmentManager.countLatestVersionsOfAttachments(ContentEntityObject content) intAttachmentManager.countLatestVersionsOfAttachmentsOnPageSince(ContentEntityObject content, Date since) Fetches number of attachments changed on a page since a specific timestampintDefaultAttachmentManager.countLatestVersionsOfAttachmentsOnPageSince(ContentEntityObject content, Date since) intAttachmentManager.countLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject content) Returns a count of the number of latest versions of attachments (including trashed)intDefaultAttachmentManager.countLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject content) DefaultTrashManager.findTrashDate(ContentEntityObject ceo) AttachmentManager.getAllVersionsOfAttachments(ContentEntityObject content) Returns a list of all attachments, old and new.DefaultAttachmentManager.getAllVersionsOfAttachments(ContentEntityObject content) AttachmentManager.getAttachment(ContentEntityObject content, String attachmentFileName) Deprecated.since 7.5.0, useAttachmentServiceinstead in plugins, or useAttachmentManagerInternalin core where applicableAttachmentManager.getAttachment(ContentEntityObject content, String attachmentFileName, int version) Deprecated.since 7.5.0, useAttachmentServiceinstead in plugins, or useAttachmentManagerInternalin core where applicableDefaultAttachmentManager.getAttachment(ContentEntityObject content, String attachmentFileName) Get the most recent version of an attachment with a given name for a particular page.DefaultAttachmentManager.getAttachment(ContentEntityObject content, String attachmentFileName, int version) Retrieve a named attachment from a page.AttachmentManager.getAttachmentDownloadPath(ContentEntityObject content, String attachmentFileName) Get the download path for the most recent version of an attachment with the given name for some contentDefaultAttachmentManager.getAttachmentDownloadPath(ContentEntityObject content, String attachmentFileName) static LongDraftsTransitionHelper.getContentId(ContentEntityObject draft) static StringDraftsTransitionHelper.getContentType(ContentEntityObject draft) DefaultAttachmentManager.getFilteredAttachments(ContentEntityObject content, LimitedRequest pageRequest, Predicate<? super Attachment> filterPredicate) AttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content) Returns a list of only latest versions of attachments.DefaultAttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content) AttachmentManager.getLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject content) Returns a list of only latest versions of attachments (including trashed).DefaultAttachmentManager.getLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject content) static StringDraftsTransitionHelper.getSpaceKey(ContentEntityObject draft) static booleanDraftsTransitionHelper.isLegacyDraft(ContentEntityObject draft) static booleanDraftsTransitionHelper.isSharedDraft(ContentEntityObject draft) voidAttachmentManager.moveAttachment(Attachment latestVersion, String fileName, ContentEntityObject newContent) voidDefaultAttachmentManager.moveAttachment(Attachment attachment, ContentEntityObject newContainer) voidDefaultAttachmentManager.moveAttachment(Attachment latestVersion, String newFileName, ContentEntityObject newContent) voidPageManager.refreshPage(ContentEntityObject page) Refresh the page object in the hibernate session.voidAttachment.setContainer(ContentEntityObject content) voidComment.setContainer(ContentEntityObject container) voidDefaultFileUploadManager.storeResource(AttachmentResource resource, ContentEntityObject ceo) voidFileUploadManager.storeResource(AttachmentResource attachmentResource, ContentEntityObject content) Stores the attachmentResource as anAttachmenton the specified content object.voidDefaultFileUploadManager.storeResources(Collection<AttachmentResource> attachmentResources, ContentEntityObject content) voidFileUploadManager.storeResources(Collection<AttachmentResource> attachmentResources, ContentEntityObject content) Stores the attachmentResource as anAttachmenton the specified content object.voidDefaultDraftsTransitionHelper.transitionContentObjects(ContentEntityObject from, ContentEntityObject to) voidDraftsTransitionHelper.transitionContentObjects(ContentEntityObject from, ContentEntityObject to) Transitions content objects such as attachments, content properties, labels and permissions from one content object to another.Method parameters in com.atlassian.confluence.pages with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionAttachmentManager.getLatestVersionsOfAttachmentsForMultipleCeos(Iterable<? extends ContentEntityObject> contentEntityObjects) Returns a list of all the latest versions of attachments for all the CEOs providedDefaultAttachmentManager.getLatestVersionsOfAttachmentsForMultipleCeos(Iterable<? extends ContentEntityObject> contentEntityObjects) DefaultAttachmentManager.getLatestVersionsOfAttachmentsWithAnyStatusForContainers(Iterable<? extends ContentEntityObject> contentEntityObjects) -
Uses of ContentEntityObject in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as ContentEntityObjectModifier and TypeFieldDescriptionprotected ContentEntityObjectPurgeTrashItemAction.contentEntityObjectFields in com.atlassian.confluence.pages.actions with type parameters of type ContentEntityObjectModifier and TypeFieldDescriptionprotected Collection<ContentEntityObject> MoveAttachmentAction.suggestedContentToBeRefactoredMethods in com.atlassian.confluence.pages.actions that return ContentEntityObjectModifier and TypeMethodDescriptionAbstractCreatePageAction.getAttachmentSourceContent()AbstractPageAction.getAttachmentSourceContent()Returns theConfluenceEntityObjectthat contains attachments relevant to the current action.abstract ContentEntityObjectAbstractViewAttachmentsAction.getContentEntityObject()PurgeTrashItemAction.getContentEntityObject()RestoreExistingTrashItemAction.getContentEntityObject()RestoreTrashItemAction.getContentEntityObject()ViewPageAttachmentsAction.getContentEntityObject()PageInfoAction.getDestinationContentEntity(OutgoingLink link) ResumeDraftAction.getDraft()AbstractCreateAndEditPageAction.getDraftAsCEO()Deprecated.since 5.10 only use if still transitioning from legacy drafts, otherwise useAbstractCreateAndEditPageAction.getContentDraft()RestoreExistingTrashItemAction.getExistingContentEntityObject()Methods in com.atlassian.confluence.pages.actions that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionListUndefinedPagesAction.UndefinedPage.getReferencedFrom()MoveAttachmentAction.getSuggestedContentToBeRefactored()Methods in com.atlassian.confluence.pages.actions with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionprotected voidAbstractCreatePageAction.assignParentPage(ContentEntityObject page, Page parentPage) protected voidCreatePageAction.assignParentPage(ContentEntityObject page, Page parentPage) protected voidAbstractCreatePageAction.assignSpace(ContentEntityObject draft, Space space) protected voidCreatePageAction.assignSpace(ContentEntityObject page, Space space) -
Uses of ContentEntityObject in com.atlassian.confluence.pages.attachments
Methods in com.atlassian.confluence.pages.attachments with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionintAbstractDelegatingAttachmentDao.countLatestVersionsOfAttachments(ContentEntityObject content) intAbstractDelegatingAttachmentDao.countLatestVersionsOfAttachmentsOnPageSince(ContentEntityObject content, Date since) intAbstractDelegatingAttachmentDao.countLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject content) AbstractDelegatingAttachmentDao.getAttachment(ContentEntityObject content, String fileName, int version) AbstractDelegatingAttachmentDao.getLatestAttachment(ContentEntityObject content, String fileName) AbstractDelegatingAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo) AbstractDelegatingAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo, LimitedRequest pageRequest) AbstractDelegatingAttachmentDao.getLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject ceo) voidAbstractDelegatingAttachmentDao.moveAttachment(Attachment attachment, Attachment oldAttachment, ContentEntityObject newContent) Method parameters in com.atlassian.confluence.pages.attachments with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionAbstractDelegatingAttachmentDao.getLatestVersionsOfAttachmentsForMultipleCeos(Iterable<? extends ContentEntityObject> contentEntityObjects) AbstractDelegatingAttachmentDao.getLatestVersionsOfAttachmentsWithAnyStatusForContainers(Iterable<? extends ContentEntityObject> contentEntityObjects) -
Uses of ContentEntityObject in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionAbstractPageDao.getOrderedXhtmlContentFromContentId(long startContentId, long endContentId, int maxRows) Gets the latest versions of AbstractPages between the given IDs limited by the specified number of rows.AbstractPageDao.getPreviousVersionsOfPageWithTaskId(long pageId, long taskId, int maxRows) Get previous versions of a CEO that contain the given task ID sorted by versions in descending order.AbstractPageDao.getStaleSharedDrafts()Get all stale shared drafts in the database.Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionintAttachmentDao.countLatestVersionsOfAttachments(ContentEntityObject content) intAttachmentDao.countLatestVersionsOfAttachmentsOnPageSince(ContentEntityObject content, Date since) intAttachmentDao.countLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject content) AttachmentDao.getAttachment(ContentEntityObject content, String fileName, int version) Return the attachment on the specified content with the given filename and version.protected FileFileSystemAttachmentDataDao.getDirectoryForAttachment(ContentEntityObject content, Attachment attachment) Deprecated.Retrieves the location of the containing folder for an Attachmentprotected FileFileSystemAttachmentDataDao.getDirectoryForContent(ContentEntityObject content) Deprecated.AttachmentDao.getLatestAttachment(ContentEntityObject content, String fileName) Return the latest version of the attachment on the specified content with the given filename.AttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo) Retrieves the latest versions of all attachments to ceoAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo, LimitedRequest request) AttachmentDao.getLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject ceo) Retrieves the latest versions of all attachments to ceo (including trashed)protected booleanAbstractAttachmentCopier.isContentExcluded(ContentEntityObject content) Returns whether a ContentEntityObject is excluded from the copyprotected booleanAbstractAttachmentCopier.isContentSpaceIncluded(ContentEntityObject content) Returns whether the content's Space is in the inclusion List.voidAttachmentDao.moveAttachment(Attachment attachment, Attachment oldAttachment, ContentEntityObject newContent) Moves an Attachment to a new file name or content objectvoidAttachmentDataDao.moveAttachment(Attachment attachment, Attachment oldAttachment, ContentEntityObject newContent) Moves an attachment to a new file name or content objectvoidFileSystemAttachmentDataDao.moveAttachment(Attachment attachment, Attachment oldAttachment, ContentEntityObject newContent) Deprecated.voidAttachmentDataDao.removeDataForAttachment(Attachment attachment, ContentEntityObject originalContent) Removes all attachment data for the given attachment.voidFileSystemAttachmentDataDao.removeDataForAttachment(Attachment attachment, ContentEntityObject originalContent) Deprecated.Removes all attachment data for the given attachment.voidAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachmentVersion, ContentEntityObject originalContent) Removes the attachment data for the given attachment version.voidAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachmentVersion, ContentEntityObject originalContent, AttachmentDataStreamType dataStreamType) Removes the attachment data of the specific stream type for the given attachment version.voidFileSystemAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachment, ContentEntityObject originalContent) Deprecated.Removes the attachment data for the given attachment version.voidFileSystemAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachment, ContentEntityObject originalContent, AttachmentDataStreamType dataStreamType) Deprecated.Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionAttachmentDao.getLatestVersionsOfAttachmentsForMultipleCeos(Iterable<? extends ContentEntityObject> contentEntityObjects) Retrieves the latest versions of all attachments for all CEOs provided -
Uses of ContentEntityObject in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionHibernateAbstractPageDao.getOrderedXhtmlContentFromContentId(long startContentId, long endContentId, int maxRows) HibernateAbstractPageDao.getPreviousVersionsOfPageWithTaskId(long pageId, long taskId, int maxRows) HibernateAbstractPageDao.getStaleSharedDrafts()HibernateAbstractPageDao.getStaleSharedDrafts(LimitedRequest limitedRequest) Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionintAbstractHibernateAttachmentDao.countLatestVersionsOfAttachments(ContentEntityObject content) intAbstractHibernateAttachmentDao.countLatestVersionsOfAttachmentsOnPageSince(ContentEntityObject content, Date since) intAbstractHibernateAttachmentDao.countLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject content) AbstractHibernateAttachmentDao.getAttachment(ContentEntityObject content, String fileName, int version) AbstractHibernateAttachmentDao.getLatestAttachment(ContentEntityObject content, String fileName) AbstractHibernateAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject content) AbstractHibernateAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo, LimitedRequest request) AbstractHibernateAttachmentDao.getLatestVersionsOfAttachmentsWithAnyStatus(ContentEntityObject content) voidAbstractHibernateAttachmentDao.moveAttachment(Attachment latestVersion, Attachment oldAttachment, ContentEntityObject newContent) voidHibernateAttachmentDataDao.moveAttachment(Attachment attachment, Attachment oldAttachment, ContentEntityObject newContent) Deprecated, for removal: This API element is subject to removal in a future version.protected List<Attachment> AbstractHibernateAttachmentDao.removeAllAttachmentVersions(Attachment latestVersion, ContentEntityObject content) protected voidAbstractHibernateAttachmentDao.removeAttachment(Attachment attachment, ContentEntityObject content) Severs the connection between attachment and content, and removes the attachment from the databasevoidHibernateAttachmentDataDao.removeDataForAttachment(Attachment attachment, ContentEntityObject originalContent) Deprecated, for removal: This API element is subject to removal in a future version.voidHibernateAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachment, ContentEntityObject originalContent) Deprecated, for removal: This API element is subject to removal in a future version.voidHibernateAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachmentVersion, ContentEntityObject originalContent, AttachmentDataStreamType dataStreamType) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in com.atlassian.confluence.pages.persistence.dao.hibernate with type arguments of type ContentEntityObjectModifier and TypeMethodDescriptionAbstractHibernateAttachmentDao.getLatestVersionsOfAttachmentsForMultipleCeos(Iterable<? extends ContentEntityObject> contentEntityObjects) AbstractHibernateAttachmentDao.getLatestVersionsOfAttachmentsWithAnyStatusForContainers(Iterable<? extends ContentEntityObject> contentEntityObjects) -
Uses of ContentEntityObject in com.atlassian.confluence.pages.templates
Methods in com.atlassian.confluence.pages.templates with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionContentBlueprintInstanceFactory.convertToInstance(ContentEntityObject ceo, ContentBlueprintInstance contentBlueprintInstance, Expansion... expansions) -
Uses of ContentEntityObject in com.atlassian.confluence.pages.wysiwyg
Methods in com.atlassian.confluence.pages.wysiwyg with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionConfluenceWysiwygConverter.convertWikiMarkupToXHtml(ContentEntityObject content, String wikiMarkup) Converts wiki markup text into XHTML, using the page context of the content object.ConfluenceWysiwygConverter.convertWikiMarkupToXHtml(ContentEntityObject content, String spaceKey, String wikiMarkup) Converts wiki markup text into XHTML, using the page context of the content object.DefaultConfluenceWysiwygConverter.convertWikiMarkupToXHtml(ContentEntityObject content, String wikiMarkup) DefaultConfluenceWysiwygConverter.convertWikiMarkupToXHtml(ContentEntityObject content, String spaceKey, String wikiMarkup) ConfluenceWysiwygConverter.convertXHtmlToWikiMarkup(ContentEntityObject content, String xhtml) Converts XHTML into wiki markup, using the page context of the content objectDefaultConfluenceWysiwygConverter.convertXHtmlToWikiMarkup(ContentEntityObject content, String xhtml) -
Uses of ContentEntityObject in com.atlassian.confluence.plugin.descriptor.web
Methods in com.atlassian.confluence.plugin.descriptor.web that return ContentEntityObjectModifier and TypeMethodDescription@Nullable ContentEntityObjectDefaultWebInterfaceContext.getContentDraft()Deprecated.since 5.9.@Nullable ContentEntityObjectWebInterfaceContext.getContentDraft()Deprecated.since 5.9. -
Uses of ContentEntityObject in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionbooleanJsonPropertyEntityAdapter.isAllowedContainer(ContentEntityObject child, ContentEntityObject container) static booleanJsonPropertyEntityAdapter.isContentProperty(ContentEntityObject o) JsonPropertyFactory.makeVersion(ContentEntityObject entity) JsonPropertyFactory.makeVersion(ContentEntityObject entity, boolean expanded) -
Uses of ContentEntityObject in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultEdgeContentQueries.getContentCreatedSince(Date startDate) EdgeContentQueries.getContentCreatedSince(Date startDate) Get all contents created since a date in the pastList<io.atlassian.fugue.Pair<ContentEntityObject, LikeEntity>> DefaultEdgeContentQueries.getLikesSince(Date startDate) List<io.atlassian.fugue.Pair<ContentEntityObject, LikeEntity>> EdgeContentQueries.getLikesSince(Date startDate) Get all likes associated to each content since a date in the pastDefaultPopularContentQueries.getMostPopular(int maxResults, EdgeQueryParameter queryParameter) PopularContentQueries.getMostPopular(int maxResults, EdgeQueryParameter queryParameter) find popular content that have occurred in the last period of timeMethods in com.atlassian.confluence.plugins.edgeindex with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultEdgeDocumentFactory.buildDocument(String edgeId, com.atlassian.sal.api.user.UserKey userKey, ContentEntityObject target, Date date, String edgeTypeKey) EdgeDocumentFactory.buildDocument(String edgeId, com.atlassian.sal.api.user.UserKey userKey, ContentEntityObject target, Date date, String edgeTypeKey) Build the AtlassianDocument which will be stored as an edge index documentbooleanDefaultEdgeFactory.canBuildCreatEdge(ContentEntityObject contentEntity) booleanEdgeFactory.canBuildCreatEdge(ContentEntityObject contentEntity) Determines if the edge factory is capable of building create edges for a particular piece of content.voidDefaultEdgeIndexManager.contentEntityRemoved(boolean deletingVersion, ContentEntityObject contentEntity) voidDefaultEdgeIndexManager.contentEntityRemoved(ContentEntityObject contentEntity) voidEdgeIndexManager.contentEntityRemoved(ContentEntityObject contentEntity) Update the index to reflect the deletion of the specified content entity.voidDefaultEdgeIndexManager.contentEntityVersionRemoved(ContentEntityObject contentEntity) voidEdgeIndexManager.contentEntityVersionRemoved(ContentEntityObject contentEntity) Update the index to reflect the deletion of the specified content entity version.DefaultEdgeIndexTaskFactory.createAddDocumentTask(String edgeId, com.atlassian.sal.api.user.UserKey userKey, ContentEntityObject target, Date date, String edgeTypeKey) EdgeIndexTaskFactory.createAddDocumentTask(String edgeId, com.atlassian.sal.api.user.UserKey userKey, ContentEntityObject target, Date date, String edgeTypeKey) DefaultEdgeIndexTaskFactory.createReIndexPermissionsTask(ContentEntityObject ceo) EdgeIndexTaskFactory.createReIndexPermissionsTask(ContentEntityObject ceo) voidEdgeIndexTaskQueue.enqueue(IndexTaskType indexTaskType, ContentEntityObject target) Add a new task to this queue.voidJournalEdgeIndexTaskQueue.enqueue(IndexTaskType indexTaskType, ContentEntityObject target) DefaultEdgeFactory.getCreateEdge(ContentEntityObject contentEntity) EdgeFactory.getCreateEdge(ContentEntityObject contentEntity) Creates a new instance of an edge which indicates new content creation.DefaultEdgeFactory.getLikeEdge(ConfluenceUser liker, ContentEntityObject likedContent, Date likeDate) EdgeFactory.getLikeEdge(ConfluenceUser liker, ContentEntityObject likedContent, Date likeDate) Creates a new instance of an edge which represents a user liking content. -
Uses of ContentEntityObject in com.atlassian.confluence.plugins.edgeindex.rest
Methods in com.atlassian.confluence.plugins.edgeindex.rest that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionContentEntityHelper.getContentEntities(List<Long> contentIds) HibernateContentEntityHelper.getContentEntities(List<Long> contentIds) Methods in com.atlassian.confluence.plugins.edgeindex.rest with parameters of type ContentEntityObjectConstructor parameters in com.atlassian.confluence.plugins.edgeindex.rest with type arguments of type ContentEntityObjectModifierConstructorDescriptionStreamItemFactory(ContextPathHolder contextPathHolder, UserDtoFactory userDtoFactory, DateEntityFactory dateEntityFactory, ContentEntityHelper contentEntityHelper, EdgeTypeRepository edgeTypeRepository, ContentUiSupport<ContentEntityObject> contentUiSupport) -
Uses of ContentEntityObject in com.atlassian.confluence.plugins.like.graphql
Constructors in com.atlassian.confluence.plugins.like.graphql with parameters of type ContentEntityObjectModifierConstructorDescriptionLikesResponse(LikeManager likeManager, PersonService personService, UserAccessor userAccessor, ContentEntityObject content, ConfluenceUser currentUser, com.google.common.base.Supplier<Set<String>> followeeUsernames) -
Uses of ContentEntityObject in com.atlassian.confluence.plugins.like.notifications
Methods in com.atlassian.confluence.plugins.like.notifications that return ContentEntityObjectConstructors in com.atlassian.confluence.plugins.like.notifications with parameters of type ContentEntityObjectModifierConstructorDescriptionLikeNotification(ConfluenceUser recipient, com.atlassian.user.User liker, com.atlassian.user.User author, ContentEntityObject contentEntity, com.atlassian.plugin.notifications.spi.UserRole role) Construct a like notification -
Uses of ContentEntityObject in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
Classes in com.atlassian.confluence.plugins.rest.jackson2.entities.builders with type parameters of type ContentEntityObjectModifier and TypeInterfaceDescriptioninterfaceContentEntityBuilder<T extends ContentEntityObject>classDefaultContentEntityBuilder<T extends ContentEntityObject>classMethods in com.atlassian.confluence.plugins.rest.jackson2.entities.builders with type parameters of type ContentEntityObjectModifier and TypeMethodDescription<T extends ContentEntityObject>
ContentEntityBuilder<? super T> DefaultEntityBuilderFactory.createContentEntityBuilder(Class<? extends T> clazz) <T extends ContentEntityObject>
ContentEntityBuilder<? super T> EntityBuilderFactory.createContentEntityBuilder(Class<? extends T> clazz) A builder for constructing a REST entity from a {{com.atlassian.confluence.core.ContentEntityObject}} -
Uses of ContentEntityObject in com.atlassian.confluence.plugins.rest.jackson2.manager
Methods in com.atlassian.confluence.plugins.rest.jackson2.manager that return ContentEntityObjectMethods in com.atlassian.confluence.plugins.rest.jackson2.manager with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionDefaultRestContentManager.convertToContentEntity(ContentEntityObject object) RestContentManager.convertToContentEntity(ContentEntityObject object) Convert a Confluence model object into its REST representation.DefaultRestAttachmentManager.createAttachmentEntityListForContent(ContentEntityObject object) RestAttachmentManager.createAttachmentEntityListForContent(ContentEntityObject object) Create aAttachmentEntityListobject for the given ContentEntityObjectConstructors in com.atlassian.confluence.plugins.rest.jackson2.manager with parameters of type ContentEntityObjectModifierConstructorDescriptionChildrenListWrapperCallback(RestContentManager restContentManager, ContentEntityObject parentConfluenceObject) ContentEntityMapping(ContentEntity contentEntity, ContentEntityObject confluenceObject) -
Uses of ContentEntityObject in com.atlassian.confluence.plugins.soy
Constructor parameters in com.atlassian.confluence.plugins.soy with type arguments of type ContentEntityObjectModifierConstructorDescriptionGetContentTypeI18nKeyFunction(ContentUiSupport<ContentEntityObject> contentUiSupport) -
Uses of ContentEntityObject in com.atlassian.confluence.plugins.viewsource
Methods in com.atlassian.confluence.plugins.viewsource that return ContentEntityObject -
Uses of ContentEntityObject in com.atlassian.confluence.renderer
Methods in com.atlassian.confluence.renderer that return ContentEntityObjectModifier and TypeMethodDescriptionPageContext.getEntity()PageTemplateContext.getEntity()static ContentEntityObjectContentIncludeStack.peek()static ContentEntityObjectContentIncludeStack.pop()Methods in com.atlassian.confluence.renderer with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionstatic booleanContentIncludeStack.contains(ContentEntityObject c) static PageContextPageContext.newContextWithTimeout(ContentEntityObject entity, io.atlassian.util.concurrent.Timeout timeout) Construct a new PageContext for the rendering of some entity within a given time.static voidContentIncludeStack.push(ContentEntityObject c) Constructors in com.atlassian.confluence.renderer with parameters of type ContentEntityObjectModifierConstructorDescriptionPageContext(ContentEntityObject entity) PageContext(ContentEntityObject entity, PageContext previousContext) Deprecated.since 4.3. -
Uses of ContentEntityObject in com.atlassian.confluence.rpc.soap.beans
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type ContentEntityObject -
Uses of ContentEntityObject in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return ContentEntityObjectModifier and TypeMethodDescriptionSoapServiceHelper.retrieveContent(long contentId) Retrieves the content with the given ID, throwing an exception if the content can not be found, or the current user has not permission to view it.SoapServiceHelperImpl.retrieveContent(long contentId) -
Uses of ContentEntityObject in com.atlassian.confluence.rss
Classes in com.atlassian.confluence.rss with type parameters of type ContentEntityObjectModifier and TypeClassDescriptionclass -
Uses of ContentEntityObject in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionContentPermissionCalculator.calculate(@Nullable ContentEntityObject contentEntityObject) -
Uses of ContentEntityObject in com.atlassian.confluence.security
Methods in com.atlassian.confluence.security that return ContentEntityObjectMethods in com.atlassian.confluence.security with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionstatic StringPermissionUtils.getRestrictionsHash(ContentEntityObject content) voidContentPermissionSet.setOwningContent(ContentEntityObject owningContent) Hibernate setter.Constructors in com.atlassian.confluence.security with parameters of type ContentEntityObjectModifierConstructorDescriptionContentPermissionSet(String type, ContentEntityObject owningContent) -
Uses of ContentEntityObject in com.atlassian.confluence.servlet.download
Methods in com.atlassian.confluence.servlet.download that return ContentEntityObjectModifier and TypeMethodDescriptionGets the entity that the attachment is attached to based on the given url. -
Uses of ContentEntityObject in com.atlassian.confluence.setup.settings
Subclasses of ContentEntityObject 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 ContentEntityObject in com.atlassian.confluence.spaces
Subclasses of ContentEntityObject in com.atlassian.confluence.spacesMethods in com.atlassian.confluence.spaces that return ContentEntityObjectModifier and TypeMethodDescriptionReadOnlySpaceDescription.getEntity()ReadOnlySpaceDescription.getLatestVersion()SpaceDescription.getLatestVersion()Methods in com.atlassian.confluence.spaces with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionvoidReadOnlySpaceDescription.setContentPropertiesFrom(ContentEntityObject ceo) -
Uses of ContentEntityObject in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions that return ContentEntityObjectModifier and TypeMethodDescriptionprotected abstract ContentEntityObjectAbstractLogoAction.getContentToAttachLogoTo() -
Uses of ContentEntityObject in com.atlassian.confluence.ui.rest.builder
Methods in com.atlassian.confluence.ui.rest.builder with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionLegacyContentBuilder.buildFrom(ContentEntityObject entity, Expansions expansions) Deprecated. -
Uses of ContentEntityObject in com.atlassian.confluence.upgrade.upgradetask
Methods in com.atlassian.confluence.upgrade.upgradetask with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionbooleanChangeSpaceDescriptionsBodyTypeTask.apply(ContentEntityObject entity, int index, int batchSize) booleanConvertToRelativeLinksTask.apply(ContentEntityObject entity, int index, int batchSize) -
Uses of ContentEntityObject in com.atlassian.confluence.user
Subclasses of ContentEntityObject in com.atlassian.confluence.user -
Uses of ContentEntityObject in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionViewMyFavouritesAction.getContent()ViewMyDraftsAction.getContentDrafts()ViewMyDraftsAction.getDraftsBySpace()Deprecated.ViewUserHistoryAction.getHistory()ViewMyDraftsAction.getNonResumableDraftsBySpace()ViewMyFavouritesAction.getPaginatedItems()ViewMyFavouritesAction.getPaginationSupport()ViewMyDraftsAction.getResumableDraftsBySpace()Methods in com.atlassian.confluence.user.actions with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionViewMyDraftsAction.createExcerpt(ContentEntityObject draft) booleanViewMyDraftsAction.isDiscardableDraft(ContentEntityObject contentEntityObject) booleanViewMyDraftsAction.isLegacyDraft(ContentEntityObject contentEntityObject) booleanViewMyDraftsAction.isViewableDraft(ContentEntityObject contentEntityObject) -
Uses of ContentEntityObject in com.atlassian.confluence.user.history
Methods in com.atlassian.confluence.user.history that return types with arguments of type ContentEntityObjectModifier and TypeMethodDescriptionUserHistoryHelper.getHistoryContent(int maxResults, ContentTypeEnum... requestedTypes) Returns user historyContentEntityObjects, filtered to only include the requested types.UserHistoryHelper.getHistoryContent(ContentTypeEnum... requestedTypes) Methods in com.atlassian.confluence.user.history with parameters of type ContentEntityObject -
Uses of ContentEntityObject in com.atlassian.confluence.user.notifications
Methods in com.atlassian.confluence.user.notifications that return ContentEntityObjectModifier and TypeMethodDescriptionprotected ContentEntityObjectUserSignUpNotificationsListener.getContentEntityObject(Map contextMap) Deprecated. -
Uses of ContentEntityObject in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionstatic @Nullable StringConfluenceRenderUtils.getAttachmentRemotePath(@Nullable ContentEntityObject content) Returns the remote path to the attachments of the givenContentEntityObject.static StringConfluenceRenderUtils.getAttachmentsPathForContent(@NonNull ContentEntityObject content) Returns the download path for all the attachments on a given content object, excluding the context path and base URL.ContentMacrosHelper.getExcerpt(ContentEntityObject content, PageContext pageContext) ExcerptHelper.getExcerpt(ContentEntityObject contentEntityObject) Returns the body of an excerpt macro (including any xhtml tags).ExcerptHelper.getExcerptSummary(ContentEntityObject contentEntityObject) Returns the first line of an excerpt macro as plain text (all xhtml tags will be stripped)ExcerptHelper.getMacroDefinition(ContentEntityObject contentEntityObject, String macroName) Gets the firstMacroDefinitionin the supplied (@code contentEntityObject}.LabelUtil.getRecentAndPopularLabelsForEntity(ContentEntityObject entity, LabelManager labelManager, int maxResults, String user) static StringContentUtils.getSpaceKeyFromCeo(ContentEntityObject ceo) -
Uses of ContentEntityObject in com.atlassian.confluence.web.service
Methods in com.atlassian.confluence.web.service with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionWebContextFactory.createWebInterfaceContext(ContentEntityObject content) WebContextFactory.createWebInterfaceContext(ContentEntityObject content, Map<String, Object> additionalContext) WebContextFactoryImpl.createWebInterfaceContext(ContentEntityObject content) WebContextFactoryImpl.createWebInterfaceContext(ContentEntityObject content, Map<String, Object> additionalContext) -
Uses of ContentEntityObject in com.atlassian.confluence.xhtml.api
Methods in com.atlassian.confluence.xhtml.api with type parameters of type ContentEntityObjectModifier and TypeMethodDescription<T extends ContentEntityObject>
TWikiToStorageConverter.convertWikiBodyToStorage(T ceo) Convert the body of the supplied ContentEntityObject to Confluence Storage Format XHTML (if necessary).<T extends ContentEntityObject>
TXhtmlContent.convertWikiBodyToStorage(T ceo) Convert the body of the supplied ContentEntityObject to Confluence Storage Format XHTML (if necessary). -
Uses of ContentEntityObject in com.atlassian.integrationtest.utils
Methods in com.atlassian.integrationtest.utils with parameters of type ContentEntityObjectModifier and TypeMethodDescriptionvoidItStateManager.addContentNotification(ConfluenceUser user, ContentEntityObject contentEntityObject) ItStateManager.storeAndGetPageAttachment(ContentEntityObject container) ItStateManager.storeAndGetPageAttachment(ContentEntityObject container, String attachmentName) ItStateManager.storeAndGetPageAttachmentVersion(ContentEntityObject container, String attachmentName, Attachment originalAttachment) ItStateManager.storeAndGetTestChildCommentsTx(ContentEntityObject container, Comment parent, int count) Creates unresolved child comments in a new transaction.ItStateManager.storeAndGetTestComment(ContentEntityObject content) ItStateManager.storeAndGetTestInlineCommentsTx(ContentEntityObject container, int count) Creates unresolved inline comments in a new transaction. -
Uses of ContentEntityObject in com.atlassian.synchrony
Methods in com.atlassian.synchrony that return ContentEntityObjectMethods in com.atlassian.synchrony with parameters of type ContentEntityObject