|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use CustomContentEntityObject | |
---|---|
com.atlassian.confluence.content | |
com.atlassian.confluence.content.event | |
com.atlassian.confluence.content.persistence | |
com.atlassian.confluence.content.persistence.hibernate | |
com.atlassian.confluence.mail.archive | |
com.atlassian.confluence.mail.archive.content | |
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 | |
---|---|
CustomContentEntityObject |
DefaultCustomContentManager.getById(long id)
|
CustomContentEntityObject |
CustomContentManager.getById(long id)
Find a single CustomContentEntityObject by its id |
CustomContentEntityObject |
ContentProperty.getContent()
|
CustomContentEntityObject |
CustomContentEntityObject.getParent()
|
CustomContentEntityObject |
DefaultCustomContentManager.newPluginContentEntityObject(java.lang.String contentModuleKey)
|
CustomContentEntityObject |
CustomContentManager.newPluginContentEntityObject(java.lang.String contentModuleKey)
Create a new CustomContentEntityObject for the given module. |
CustomContentEntityObject |
DefaultCustomContentManager.updatePluginModuleKey(CustomContentEntityObject content,
java.lang.String pluginModuleKey)
|
CustomContentEntityObject |
CustomContentManager.updatePluginModuleKey(CustomContentEntityObject content,
java.lang.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 | |
---|---|
java.util.Iterator<CustomContentEntityObject> |
DefaultCustomContentManager.findAllChildren(CustomContentEntityObject content)
|
java.util.Iterator<CustomContentEntityObject> |
CustomContentManager.findAllChildren(CustomContentEntityObject content)
Get an iterator of all children of a piece of content. |
java.util.Collection<CustomContentEntityObject> |
DefaultCustomContentManager.findAllInSpace(Space space)
Deprecated. |
java.util.Collection<CustomContentEntityObject> |
CustomContentManager.findAllInSpace(Space space)
Deprecated. Since 4.2. No replacement. |
java.util.Iterator<CustomContentEntityObject> |
DefaultCustomContentManager.findChildrenOfType(CustomContentEntityObject content,
java.lang.String pluginContentKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
java.util.Iterator<CustomContentEntityObject> |
CustomContentManager.findChildrenOfType(CustomContentEntityObject content,
java.lang.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. |
java.util.Iterator<CustomContentEntityObject> |
DefaultCustomContentManager.findCurrentInSpace(Space space,
java.lang.String pluginContentKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
java.util.Iterator<CustomContentEntityObject> |
CustomContentManager.findCurrentInSpace(Space space,
java.lang.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. |
java.util.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,
java.lang.String contentModuleKey)
|
long |
CustomContentManager.countChildrenOfType(CustomContentEntityObject content,
java.lang.String contentModuleKey)
Get the total number of children of a piece of content with the given type |
java.util.Iterator<CustomContentEntityObject> |
DefaultCustomContentManager.findAllChildren(CustomContentEntityObject content)
|
java.util.Iterator<CustomContentEntityObject> |
CustomContentManager.findAllChildren(CustomContentEntityObject content)
Get an iterator of all children of a piece of content. |
java.util.Iterator<CustomContentEntityObject> |
DefaultCustomContentManager.findChildrenOfType(CustomContentEntityObject content,
java.lang.String pluginContentKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
java.util.Iterator<CustomContentEntityObject> |
CustomContentManager.findChildrenOfType(CustomContentEntityObject content,
java.lang.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<java.lang.String> |
DefaultContentAdapter.getAttachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<java.lang.String> |
ContentEntityAdapterParent.getAttachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<java.lang.String> |
ContentEntityAdapter.getAttachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)
Return the URL path to view the list of attachments on the content |
com.atlassian.fugue.Option<java.lang.String> |
DefaultContentAdapter.getAttachmentUrlPath(CustomContentEntityObject pluginContentEntityObject,
Attachment attachment)
|
com.atlassian.fugue.Option<java.lang.String> |
ContentEntityAdapterParent.getAttachmentUrlPath(CustomContentEntityObject pluginContentEntityObject,
Attachment attachment)
|
com.atlassian.fugue.Option<java.lang.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<java.lang.String> |
DefaultContentAdapter.getDisplayTitle(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<java.lang.String> |
ContentEntityAdapterParent.getDisplayTitle(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<java.lang.String> |
ContentEntityAdapter.getDisplayTitle(CustomContentEntityObject pluginContentEntityObject)
Gets the display-friendly title for the content. |
com.atlassian.fugue.Option<java.lang.String> |
DefaultContentAdapter.getExcerpt(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<java.lang.String> |
ContentEntityAdapterParent.getExcerpt(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<java.lang.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<java.lang.String> |
DefaultContentAdapter.getNameForComparison(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<java.lang.String> |
ContentEntityAdapterParent.getNameForComparison(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<java.lang.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<java.lang.String> |
DefaultContentAdapter.getUrlPath(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<java.lang.String> |
ContentEntityAdapterParent.getUrlPath(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<java.lang.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)
|
void |
CustomContentEntityObject.setParent(CustomContentEntityObject parent)
|
CustomContentEntityObject |
DefaultCustomContentManager.updatePluginModuleKey(CustomContentEntityObject content,
java.lang.String pluginModuleKey)
|
CustomContentEntityObject |
CustomContentManager.updatePluginModuleKey(CustomContentEntityObject content,
java.lang.String pluginModuleKey)
Update the type of an existing CustomContentEntityObject with the specified module key. |
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(java.lang.Object src,
CustomContentEntityObject content)
|
|
PluginContentRemovedEvent(java.lang.Object src,
CustomContentEntityObject content)
|
|
PluginContentUpdatedEvent(java.lang.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 | |
---|---|
java.util.Iterator<CustomContentEntityObject> |
CustomContentDao.findAll(java.lang.String pluginContentKey)
Retrieves an iterator of CustomContentEntityObject with the specified pluginContentKey |
java.util.Iterator<CustomContentEntityObject> |
CustomContentDao.findAllChildren(long id)
Retrieves all children of the specified content. |
java.util.Iterator<CustomContentEntityObject> |
CustomContentDao.findAllInSpace(long spaceId)
|
java.util.Iterator<CustomContentEntityObject> |
CustomContentDao.findAllInSpace(java.lang.String pluginContentKey,
long spaceId)
|
java.util.Iterator<CustomContentEntityObject> |
CustomContentDao.findAllInSpaceWithAttachments(long spaceId)
|
java.util.Iterator<CustomContentEntityObject> |
CustomContentDao.findAllInSpaceWithAttachments(java.lang.String pluginContentKey,
long spaceId)
|
java.util.Iterator<CustomContentEntityObject> |
CustomContentDao.findAllWithAttachments(java.lang.String pluginContentKey)
Retrieves an iterator of CustomContentEntityObject with the specified pluginContentKey. |
java.util.Iterator<CustomContentEntityObject> |
CustomContentDao.findChildrenOfType(long id,
java.lang.String pluginContentKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
java.util.Iterator<CustomContentEntityObject> |
CustomContentDao.findCurrentInSpace(long spaceId,
java.lang.String pluginModuleKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
Uses of CustomContentEntityObject in com.atlassian.confluence.content.persistence.hibernate |
---|
Methods in com.atlassian.confluence.content.persistence.hibernate that return types with arguments of type CustomContentEntityObject | |
---|---|
java.util.Iterator<CustomContentEntityObject> |
PluginContentHibernateDao.findAll(java.lang.String pluginContentKey)
|
java.util.Iterator<CustomContentEntityObject> |
PluginContentHibernateDao.findAllChildren(long parentId)
|
java.util.Iterator<CustomContentEntityObject> |
PluginContentHibernateDao.findAllInSpace(long spaceId)
|
java.util.Iterator<CustomContentEntityObject> |
PluginContentHibernateDao.findAllInSpace(java.lang.String pluginModuleKey,
long spaceId)
|
java.util.Iterator<CustomContentEntityObject> |
PluginContentHibernateDao.findAllInSpaceWithAttachments(long spaceId)
|
java.util.Iterator<CustomContentEntityObject> |
PluginContentHibernateDao.findAllInSpaceWithAttachments(java.lang.String pluginModuleKey,
long spaceId)
|
java.util.Iterator<CustomContentEntityObject> |
PluginContentHibernateDao.findAllWithAttachments(java.lang.String pluginContentKey)
|
java.util.Iterator<CustomContentEntityObject> |
PluginContentHibernateDao.findChildrenOfType(long parentId,
java.lang.String pluginModuleKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
java.util.Iterator<CustomContentEntityObject> |
PluginContentHibernateDao.findCurrentInSpace(long spaceId,
java.lang.String pluginModuleKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
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,
java.lang.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<java.lang.String> |
MailContentEntityAdapter.getAttachmentsUrlPath(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<java.lang.String> |
MailContentEntityAdapter.getAttachmentUrlPath(CustomContentEntityObject pluginContentEntityObject,
Attachment attachment)
|
BodyType |
MailContentEntityAdapter.getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<java.lang.String> |
MailContentEntityAdapter.getDisplayTitle(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<java.lang.String> |
MailContentEntityAdapter.getExcerpt(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<java.lang.String> |
MailContentEntityAdapter.getNameForComparison(CustomContentEntityObject pluginContentEntityObject)
|
java.lang.String |
MailContentEntityAdapter.getUnquotedTextForSummary(CustomContentEntityObject pluginContentEntityObject)
|
com.atlassian.fugue.Option<java.lang.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 | |
---|---|
java.lang.String |
MailFeedSupport.getRenderedContent(RssRenderItem<? extends CustomContentEntityObject> item,
com.atlassian.util.concurrent.Timeout timeout)
|
java.lang.String |
MailFeedSupport.getTitle(RssRenderItem<? extends CustomContentEntityObject> item)
|
Uses of CustomContentEntityObject in com.atlassian.confluence.util.breadcrumbs |
---|
Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type CustomContentEntityObject | |
---|---|
CustomContentBreadcrumb(CustomContentEntityObject customContentEntity)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |