|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CustomContentEntityObject | |
|---|---|
| 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.mail.archive | |
| com.atlassian.confluence.mail.archive.content | |
| 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. |
| test.plugin.apiavailable | |
| test.plugin.versionchildpolicy | |
| Uses of CustomContentEntityObject in com.atlassian.confluence.content |
|---|
| Methods in com.atlassian.confluence.content that return CustomContentEntityObject | |
|---|---|
CustomContentEntityObject |
DefaultCustomContentManager.getById(long id)
|
CustomContentEntityObject |
CustomContentManager.getById(long id)
Find a single CustomContentEntityObject by its id |
CustomContentEntityObject |
ContentProperty.getContent()
Deprecated. since 5.6 use ContentProperty.getContentEntity() instead. |
CustomContentEntityObject |
CustomContentEntityObject.getParent()
|
CustomContentEntityObject |
DefaultCustomContentManager.newPluginContentEntityObject(String contentModuleKey)
|
CustomContentEntityObject |
CustomContentManager.newPluginContentEntityObject(String contentModuleKey)
Create a new CustomContentEntityObject for the given module. |
CustomContentEntityObject |
DefaultCustomContentManager.updatePluginModuleKey(CustomContentEntityObject content,
String pluginModuleKey)
|
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 | |
|---|---|
Iterator<CustomContentEntityObject> |
DefaultCustomContentManager.findAllChildren(CustomContentEntityObject content)
|
Iterator<CustomContentEntityObject> |
CustomContentManager.findAllChildren(CustomContentEntityObject content)
Get an iterator of all children of a piece of content. |
Collection<CustomContentEntityObject> |
DefaultCustomContentManager.findAllInSpace(Space space)
Deprecated. |
Collection<CustomContentEntityObject> |
CustomContentManager.findAllInSpace(Space space)
Deprecated. Since 4.2. No replacement. |
Iterator<CustomContentEntityObject> |
DefaultCustomContentManager.findChildrenOfType(CustomContentEntityObject content,
String pluginContentKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
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. |
Iterator<CustomContentEntityObject> |
DefaultCustomContentManager.findCurrentInSpace(Space space,
String pluginContentKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
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 | |
|---|---|
long |
DefaultCustomContentManager.countChildrenOfType(CustomContentEntityObject content,
String contentModuleKey)
|
long |
CustomContentManager.countChildrenOfType(CustomContentEntityObject content,
String contentModuleKey)
Get the total number of children of a piece of content with the given type |
Iterator<CustomContentEntityObject> |
DefaultCustomContentManager.findAllChildren(CustomContentEntityObject content)
|
Iterator<CustomContentEntityObject> |
CustomContentManager.findAllChildren(CustomContentEntityObject content)
Get an iterator of all children of a piece of content. |
Iterator<CustomContentEntityObject> |
DefaultCustomContentManager.findChildrenOfType(CustomContentEntityObject content,
String pluginContentKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
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> |
DefaultContentAdapter.getAttachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<String> |
ContentEntityAdapterParent.getAttachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<String> |
ContentEntityAdapter.getAttachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)
Return the URL path to view the list of attachments on the content |
com.atlassian.fugue.Option<String> |
DefaultContentAdapter.getAttachmentUrlPath(CustomContentEntityObject pluginContentEntityObject,
Attachment attachment)
|
com.atlassian.fugue.Option<String> |
ContentEntityAdapterParent.getAttachmentUrlPath(CustomContentEntityObject pluginContentEntityObject,
Attachment attachment)
|
com.atlassian.fugue.Option<String> |
ContentEntityAdapter.getAttachmentUrlPath(CustomContentEntityObject pluginContentEntityObject,
Attachment attachment)
Return the URL path to view the a particular attachment of the content |
BodyType |
DefaultContentAdapter.getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
|
BodyType |
ContentEntityAdapterParent.getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
|
BodyType |
ContentEntityAdapter.getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
Get the default type for BodyContent objects attached to this content. |
com.atlassian.fugue.Option<String> |
DefaultContentAdapter.getDisplayTitle(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<String> |
ContentEntityAdapterParent.getDisplayTitle(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<String> |
ContentEntityAdapter.getDisplayTitle(CustomContentEntityObject pluginContentEntityObject)
Gets the display-friendly title for the content. |
com.atlassian.fugue.Option<String> |
DefaultContentAdapter.getExcerpt(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<String> |
ContentEntityAdapterParent.getExcerpt(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<String> |
ContentEntityAdapter.getExcerpt(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. |
com.atlassian.fugue.Option<String> |
DefaultContentAdapter.getNameForComparison(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<String> |
ContentEntityAdapterParent.getNameForComparison(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<String> |
ContentEntityAdapter.getNameForComparison(CustomContentEntityObject pluginContentEntityObject)
Return the sorting-friendly title for the content, if the content is to be sorted in alphabetical order. |
com.atlassian.fugue.Option<String> |
DefaultContentAdapter.getUrlPath(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<String> |
ContentEntityAdapterParent.getUrlPath(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<String> |
ContentEntityAdapter.getUrlPath(CustomContentEntityObject pluginContentEntityObject)
Gets the URL string (relative to the Confluence application context) at which this content can be viewed. |
boolean |
DefaultContentAdapter.isAllowedParent(CustomContentEntityObject child,
CustomContentEntityObject parent)
|
boolean |
ContentEntityAdapterParent.isAllowedParent(CustomContentEntityObject child,
CustomContentEntityObject parent)
|
boolean |
ContentEntityAdapter.isAllowedParent(CustomContentEntityObject child,
CustomContentEntityObject parent)
Determine if a particular content is an acceptable parent for this content. |
boolean |
DefaultContentAdapter.isIndexable(CustomContentEntityObject pluginContentEntityObject,
boolean isDefaultIndexable)
|
boolean |
ContentEntityAdapterParent.isIndexable(CustomContentEntityObject pluginContentEntityObject,
boolean isDefaultIndexable)
|
boolean |
ContentEntityAdapter.isIndexable(CustomContentEntityObject pluginContentEntityObject,
boolean isDefaultIndexable)
Determine if a particular content should be indexed. |
void |
ContentProperty.setContent(CustomContentEntityObject content)
Deprecated. since 5.6 use ContentProperty.setContentEntity(com.atlassian.confluence.core.ContentEntityObject) instead. |
void |
CustomContentEntityObject.setParent(CustomContentEntityObject parent)
|
boolean |
DefaultContentAdapter.shouldConvertToContent(CustomContentEntityObject pluginContentEntityObject)
|
boolean |
ContentEntityAdapterParent.shouldConvertToContent(CustomContentEntityObject pluginContentEntityObject)
|
boolean |
ContentEntityAdapter.shouldConvertToContent(CustomContentEntityObject pluginContentEntityObject)
Determine if a particular content is going to be part of the core API. |
CustomContentEntityObject |
DefaultCustomContentManager.updatePluginModuleKey(CustomContentEntityObject content,
String pluginModuleKey)
|
CustomContentEntityObject |
CustomContentManager.updatePluginModuleKey(CustomContentEntityObject content,
String pluginModuleKey)
Update the type of an existing CustomContentEntityObject with the specified module key. |
| Uses of CustomContentEntityObject in com.atlassian.confluence.content.apisupport |
|---|
| Methods in com.atlassian.confluence.content.apisupport that return CustomContentEntityObject | |
|---|---|
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 | |
|---|---|
Class<CustomContentEntityObject> |
CustomContentTypeApiSupport.getEntityClass()
|
| Methods in com.atlassian.confluence.content.apisupport with parameters of type CustomContentEntityObject | |
|---|---|
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 | |
|---|---|
ContentTypeApiSupport<CustomContentEntityObject> |
CustomContentType.getApiSupport()
Get the api support for this CustomContentType. |
ContentTypeApiSupport<CustomContentEntityObject> |
BaseCustomContentType.getApiSupport()
A null implementation that provide no extensions or children for the CustomContentType |
| Uses of CustomContentEntityObject in com.atlassian.confluence.content.event |
|---|
| Methods in com.atlassian.confluence.content.event that return CustomContentEntityObject | |
|---|---|
CustomContentEntityObject |
PluginContentRemovedEvent.getContent()
|
CustomContentEntityObject |
PluginContentCreatedEvent.getContent()
|
| Constructors in com.atlassian.confluence.content.event with parameters of type CustomContentEntityObject | |
|---|---|
PluginContentCreatedEvent(Object src,
CustomContentEntityObject content)
|
|
PluginContentRemovedEvent(Object src,
CustomContentEntityObject content)
|
|
PluginContentUpdatedEvent(Object src,
CustomContentEntityObject currentContent,
CustomContentEntityObject oldContent,
SaveContext saveContext)
|
|
| Uses of CustomContentEntityObject in com.atlassian.confluence.content.persistence |
|---|
| Uses of CustomContentEntityObject in com.atlassian.confluence.content.persistence.hibernate |
|---|
| Methods in com.atlassian.confluence.content.persistence.hibernate that return CustomContentEntityObject | |
|---|---|
protected CustomContentEntityObject |
PluginContentHibernateDao.getByClassId(long id)
|
CustomContentEntityObject |
PluginContentHibernateDao.getById(long id)
|
| Uses of CustomContentEntityObject in com.atlassian.confluence.core |
|---|
| Methods in com.atlassian.confluence.core with parameters of type CustomContentEntityObject | |
|---|---|
void |
ContentEntityObject.addCustomContent(CustomContentEntityObject customContentEntityObject)
|
void |
ContentEntityObject.removeCustomContent(CustomContentEntityObject customContentEntityObject)
|
| Uses of CustomContentEntityObject in com.atlassian.confluence.mail.archive |
|---|
| Methods in com.atlassian.confluence.mail.archive that return CustomContentEntityObject | |
|---|---|
CustomContentEntityObject |
Mail.getEntity()
|
| Uses of CustomContentEntityObject in com.atlassian.confluence.mail.archive.content |
|---|
| Methods in com.atlassian.confluence.mail.archive.content that return CustomContentEntityObject | |
|---|---|
CustomContentEntityObject |
ContentBackedMail.getEntity()
|
| Methods in com.atlassian.confluence.mail.archive.content that return types with arguments of type CustomContentEntityObject | |
|---|---|
static ContentQuery<CustomContentEntityObject> |
MailQueryFactory.findInSpaceByMessageId(long spaceId,
String messageId)
|
static ContentQuery<CustomContentEntityObject> |
MailQueryFactory.findNextInSpaceById(long spaceId,
long contentId)
|
static ContentQuery<CustomContentEntityObject> |
MailQueryFactory.findPreviousInSpaceById(long spaceId,
long contentId)
|
| Methods in com.atlassian.confluence.mail.archive.content with parameters of type CustomContentEntityObject | |
|---|---|
com.atlassian.fugue.Option<String> |
MailContentEntityAdapter.getAttachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<String> |
MailContentEntityAdapter.getAttachmentUrlPath(CustomContentEntityObject pluginContentEntityObject,
Attachment attachment)
|
BodyType |
MailContentEntityAdapter.getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<String> |
MailContentEntityAdapter.getDisplayTitle(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<String> |
MailContentEntityAdapter.getExcerpt(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<String> |
MailContentEntityAdapter.getNameForComparison(CustomContentEntityObject pluginContentEntityObject)
|
String |
MailContentEntityAdapter.getUnquotedTextForSummary(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<String> |
MailContentEntityAdapter.getUrlPath(CustomContentEntityObject pluginContentEntityObject)
|
static boolean |
ContentBackedMail.isMailContentEntity(CustomContentEntityObject contentEntityObject)
|
static ContentBackedMail |
ContentBackedMail.newInstance(CustomContentEntityObject content)
|
| Method parameters in com.atlassian.confluence.mail.archive.content with type arguments of type CustomContentEntityObject | |
|---|---|
String |
MailFeedSupport.getRenderedContent(RssRenderItem<? extends CustomContentEntityObject> item,
com.atlassian.util.concurrent.Timeout timeout)
|
String |
MailFeedSupport.getTitle(RssRenderItem<? extends CustomContentEntityObject> item)
|
| Uses of CustomContentEntityObject in com.atlassian.confluence.plugins.contentproperty |
|---|
| Methods in com.atlassian.confluence.plugins.contentproperty that return types with arguments of type CustomContentEntityObject | |
|---|---|
com.google.common.base.Function<CustomContentEntityObject,JsonContentProperty> |
ContentPropertyFactory.buildFromFunction(Content content,
Expansions expansions)
|
static ContentQuery<CustomContentEntityObject> |
ContentPropertyQueryFactory.findAllByContentId(long contentId)
|
static ContentQuery<CustomContentEntityObject> |
ContentPropertyQueryFactory.findByContentIdAndKey(long contentId,
String key)
|
| Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type CustomContentEntityObject | |
|---|---|
JsonContentProperty |
ContentPropertyFactory.buildFrom(Content content,
CustomContentEntityObject storageContentProperty,
Expansions expansions)
Convert the given CustomContentEntityObject into a corresponding ContentProperty with the given container. |
JsonContentProperty |
ContentPropertyFactory.buildFrom(CustomContentEntityObject storageContentProperty,
Expansions expansions)
Convert the given CustomContentEntityObject into a corresponding ContentProperty. |
BodyType |
ContentPropertyEntityAdapter.getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
|
static boolean |
ContentPropertyEntityAdapter.isContentProperty(CustomContentEntityObject o)
|
boolean |
ContentPropertyEntityAdapter.isIndexable(CustomContentEntityObject pluginContentEntityObject,
boolean isDefaultIndexable)
|
| Uses of CustomContentEntityObject in com.atlassian.confluence.util.breadcrumbs |
|---|
| Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type CustomContentEntityObject | |
|---|---|
CustomContentBreadcrumb(CustomContentEntityObject customContentEntity)
|
|
| Uses of CustomContentEntityObject in test.plugin.apiavailable |
|---|
| Methods in test.plugin.apiavailable that return types with arguments of type CustomContentEntityObject | |
|---|---|
BaseContentTypeApiSupport<CustomContentEntityObject> |
DummyAvailableContentType.getApiSupport()
|
Class<CustomContentEntityObject> |
DummyAvailableContentTypeSupport.getEntityClass()
|
| Methods in test.plugin.apiavailable with parameters of type CustomContentEntityObject | |
|---|---|
protected void |
DummyAvailableContentTypeSupport.createCustomContentEntity(Content content,
CustomContentEntityObject newVersion)
|
protected PageResponse<Content> |
DummyAvailableContentTypeSupport.getChildrenForThisType(CustomContentEntityObject content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth)
|
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 test.plugin.apiavailable with type arguments of type CustomContentEntityObject | |
|---|---|
Map<ContentId,Map<String,Object>> |
DummyAvailableContentTypeSupport.getExtensions(Iterable<CustomContentEntityObject> contentEntities,
Expansions expansions)
|
| Uses of CustomContentEntityObject in test.plugin.versionchildpolicy |
|---|
| Methods in test.plugin.versionchildpolicy that return types with arguments of type CustomContentEntityObject | |
|---|---|
ContentTypeApiSupport<CustomContentEntityObject> |
DummyOriginalVersionContentType.getApiSupport()
|
ContentTypeApiSupport<CustomContentEntityObject> |
DummyCurrentVersionContentType.getApiSupport()
|
Class<CustomContentEntityObject> |
DummyOriginalVersionContentTypeApiSupport.getEntityClass()
|
Class<CustomContentEntityObject> |
DummyCurrentVersionContentTypeApiSupport.getEntityClass()
|
| Methods in test.plugin.versionchildpolicy with parameters of type CustomContentEntityObject | |
|---|---|
protected PageResponse<Content> |
DummyOriginalVersionContentTypeApiSupport.getChildrenForThisType(CustomContentEntityObject content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth)
|
protected PageResponse<Content> |
DummyCurrentVersionContentTypeApiSupport.getChildrenForThisType(CustomContentEntityObject content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||