Uses of Class
com.atlassian.confluence.content.CustomContentEntityObject
- 
Packages that use CustomContentEntityObject Package Description com.atlassian.confluence.content com.atlassian.confluence.content.apisupport com.atlassian.confluence.content.custom com.atlassian.confluence.content.event com.atlassian.confluence.content.persistence com.atlassian.confluence.content.persistence.hibernate com.atlassian.confluence.core com.atlassian.confluence.impl.content com.atlassian.confluence.it.api.test.plugin.apiavailable com.atlassian.confluence.plugins.contentproperty com.atlassian.confluence.util.breadcrumbs This package groups the breadcrumb logic: All breadcrumbs for global admin and other general purpose, Breadcrumb generation and interfaces, Pre-5.0 breadcrumbs for Spaces. - 
- 
Uses of CustomContentEntityObject in com.atlassian.confluence.content
Methods in com.atlassian.confluence.content that return CustomContentEntityObject Modifier and Type Method Description @Nullable CustomContentEntityObjectCustomContentManager. getById(long id)Find a single CustomContentEntityObject by its idCustomContentEntityObjectCustomContentEntityObject. getParent()@NonNull CustomContentEntityObjectCustomContentManager. newPluginContentEntityObject(String contentModuleKey)Create a new CustomContentEntityObject for the given module.@NonNull CustomContentEntityObjectCustomContentManager. updatePluginModuleKey(CustomContentEntityObject content, String pluginModuleKey)Update the type of an existing CustomContentEntityObject with the specified module key.Methods in com.atlassian.confluence.content that return types with arguments of type CustomContentEntityObject Modifier and Type Method Description @NonNull Iterator<CustomContentEntityObject>CustomContentManager. findAllChildren(CustomContentEntityObject content)Get an iterator of all children of a piece of content.@NonNull Iterator<CustomContentEntityObject>CustomContentManager. findAllContainedOfType(long containerContentId, String pluginModuleKey)Get an iterator of contained content of a piece of content with a given type.@NonNull Collection<CustomContentEntityObject>CustomContentManager. findAllInSpace(Space space)Deprecated.Since 4.2.@NonNull Iterator<CustomContentEntityObject>CustomContentManager. findChildrenOfType(CustomContentEntityObject content, String contentModuleKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder)Get an iterator of children of a piece of content with a given type.@NonNull Iterator<CustomContentEntityObject>CustomContentManager. findCurrentInSpace(Space space, String contentModuleKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder)Get an iterator of all the current, non-deleted content of the given type in the given space.List<CustomContentEntityObject>CustomContentEntityObject. getAncestors()Return all of the ancestors of this content, with this content's parent as the last element of the list.Methods in com.atlassian.confluence.content with parameters of type CustomContentEntityObject Modifier and Type Method Description Optional<String>ContentEntityAdapter. attachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)Return the URL path to view the list of attachments on the contentOptional<String>ContentEntityAdapterParent. attachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)Optional<String>DefaultContentAdapter. attachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)Optional<String>ContentEntityAdapter. attachmentUrlPath(CustomContentEntityObject pluginContentEntityObject, Attachment attachment)Return the URL path to view the a particular attachment of the contentOptional<String>ContentEntityAdapterParent. attachmentUrlPath(CustomContentEntityObject pluginContentEntityObject, Attachment attachment)Optional<String>DefaultContentAdapter. attachmentUrlPath(CustomContentEntityObject pluginContentEntityObject, Attachment attachment)longCustomContentManager. countChildrenOfType(CustomContentEntityObject content, String contentModuleKey)Get the total number of children of a piece of content with the given typeOptional<String>ContentEntityAdapter. displayTitle(CustomContentEntityObject pluginContentEntityObject)Gets the display-friendly title for the content.Optional<String>ContentEntityAdapterParent. displayTitle(CustomContentEntityObject pluginContentEntityObject)Optional<String>DefaultContentAdapter. displayTitle(CustomContentEntityObject pluginContentEntityObject)Optional<String>ContentEntityAdapter. excerpt(CustomContentEntityObject pluginContentEntityObject)Get a text-only summary of the content that is suitable for use in activity streams, search results and other places where a short placeholder for the content is necessary.Optional<String>ContentEntityAdapterParent. excerpt(CustomContentEntityObject pluginContentEntityObject)Optional<String>DefaultContentAdapter. excerpt(CustomContentEntityObject pluginContentEntityObject)@NonNull Iterator<CustomContentEntityObject>CustomContentManager. findAllChildren(CustomContentEntityObject content)Get an iterator of all children of a piece of content.@NonNull Iterator<CustomContentEntityObject>CustomContentManager. findChildrenOfType(CustomContentEntityObject content, String contentModuleKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder)Get an iterator of children of a piece of content with a given type.default com.atlassian.fugue.Option<String>ContentEntityAdapter. getAttachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)Deprecated.since 7.0.1.default com.atlassian.fugue.Option<String>ContentEntityAdapter. getAttachmentUrlPath(CustomContentEntityObject pluginContentEntityObject, Attachment attachment)Deprecated.since 7.0.1.BodyTypeContentEntityAdapter. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)Get the default type for BodyContent objects attached to this content.BodyTypeContentEntityAdapterParent. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)BodyTypeDefaultContentAdapter. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)default com.atlassian.fugue.Option<String>ContentEntityAdapter. getDisplayTitle(CustomContentEntityObject pluginContentEntityObject)Deprecated.since 7.0.1.default com.atlassian.fugue.Option<String>ContentEntityAdapter. getExcerpt(CustomContentEntityObject pluginContentEntityObject)Deprecated.since 7.0.1.default com.atlassian.fugue.Option<String>ContentEntityAdapter. getNameForComparison(CustomContentEntityObject pluginContentEntityObject)Deprecated.since 7.0.1.default com.atlassian.fugue.Option<String>ContentEntityAdapter. getUrlPath(CustomContentEntityObject pluginContentEntityObject)Deprecated.since 7.0.1.booleanContentEntityAdapter. isAllowedParent(CustomContentEntityObject child, CustomContentEntityObject parent)Determine if a particular content is an acceptable parent for this content.booleanContentEntityAdapterParent. isAllowedParent(CustomContentEntityObject child, CustomContentEntityObject parent)booleanDefaultContentAdapter. isAllowedParent(CustomContentEntityObject child, CustomContentEntityObject parent)booleanContentEntityAdapter. isIndexable(CustomContentEntityObject pluginContentEntityObject, boolean isDefaultIndexable)Determine if a particular content should be indexed.booleanContentEntityAdapterParent. isIndexable(CustomContentEntityObject pluginContentEntityObject, boolean isDefaultIndexable)booleanDefaultContentAdapter. isIndexable(CustomContentEntityObject pluginContentEntityObject, boolean isDefaultIndexable)Optional<String>ContentEntityAdapter. nameForComparison(CustomContentEntityObject pluginContentEntityObject)Return the sorting-friendly title for the content, if the content is to be sorted in alphabetical order.Optional<String>ContentEntityAdapterParent. nameForComparison(CustomContentEntityObject pluginContentEntityObject)Optional<String>DefaultContentAdapter. nameForComparison(CustomContentEntityObject pluginContentEntityObject)voidCustomContentEntityObject. setParent(CustomContentEntityObject parent)booleanContentEntityAdapter. shouldConvertToContent(CustomContentEntityObject pluginContentEntityObject)Determine if a particular content is going to be part of the core API.booleanContentEntityAdapterParent. shouldConvertToContent(CustomContentEntityObject pluginContentEntityObject)booleanDefaultContentAdapter. shouldConvertToContent(CustomContentEntityObject pluginContentEntityObject)@NonNull CustomContentEntityObjectCustomContentManager. updatePluginModuleKey(CustomContentEntityObject content, String pluginModuleKey)Update the type of an existing CustomContentEntityObject with the specified module key.Optional<String>ContentEntityAdapter. urlPath(CustomContentEntityObject pluginContentEntityObject)Gets the URL string (relative to the Confluence application context) at which this content can be viewed.Optional<String>ContentEntityAdapterParent. urlPath(CustomContentEntityObject pluginContentEntityObject)Optional<String>DefaultContentAdapter. urlPath(CustomContentEntityObject pluginContentEntityObject)Method parameters in com.atlassian.confluence.content with type arguments of type CustomContentEntityObject Modifier and Type Method Description default @NonNull PageResponse<Content>CustomContentManager. getChildrenOfType(ContentEntityObject entity, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super CustomContentEntityObject> predicate)Deprecated.since 7.0.1.@NonNull PageResponse<Content>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. - 
Uses of CustomContentEntityObject in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport that return CustomContentEntityObject Modifier and Type Method Description CustomContentEntityObjectCustomContentTypeApiSupport. create(Content content)CustomContentEntityObjectCustomContentTypeApiSupport. update(Content content, CustomContentEntityObject entity)Methods in com.atlassian.confluence.content.apisupport that return types with arguments of type CustomContentEntityObject Modifier and Type Method Description Class<CustomContentEntityObject>CustomContentTypeApiSupport. getEntityClass()Methods in com.atlassian.confluence.content.apisupport with parameters of type CustomContentEntityObject Modifier and Type Method Description protected abstract voidCustomContentTypeApiSupport. createCustomContentEntity(Content content, CustomContentEntityObject newVersion)Set the extension properties on the entity.CustomContentEntityObjectCustomContentTypeApiSupport. update(Content content, CustomContentEntityObject entity)protected abstract booleanCustomContentTypeApiSupport. updateCustomContentEntity(Content content, CustomContentEntityObject newVersion, CustomContentEntityObject original)Set the extension properties on the entity. - 
Uses of CustomContentEntityObject in com.atlassian.confluence.content.custom
Methods in com.atlassian.confluence.content.custom that return types with arguments of type CustomContentEntityObject Modifier and Type Method Description ContentTypeApiSupport<CustomContentEntityObject>BaseCustomContentType. getApiSupport()A null implementation that provide no extensions or children for the CustomContentTypeContentTypeApiSupport<CustomContentEntityObject>CustomContentType. getApiSupport()Get the api support for this CustomContentType. - 
Uses of CustomContentEntityObject in com.atlassian.confluence.content.event
Methods in com.atlassian.confluence.content.event that return CustomContentEntityObject Modifier and Type Method Description CustomContentEntityObjectPluginContentCreatedEvent. getContent()CustomContentEntityObjectPluginContentRemovedEvent. getContent()Constructors in com.atlassian.confluence.content.event with parameters of type CustomContentEntityObject Constructor Description PluginContentCreatedEvent(Object src, CustomContentEntityObject content)Deprecated.PluginContentCreatedEvent(Object source, CustomContentEntityObject content, OperationContext<?> context)PluginContentRemovedEvent(Object src, CustomContentEntityObject content)PluginContentUpdatedEvent(Object src, CustomContentEntityObject currentContent, CustomContentEntityObject oldContent, SaveContext saveContext) - 
Uses of CustomContentEntityObject in com.atlassian.confluence.content.persistence
Methods in com.atlassian.confluence.content.persistence that return types with arguments of type CustomContentEntityObject Modifier and Type Method Description Iterator<CustomContentEntityObject>CustomContentDao. findAll(String pluginContentKey)Retrieves an iterator ofCustomContentEntityObjectwith the specified pluginContentKeyIterator<CustomContentEntityObject>CustomContentDao. findAllChildren(long id)Retrieves all children of the specified content.Iterator<CustomContentEntityObject>CustomContentDao. findAllContainedOfType(long containerContentId, String pluginContentKey)Iterator<CustomContentEntityObject>CustomContentDao. findAllInSpace(long spaceId)Iterator<CustomContentEntityObject>CustomContentDao. findAllInSpace(String pluginContentKey, long spaceId)Iterator<CustomContentEntityObject>CustomContentDao. findAllInSpaceWithAttachments(long spaceId)Iterator<CustomContentEntityObject>CustomContentDao. findAllInSpaceWithAttachments(String pluginContentKey, long spaceId)Iterator<CustomContentEntityObject>CustomContentDao. findAllWithAttachments(String pluginContentKey)Retrieves an iterator ofCustomContentEntityObjectwith the specified pluginContentKey.Iterator<CustomContentEntityObject>CustomContentDao. findChildrenOfType(long id, String pluginContentKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder)Iterator<CustomContentEntityObject>CustomContentDao. findCurrentInSpace(long spaceId, String pluginModuleKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder) - 
Uses of CustomContentEntityObject in com.atlassian.confluence.content.persistence.hibernate
 - 
Uses of CustomContentEntityObject in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return types with arguments of type CustomContentEntityObject Modifier and Type Method Description List<CustomContentEntityObject>ContentEntityObject. getCustomContent()Methods in com.atlassian.confluence.core with parameters of type CustomContentEntityObject Modifier and Type Method Description voidContentEntityObject. addCustomContent(CustomContentEntityObject customContentEntityObject)voidContentEntityObject. removeCustomContent(CustomContentEntityObject customContentEntityObject) - 
Uses of CustomContentEntityObject in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return CustomContentEntityObject Modifier and Type Method Description @Nullable CustomContentEntityObjectDefaultCustomContentManager. getById(long id)@NonNull CustomContentEntityObjectDefaultCustomContentManager. newPluginContentEntityObject(String contentModuleKey)@NonNull CustomContentEntityObjectDefaultCustomContentManager. updatePluginModuleKey(CustomContentEntityObject content, String pluginModuleKey)Methods in com.atlassian.confluence.impl.content that return types with arguments of type CustomContentEntityObject Modifier and Type Method Description @NonNull Iterator<CustomContentEntityObject>DefaultCustomContentManager. findAllChildren(CustomContentEntityObject content)@NonNull Iterator<CustomContentEntityObject>DefaultCustomContentManager. findAllContainedOfType(long containerContentId, String pluginModuleKey)@NonNull Collection<CustomContentEntityObject>DefaultCustomContentManager. findAllInSpace(Space space)This method is required for space exports to work properly.@NonNull Iterator<CustomContentEntityObject>DefaultCustomContentManager. findChildrenOfType(CustomContentEntityObject content, String pluginContentKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder)@NonNull Iterator<CustomContentEntityObject>DefaultCustomContentManager. findCurrentInSpace(Space space, String pluginContentKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder)Methods in com.atlassian.confluence.impl.content with parameters of type CustomContentEntityObject Modifier and Type Method Description longDefaultCustomContentManager. countChildrenOfType(CustomContentEntityObject content, String contentModuleKey)@NonNull Iterator<CustomContentEntityObject>DefaultCustomContentManager. findAllChildren(CustomContentEntityObject content)@NonNull Iterator<CustomContentEntityObject>DefaultCustomContentManager. findChildrenOfType(CustomContentEntityObject content, String pluginContentKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder)@NonNull CustomContentEntityObjectDefaultCustomContentManager. updatePluginModuleKey(CustomContentEntityObject content, String pluginModuleKey)Method parameters in com.atlassian.confluence.impl.content with type arguments of type CustomContentEntityObject Modifier and Type Method Description @NonNull PageResponse<Content>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. - 
Uses of CustomContentEntityObject in com.atlassian.confluence.it.api.test.plugin.apiavailable
Methods in com.atlassian.confluence.it.api.test.plugin.apiavailable that return types with arguments of type CustomContentEntityObject Modifier and Type Method Description BaseContentTypeApiSupport<CustomContentEntityObject>DummyAvailableContentType. getApiSupport()Class<CustomContentEntityObject>DummyAvailableContentTypeSupport. getEntityClass()Methods in com.atlassian.confluence.it.api.test.plugin.apiavailable with parameters of type CustomContentEntityObject Modifier and Type Method Description protected voidDummyAvailableContentTypeSupport. createCustomContentEntity(Content content, CustomContentEntityObject newVersion)protected PageResponse<Content>DummyAvailableContentTypeSupport. getChildrenForThisType(CustomContentEntityObject content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)BodyTypeDummyAvailableContentEntityAdapter. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)booleanDummyUnavailableContentEntityAdapter. shouldConvertToContent(CustomContentEntityObject pluginContentEntityObject)protected booleanDummyAvailableContentTypeSupport. updateCustomContentEntity(Content content, CustomContentEntityObject newVersion, CustomContentEntityObject original)ValidationResultDummyAvailableContentTypeSupport. validateUpdate(Content updatedContent, CustomContentEntityObject existingEntity)Method parameters in com.atlassian.confluence.it.api.test.plugin.apiavailable with type arguments of type CustomContentEntityObject Modifier and Type Method Description Map<ContentId,Map<String,Object>>DummyAvailableContentTypeSupport. getExtensions(Iterable<CustomContentEntityObject> contentEntities, Expansions expansions) - 
Uses of CustomContentEntityObject in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty that return CustomContentEntityObject Modifier and Type Method Description CustomContentEntityObjectStorageJsonPropertyManager. getStorageContentProperty(SimpleValidationResult.Builder result, JsonContentProperty property)CustomContentEntityObjectStorageJsonPropertyManager. getStorageSpaceProperty(JsonSpaceProperty property)CustomContentEntityObjectStorageJsonPropertyManager. updateStorageFromApi(JsonContentProperty apiContentProperty, CustomContentEntityObject storageJsonProperty)Updates a JsonProperty CustomContentEntityObject to be a ContentProperty.CustomContentEntityObjectStorageJsonPropertyManager. updateStorageFromApi(JsonSpaceProperty property, CustomContentEntityObject storageJsonProperty)Updates a JsonProperty CustomContentEntityObject to be a SpaceProperty.Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type CustomContentEntityObject Modifier and Type Method Description JsonContentPropertyJsonPropertyFactory. buildContentPropertyFrom(CustomContentEntityObject storageContentProperty, Expansions expansions)Convert the given CustomContentEntityObject into a corresponding ContentProperty.JsonContentPropertyJsonPropertyFactory. buildFrom(Content content, CustomContentEntityObject storageContentProperty, Expansions expansions)Convert the given CustomContentEntityObject into a corresponding ContentProperty with the given container.JsonSpacePropertyJsonPropertyFactory. buildFrom(Space space, CustomContentEntityObject storageContentProperty, Expansions expansions)JsonContentPropertyJsonPropertyFactory. buildFrom(CustomContentEntityObject storageContentProperty)Convert the given CustomContentEntityObject into a corresponding ContentProperty with the given container.JsonSpacePropertyJsonPropertyFactory. buildSpacePropertyFrom(CustomContentEntityObject property, Expansions expansions)Convert the given CustomContentEntityObject into a corresponding SpaceProperty.BodyTypeJsonPropertyEntityAdapter. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)static booleanJsonPropertyEntityAdapter. isContentProperty(CustomContentEntityObject o)booleanJsonPropertyEntityAdapter. isIndexable(CustomContentEntityObject pluginContentEntityObject, boolean isDefaultIndexable)CustomContentEntityObjectStorageJsonPropertyManager. updateStorageFromApi(JsonContentProperty apiContentProperty, CustomContentEntityObject storageJsonProperty)Updates a JsonProperty CustomContentEntityObject to be a ContentProperty.CustomContentEntityObjectStorageJsonPropertyManager. updateStorageFromApi(JsonSpaceProperty property, CustomContentEntityObject storageJsonProperty)Updates a JsonProperty CustomContentEntityObject to be a SpaceProperty. - 
Uses of CustomContentEntityObject in com.atlassian.confluence.util.breadcrumbs
Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type CustomContentEntityObject Constructor Description CustomContentBreadcrumb(CustomContentEntityObject customContentEntity) 
 -