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 CustomContentEntityObject
CustomContentManager. getById(long id)
Find a single CustomContentEntityObject by its idCustomContentEntityObject
CustomContentEntityObject. getParent()
@NonNull CustomContentEntityObject
CustomContentManager. newPluginContentEntityObject(String contentModuleKey)
Create a new CustomContentEntityObject for the given module.@NonNull CustomContentEntityObject
CustomContentManager. 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 default Optional<String>
ContentEntityAdapter. attachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)
Return the URL path to view the list of attachments on the contentdefault Optional<String>
ContentEntityAdapter. attachmentUrlPath(CustomContentEntityObject pluginContentEntityObject, Attachment attachment)
Return the URL path to view the a particular attachment of the contentlong
CustomContentManager. countChildrenOfType(CustomContentEntityObject content, String contentModuleKey)
Get the total number of children of a piece of content with the given typedefault Optional<String>
ContentEntityAdapter. displayTitle(CustomContentEntityObject pluginContentEntityObject)
Gets the display-friendly title for the content.default 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.@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.com.atlassian.fugue.Option<String>
ContentEntityAdapter. getAttachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
ContentEntityAdapterParent. getAttachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
DefaultContentAdapter. getAttachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
ContentEntityAdapter. getAttachmentUrlPath(CustomContentEntityObject pluginContentEntityObject, Attachment attachment)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
ContentEntityAdapterParent. getAttachmentUrlPath(CustomContentEntityObject pluginContentEntityObject, Attachment attachment)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
DefaultContentAdapter. getAttachmentUrlPath(CustomContentEntityObject pluginContentEntityObject, Attachment attachment)
Deprecated.since 7.0.1.BodyType
ContentEntityAdapter. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
Get the default type for BodyContent objects attached to this content.BodyType
ContentEntityAdapterParent. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
BodyType
DefaultContentAdapter. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
com.atlassian.fugue.Option<String>
ContentEntityAdapter. getDisplayTitle(CustomContentEntityObject pluginContentEntityObject)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
ContentEntityAdapterParent. getDisplayTitle(CustomContentEntityObject pluginContentEntityObject)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
DefaultContentAdapter. getDisplayTitle(CustomContentEntityObject pluginContentEntityObject)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
ContentEntityAdapter. getExcerpt(CustomContentEntityObject pluginContentEntityObject)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
ContentEntityAdapterParent. getExcerpt(CustomContentEntityObject pluginContentEntityObject)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
DefaultContentAdapter. getExcerpt(CustomContentEntityObject pluginContentEntityObject)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
ContentEntityAdapter. getNameForComparison(CustomContentEntityObject pluginContentEntityObject)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
ContentEntityAdapterParent. getNameForComparison(CustomContentEntityObject pluginContentEntityObject)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
DefaultContentAdapter. getNameForComparison(CustomContentEntityObject pluginContentEntityObject)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
ContentEntityAdapter. getUrlPath(CustomContentEntityObject pluginContentEntityObject)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
ContentEntityAdapterParent. getUrlPath(CustomContentEntityObject pluginContentEntityObject)
Deprecated.since 7.0.1.com.atlassian.fugue.Option<String>
DefaultContentAdapter. getUrlPath(CustomContentEntityObject pluginContentEntityObject)
Deprecated.since 7.0.1.boolean
ContentEntityAdapter. isAllowedParent(CustomContentEntityObject child, CustomContentEntityObject parent)
Determine if a particular content is an acceptable parent for this content.boolean
ContentEntityAdapterParent. isAllowedParent(CustomContentEntityObject child, CustomContentEntityObject parent)
boolean
DefaultContentAdapter. isAllowedParent(CustomContentEntityObject child, CustomContentEntityObject parent)
boolean
ContentEntityAdapter. isIndexable(CustomContentEntityObject pluginContentEntityObject, boolean isDefaultIndexable)
Determine if a particular content should be indexed.boolean
ContentEntityAdapterParent. isIndexable(CustomContentEntityObject pluginContentEntityObject, boolean isDefaultIndexable)
boolean
DefaultContentAdapter. isIndexable(CustomContentEntityObject pluginContentEntityObject, boolean isDefaultIndexable)
default Optional<String>
ContentEntityAdapter. nameForComparison(CustomContentEntityObject pluginContentEntityObject)
Return the sorting-friendly title for the content, if the content is to be sorted in alphabetical order.void
CustomContentEntityObject. setParent(CustomContentEntityObject parent)
boolean
ContentEntityAdapter. shouldConvertToContent(CustomContentEntityObject pluginContentEntityObject)
Determine if a particular content is going to be part of the core API.boolean
ContentEntityAdapterParent. shouldConvertToContent(CustomContentEntityObject pluginContentEntityObject)
boolean
DefaultContentAdapter. shouldConvertToContent(CustomContentEntityObject pluginContentEntityObject)
@NonNull CustomContentEntityObject
CustomContentManager. updatePluginModuleKey(CustomContentEntityObject content, String pluginModuleKey)
Update the type of an existing CustomContentEntityObject with the specified module key.default Optional<String>
ContentEntityAdapter. urlPath(CustomContentEntityObject pluginContentEntityObject)
Gets the URL string (relative to the Confluence application context) at which this content can be viewed.Method parameters in com.atlassian.confluence.content with type arguments of type CustomContentEntityObject Modifier and Type Method Description @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.default @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 CustomContentEntityObject
CustomContentTypeApiSupport. create(Content content)
CustomContentEntityObject
CustomContentTypeApiSupport. 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 void
CustomContentTypeApiSupport. createCustomContentEntity(Content content, CustomContentEntityObject newVersion)
Set the extension properties on the entity.CustomContentEntityObject
CustomContentTypeApiSupport. update(Content content, CustomContentEntityObject entity)
protected abstract boolean
CustomContentTypeApiSupport. 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 CustomContentEntityObject
PluginContentCreatedEvent. getContent()
CustomContentEntityObject
PluginContentRemovedEvent. 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 ofCustomContentEntityObject
with 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 ofCustomContentEntityObject
with 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 void
ContentEntityObject. addCustomContent(CustomContentEntityObject customContentEntityObject)
void
ContentEntityObject. 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 CustomContentEntityObject
DefaultCustomContentManager. getById(long id)
@NonNull CustomContentEntityObject
DefaultCustomContentManager. newPluginContentEntityObject(String contentModuleKey)
@NonNull CustomContentEntityObject
DefaultCustomContentManager. 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 long
DefaultCustomContentManager. 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 CustomContentEntityObject
DefaultCustomContentManager. 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. getChildrenOfType(ContentEntityObject entity, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super CustomContentEntityObject> predicate)
Deprecated.since 7.0.1. -
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 void
DummyAvailableContentTypeSupport. createCustomContentEntity(Content content, CustomContentEntityObject newVersion)
protected PageResponse<Content>
DummyAvailableContentTypeSupport. getChildrenForThisType(CustomContentEntityObject content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
BodyType
DummyAvailableContentEntityAdapter. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
boolean
DummyUnavailableContentEntityAdapter. shouldConvertToContent(CustomContentEntityObject pluginContentEntityObject)
protected boolean
DummyAvailableContentTypeSupport. updateCustomContentEntity(Content content, CustomContentEntityObject newVersion, CustomContentEntityObject original)
ValidationResult
DummyAvailableContentTypeSupport. 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 CustomContentEntityObject
StorageJsonPropertyManager. getStorageContentProperty(SimpleValidationResult.Builder result, JsonContentProperty property)
CustomContentEntityObject
StorageJsonPropertyManager. getStorageSpaceProperty(JsonSpaceProperty property)
CustomContentEntityObject
StorageJsonPropertyManager. updateStorageFromApi(JsonContentProperty apiContentProperty, CustomContentEntityObject storageJsonProperty)
Updates a JsonProperty CustomContentEntityObject to be a ContentProperty.CustomContentEntityObject
StorageJsonPropertyManager. 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 JsonContentProperty
JsonPropertyFactory. buildContentPropertyFrom(CustomContentEntityObject storageContentProperty, Expansions expansions)
Convert the given CustomContentEntityObject into a corresponding ContentProperty.JsonContentProperty
JsonPropertyFactory. buildFrom(Content content, CustomContentEntityObject storageContentProperty, Expansions expansions)
Convert the given CustomContentEntityObject into a corresponding ContentProperty with the given container.JsonSpaceProperty
JsonPropertyFactory. buildFrom(Space space, CustomContentEntityObject storageContentProperty, Expansions expansions)
JsonContentProperty
JsonPropertyFactory. buildFrom(CustomContentEntityObject storageContentProperty)
Convert the given CustomContentEntityObject into a corresponding ContentProperty with the given container.JsonSpaceProperty
JsonPropertyFactory. buildSpacePropertyFrom(CustomContentEntityObject property, Expansions expansions)
Convert the given CustomContentEntityObject into a corresponding SpaceProperty.BodyType
JsonPropertyEntityAdapter. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
static boolean
JsonPropertyEntityAdapter. isContentProperty(CustomContentEntityObject o)
boolean
JsonPropertyEntityAdapter. isIndexable(CustomContentEntityObject pluginContentEntityObject, boolean isDefaultIndexable)
CustomContentEntityObject
StorageJsonPropertyManager. updateStorageFromApi(JsonContentProperty apiContentProperty, CustomContentEntityObject storageJsonProperty)
Updates a JsonProperty CustomContentEntityObject to be a ContentProperty.CustomContentEntityObject
StorageJsonPropertyManager. 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)
-