Uses of Class
com.atlassian.confluence.core.ContentEntityObject

Packages that use ContentEntityObject
com.atlassian.confluence.admin.actions   
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.impl.service.content.factory   
com.atlassian.confluence.content   
com.atlassian.confluence.content.event   
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.compatibility   
com.atlassian.confluence.content.render.xhtml.links   
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.migration.exceptions   
com.atlassian.confluence.content.render.xhtml.migration.macro   
com.atlassian.confluence.content.render.xhtml.migration.tasks   
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.view.excerpt   
com.atlassian.confluence.content.render.xhtml.view.link   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.content.ui   
com.atlassian.confluence.core   
com.atlassian.confluence.core.persistence   
com.atlassian.confluence.core.persistence.hibernate   
com.atlassian.confluence.diff   
com.atlassian.confluence.diff.beans   
com.atlassian.confluence.event.events.content   
com.atlassian.confluence.event.events.content.attachment   
com.atlassian.confluence.event.events.content.blogpost   
com.atlassian.confluence.event.events.content.comment   
com.atlassian.confluence.event.events.content.mail   
com.atlassian.confluence.event.events.content.page   
com.atlassian.confluence.event.events.content.user   
com.atlassian.confluence.event.events.like   
com.atlassian.confluence.event.events.security   
com.atlassian.confluence.event.events.userstatus   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.internal Internal interfaces that are NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration of bootstrapContext.xml. 
com.atlassian.confluence.internal.pages   
com.atlassian.confluence.json.jsonator   
com.atlassian.confluence.labels   
com.atlassian.confluence.labels.actions   
com.atlassian.confluence.labels.persistence.dao   
com.atlassian.confluence.labels.persistence.dao.hibernate   
com.atlassian.confluence.like   
com.atlassian.confluence.links   
com.atlassian.confluence.links.linktypes   
com.atlassian.confluence.links.persistence.dao   
com.atlassian.confluence.links.persistence.dao.hibernate   
com.atlassian.confluence.macro   
com.atlassian.confluence.macro.count   
com.atlassian.confluence.mail   
com.atlassian.confluence.mail.jobs   
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.mail.notification.persistence   
com.atlassian.confluence.mail.notification.persistence.dao.hibernate   
com.atlassian.confluence.mail.reports   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.actions.beans   
com.atlassian.confluence.pages.attachments   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.filesystem   
com.atlassian.confluence.pages.persistence.dao.hibernate   
com.atlassian.confluence.pages.wysiwyg   
com.atlassian.confluence.plugins.contentproperty   
com.atlassian.confluence.plugins.dailysummary.content.popular   
com.atlassian.confluence.plugins.edgeindex   
com.atlassian.confluence.plugins.edgeindex.lucene   
com.atlassian.confluence.plugins.edgeindex.rest   
com.atlassian.confluence.plugins.emailgateway.api   
com.atlassian.confluence.plugins.emailgateway.attachmentconverter   
com.atlassian.confluence.plugins.emailgateway.service   
com.atlassian.confluence.plugins.emailtopage   
com.atlassian.confluence.plugins.like   
com.atlassian.confluence.plugins.like.notifications   
com.atlassian.confluence.plugins.popularcontent   
com.atlassian.confluence.plugins.rest.entities.builders   
com.atlassian.confluence.plugins.rest.manager   
com.atlassian.confluence.plugins.soy   
com.atlassian.confluence.renderer   
com.atlassian.confluence.renderer.radeox.macros   
com.atlassian.confluence.rpc.soap.beans   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.rss   
com.atlassian.confluence.search.actions   
com.atlassian.confluence.security   
com.atlassian.confluence.security.persistence.dao   
com.atlassian.confluence.security.persistence.dao.hibernate   
com.atlassian.confluence.servlet.download   
com.atlassian.confluence.setup.settings   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.ui.rest.builder   
com.atlassian.confluence.upgrade.upgradetask   
com.atlassian.confluence.user   
com.atlassian.confluence.user.actions   
com.atlassian.confluence.user.history   
com.atlassian.confluence.user.notifications   
com.atlassian.confluence.userstatus   
com.atlassian.confluence.util   
com.atlassian.confluence.web.service   
com.atlassian.confluence.xhtml.api   
com.atlassian.studio.confluence.history   
 

Uses of ContentEntityObject in com.atlassian.confluence.admin.actions
 

Methods in com.atlassian.confluence.admin.actions that return ContentEntityObject
protected  ContentEntityObject ConfigureDefaultSpaceLogoAction.getContentToAttachLogoTo()
           
 

Uses of ContentEntityObject in com.atlassian.confluence.api.impl.service.content
 

Methods in com.atlassian.confluence.api.impl.service.content with parameters of type ContentEntityObject
 Content ContentServiceImpl.buildContent(ContentEntityObject entity, Expansion... expansions)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.api.impl.service.content.factory
 

Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContentEntityObject
 Content ContentFactory.buildFrom(ContentEntityObject entity, Expansions expansions)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.content
 

Subclasses of ContentEntityObject in com.atlassian.confluence.content
 class CustomContentEntityObject
          Generic ContentEntityObject that plugins can use to extend Confluence's content system.
 

Methods in com.atlassian.confluence.content that return ContentEntityObject
 ContentEntityObject CustomContentEntityObject.getContainer()
           
 ContentEntityObject ContentProperty.getContentEntity()
           
 ContentEntityObject Content.getEntity()
          Gets the ContentEntityObject that backs this piece of content.
 

Methods in com.atlassian.confluence.content with parameters of type ContentEntityObject
 boolean DefaultContentAdapter.isAllowedContainer(ContentEntityObject child, ContentEntityObject owner)
           
 boolean ContentEntityAdapterParent.isAllowedContainer(ContentEntityObject child, ContentEntityObject container)
           
 boolean ContentEntityAdapter.isAllowedContainer(ContentEntityObject child, ContentEntityObject container)
          Determine if a particular content is an acceptable container for a particular child.
protected  void DefaultCustomContentManager.publishCreateEvent(ContentEntityObject obj)
           
protected  void DefaultCustomContentManager.publishCreateEvent(ContentEntityObject obj, SaveContext saveContext)
           
protected  void DefaultCustomContentManager.publishRemoveEvent(ContentEntityObject obj)
           
protected  void DefaultCustomContentManager.publishUpdateEvent(ContentEntityObject obj, ContentEntityObject origObj, SaveContext saveContext)
           
 void DefaultCustomContentManager.removeContentEntity(ContentEntityObject obj)
           
 void CustomContentEntityObject.setContainer(ContentEntityObject container)
           
 void ContentProperty.setContentEntity(ContentEntityObject content)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.content.event
 

Methods in com.atlassian.confluence.content.event that return ContentEntityObject
 ContentEntityObject PluginContentUpdatedEvent.getContent()
           
 

Uses of ContentEntityObject in com.atlassian.confluence.content.render.xhtml
 

Methods in com.atlassian.confluence.content.render.xhtml with type parameters of type ContentEntityObject
<T extends ContentEntityObject>
T
DefaultXhtmlContent.convertWikiBodyToStorage(T ceo)
           
 

Methods in com.atlassian.confluence.content.render.xhtml that return ContentEntityObject
 ContentEntityObject XhtmlMacroTimeoutEvent.getEntity()
           
 ContentEntityObject XhtmlFragmentTimeoutEvent.getEntity()
           
 ContentEntityObject DefaultConversionContext.getEntity()
           
 ContentEntityObject ConversionContext.getEntity()
          Get the current ContentEntityObject for this context.
 

Methods in com.atlassian.confluence.content.render.xhtml with parameters of type ContentEntityObject
 XhtmlCleaner.Result XhtmlCleaner.clean(ContentEntityObject uncleanCeo)
          Deprecated. Clean the supplied body content markup and make it safe from security concerns.
 XhtmlCleaner.Result PolicyConfiguredCleaner.clean(ContentEntityObject uncleanCeo)
           
 StorageFormatCleaner.Result StorageFormatCleaner.cleanEntity(ContentEntityObject uncleanCeo)
          Clean the supplied body content markup and make it safe from security concerns.
 StorageFormatCleaner.Result PolicyConfiguredCleaner.cleanEntity(ContentEntityObject uncleanCeo)
           
 java.lang.String XhtmlCleaner.cleanQuietly(ContentEntityObject uncleanCeo)
          Deprecated. Clean the specified body content markup and make it safe from security concerns with out reporting any clean up performed
 java.lang.String StorageFormatCleaner.cleanQuietly(ContentEntityObject uncleanCeo)
          Clean the specified body content markup and make it safe from security concerns with out reporting any clean up performed
 java.lang.String PolicyConfiguredCleaner.cleanQuietly(ContentEntityObject uncleanCeo)
           
 java.lang.String Renderer.render(ContentEntityObject content)
           
 java.lang.String DeviceTypeAwareRenderer.render(ContentEntityObject content)
           
 java.lang.String DefaultRenderer.render(ContentEntityObject content)
           
 java.lang.String Renderer.render(ContentEntityObject content, ConversionContext conversionContext)
           
 java.lang.String LinkRenderer.render(ContentEntityObject content, ConversionContext conversionContext)
          Renders link to specified content using the display name of the content as the link body.
 java.lang.String DeviceTypeAwareRenderer.render(ContentEntityObject content, ConversionContext conversionContext)
           
 java.lang.String DefaultRenderer.render(ContentEntityObject contentEntityObject, ConversionContext conversionContext)
           
 java.lang.String DefaultLinkRenderer.render(ContentEntityObject content, ConversionContext conversionContext)
           
 java.lang.String LinkRenderer.render(ContentEntityObject content, java.lang.String linkAlias, ConversionContext conversionContext)
          Renders link to specified content with specified alias.
 java.lang.String DefaultLinkRenderer.render(ContentEntityObject content, java.lang.String linkAlias, ConversionContext conversionContext)
           
 

Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type ContentEntityObject
XhtmlFragmentTimeoutEvent(java.lang.Object src, ContentEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds)
           
XhtmlMacroTimeoutEvent(java.lang.Object src, java.lang.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 ContentEntityObject
 java.lang.String BodyTypeAwareRenderer.render(ContentEntityObject content)
           
 java.lang.String BodyTypeAwareRenderer.render(ContentEntityObject content, ConversionContext conversionContext)
          Produces an appropriate rendering of the specified content depending on its BodyType.
 

Uses of ContentEntityObject in com.atlassian.confluence.content.render.xhtml.links
 

Methods in com.atlassian.confluence.content.render.xhtml.links with parameters of type ContentEntityObject
 java.util.Set<OutgoingLink> XhtmlOutgoingLinksExtractor.extract(ContentEntityObject content)
           
 java.util.Set<OutgoingLink> OutgoingLinksExtractor.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 ContentEntityObject
 ContentEntityObject DefaultContentDao.getById(long id)
           
 ContentEntityObject ContentDao.getById(long id)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.migration that return types with arguments of type ContentEntityObject
 java.util.List<ContentEntityObject> XhtmlSpaceDescriptionsWorkSource.getBatch()
          Returns a batch of work.
 java.util.List<ContentEntityObject> XhtmlContentWorkSource.getBatch()
          Returns a batch of work.
 java.util.List<ContentEntityObject> WikiMarkupContentEntityObjectMigrationWorkSource.getBatch()
          Returns a batch of work.
 java.util.List<ContentEntityObject> ContentWithTasksWorkSource.getBatch()
          Returns a batch of work.
 java.util.List<ContentEntityObject> DefaultContentDao.getLatestOrderedWikiContentFromContentId(long startContentId, int maxRows)
           
 java.util.List<ContentEntityObject> ContentDao.getLatestOrderedWikiContentFromContentId(long startContentId, int maxRows)
           
 java.util.List<ContentEntityObject> DefaultContentDao.getLatestOrderedXhtmlContentFromContentIds(long startContentId, long endContentId)
           
 java.util.List<ContentEntityObject> ContentDao.getLatestOrderedXhtmlContentFromContentIds(long startContentId, long endContentId)
           This is for internal use only, Do not rely on it as a public API.
 java.util.List<ContentEntityObject> DefaultContentDao.getMailEntities(int startRow, int maxRows)
           
 java.util.List<ContentEntityObject> ContentDao.getMailEntities(int startRow, int maxRows)
           
 java.util.List<ContentEntityObject> DefaultContentDao.getOrderedXhtmlContentFromContentId(long startContentId, int maxRows)
           
 java.util.List<ContentEntityObject> ContentDao.getOrderedXhtmlContentFromContentId(long startContentId, int maxRows)
           This is for internal use only, Do not rely on it as a public API.
 java.util.List<ContentEntityObject> DefaultContentDao.getXhtmlSpaceDescriptionsFromContentId(long startContentId, int maxRows)
           
 java.util.List<ContentEntityObject> ContentDao.getXhtmlSpaceDescriptionsFromContentId(long startContentId, int maxRows)
           This is for internal use only, Do not rely on it as a public API.
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.migration with type arguments of type ContentEntityObject
DefaultSiteMigrator(int numberOfThreads, org.springframework.transaction.PlatformTransactionManager transactionManager, org.quartz.Scheduler scheduler, ContentDao contentDao, ExceptionTolerantMigrator migrator, com.atlassian.cache.CacheManager cacheManager, BatchableWorkSource<ContentEntityObject> workSource, java.lang.String versionCommentProperty, java.lang.String defaultVersionCommment)
           
 

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 ContentEntityObject
ContentMigrationException(ContentEntityObject ceo, java.lang.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 ContentEntityObject
 boolean ContentEntityMigrationBatchTask.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 ContentEntityObject
ContentEntityMigrationTaskWrapper(ExceptionTolerantMigrator migrator, ExceptionReport report, ContentDao contentDao, BatchableWorkSource<ContentEntityObject> workSource, com.atlassian.cache.CacheManager cacheManager, java.lang.String versionComment, ContentEntityMigrationTaskWrapper.LoggingCallback loggingCallback)
           
 

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 ContentEntityObject
 ContentEntityObject AttachmentOwningContentResolver.resolve(AttachmentResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
           
 ContentEntityObject ContentEntityResourceIdentifierResolver.resolve(ContentEntityResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type ContentEntityObject
 ResourceIdentifier 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.
 ResourceIdentifier DefaultResourceIdentifierContextUtility.convertToAbsolute(ResourceIdentifier ri, ContentEntityObject ceo)
           
 ResourceIdentifier ResourceIdentifierContextUtility.convertToRelative(ResourceIdentifier ri, ContentEntityObject ceo)
          Make the provided ResourceIdentifier as relative as possible to the provided ContentEntityObject.
 ResourceIdentifier DefaultResourceIdentifierContextUtility.convertToRelative(ResourceIdentifier ri, ContentEntityObject ceo)
           
 ResourceIdentifier ResourceIdentifierContextUtility.createAbsoluteResourceIdentifier(ContentEntityObject ceo)
          Create a fully populated (absolute) ResourceIdentifier from the supplied ContentEntityObject.
 ResourceIdentifier DefaultResourceIdentifierContextUtility.createAbsoluteResourceIdentifier(ContentEntityObject ceo)
           
 ResourceIdentifier DefaultResourceIdentifierContextUtility.innerConvertToRelative(ResourceIdentifier ri, ContentEntityObject ceo)
           
 boolean ResourceIdentifierMatcher.matches(ContentEntityObject ceo, ResourceIdentifier ri)
           
 boolean DefaultResourceIdentifierMatcher.matches(ContentEntityObject ceo, ResourceIdentifier ri)
           
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with type arguments of type ContentEntityObject
AttachmentOwningContentResolver(ResourceIdentifierResolver<PageResourceIdentifier,Page> pageResourceResolver, ResourceIdentifierResolver<BlogPostResourceIdentifier,BlogPost> blogPostResourceResolver, ResourceIdentifierResolver<ContentEntityResourceIdentifier,ContentEntityObject> contentEntityResourceResolver, ResourceIdentifierResolver<DraftResourceIdentifier,Draft> draftResourceResolver)
           
 

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 ContentEntityObject
 java.lang.String Excerpter.createExcerpt(ContentEntityObject contentEntityObject, java.lang.String outputType)
          Creates an excerpt of the contentEntityObject without any tags excluded including an implementation specific number of blocking
 java.lang.String DefaultExcerpter.createExcerpt(ContentEntityObject contentEntity, java.lang.String outputType)
           
 java.lang.String Excerpter.createExcerpt(ContentEntityObject contentEntity, java.lang.String outputType, ExcerptConfig config)
          Creates an excerpt of the contentEntityObject excluding any html tags that are in the exclude set.
 java.lang.String DefaultExcerpter.createExcerpt(ContentEntityObject contentEntity, java.lang.String outputType, ExcerptConfig config)
           
 java.lang.String DefaultExcerpter.createExcerpt(ContentEntityObject contentEntity, java.lang.String outputType, java.util.Set<java.lang.String> excludeSet, int maxBlocksForExcerpt)
           
 java.util.List<javax.activation.DataSource> Excerpter.extractImageSrc(ContentEntityObject ceo, int numImages)
           
 java.util.List<javax.activation.DataSource> DefaultExcerpter.extractImageSrc(ContentEntityObject ceo, int maxImages)
           
 java.util.List<javax.activation.DataSource> Excerpter.extractImageSrc(ContentEntityObject ceo, int numImages, boolean useThumbnails)
           
 java.util.List<javax.activation.DataSource> DefaultExcerpter.extractImageSrc(ContentEntityObject ceo, int maxImages, boolean alwaysUseThumbnails)
           
 java.util.List<java.net.URI> Excerpter.extractImageThumbnailUris(ContentEntityObject contentEntity, int maxUris)
          Returns the URIs of thumbnails for each of the images attached to the specified content entity.
 java.util.List<java.net.URI> DefaultExcerpter.extractImageThumbnailUris(ContentEntityObject contentEntity, int maxUris)
           
 java.lang.String DefaultExcerpter.renderContent(ContentEntityObject contentEntity, java.lang.String outputType)
          Deprecated. 
 

Uses of ContentEntityObject in com.atlassian.confluence.content.render.xhtml.view.link
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.view.link with type arguments of type ContentEntityObject
ViewLinkBodyMarshaller(Marshaller<EmbeddedImage> embeddedImageMarshaller, ResourceIdentifierResolver<SpaceResourceIdentifier,Space> spaceResourceIdentifierResolver, ResourceIdentifierResolver<ContentEntityResourceIdentifier,ContentEntityObject> contentEntityResourceIdentifierResolver, ResourceIdentifierResolver<IdAndTypeResourceIdentifier,java.lang.Object> idAndTypeResourceIdentifierResolver, UserAccessor userAccessor, ResourceIdentifierMatcher resourceIdentifierMatcher, ResourceIdentifierContextUtility resourceIdentifierContextUtility, ShortcutLinksManager shortcutLinksManager)
           
ViewLinkSubMarshallerFactoryImpl(Marshaller<EmbeddedImage> embeddedImageMarshaller, ResourceIdentifierResolver<SpaceResourceIdentifier,Space> spaceResourceIdentifierResolver, ResourceIdentifierResolver<ContentEntityResourceIdentifier,ContentEntityObject> contentEntityResourceIdentifierResolver, ResourceIdentifierResolver<IdAndTypeResourceIdentifier,java.lang.Object> idAndTypeResourceIdentifierResolver, UserAccessor userAccessor, ResourceIdentifierMatcher resourceIdentifierMatcher, ResourceIdentifierContextUtility riContextUtil, XmlStreamWriterTemplate xmlStreamWriterTemplate, ModelToRenderedClassMapper mapper, ShortcutLinksManager shortcutLinksManager)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.content.service.page
 

Methods in com.atlassian.confluence.content.service.page that return ContentEntityObject
 ContentEntityObject RevertContentToVersionCommand.getVersionToRevert(ContentEntityObject latestVersion, int version)
           
 

Methods in com.atlassian.confluence.content.service.page with parameters of type ContentEntityObject
 void RevertContentToVersionCommand.execute(ContentEntityObject ceo, int version, java.lang.String revertComment, boolean revertTitle)
           
 ContentEntityObject RevertContentToVersionCommand.getVersionToRevert(ContentEntityObject latestVersion, int version)
           
 boolean RevertContentToVersionCommand.isAuthorized(com.atlassian.user.User currentUser, ContentEntityObject contentEntityObject)
           
 void RevertContentToVersionCommand.validate(ServiceCommandValidator validator, ContentEntityObject ceo, ContentEntityObject possibleConflictingCeo, int versionToRevert, boolean revertTitle)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.content.ui
 

Classes in com.atlassian.confluence.content.ui with type parameters of type ContentEntityObject
 class SimpleUiSupport<T extends ContentEntityObject>
           
 

Methods in com.atlassian.confluence.content.ui with parameters of type ContentEntityObject
 java.lang.String DefaultContentUiSupport.getContentCssClass(ContentEntityObject content)
           
 java.lang.String DefaultContentUiSupport.getContentTypeI18NKey(ContentEntityObject content)
           
 java.lang.String DefaultContentUiSupport.getIconCssClass(ContentEntityObject content)
           
 java.lang.String DefaultContentUiSupport.getIconFilePath(ContentEntityObject content, int size)
           
 java.lang.String 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 ContentEntityObject
 interface Modification<T extends ContentEntityObject>
          Clients should implement this interface and modify the passed in reference to ContentEntityObject as they see fit.
 

Subclasses of ContentEntityObject in com.atlassian.confluence.core
 class ContentEntitySimulacrum
          A very generic SpaceContentEntityObject, used to play pretends when rendering page templates in preview / view modes.
 class PageContentEntityObject
          Deprecated. Since 4.0 This used to be implemented by Comment, but is no longer necessary.
 class SpaceContentEntityObject
          A ContentEntityObject that is a first-class member of a Space (i.e.
 

Methods in com.atlassian.confluence.core with type parameters of type ContentEntityObject
<T extends ContentEntityObject>
void
DefaultContentEntityManager.saveNewVersion(T current, Modification<T> modification)
           
<T extends ContentEntityObject>
void
ContentEntityManager.saveNewVersion(T current, Modification<T> modification)
          Applies the state changes supplied by modification and persists those changes to a new version.
<T extends ContentEntityObject>
void
DefaultContentEntityManager.saveNewVersion(T current, Modification<T> modification, SaveContext saveContext)
           
<T extends ContentEntityObject>
void
ContentEntityManager.saveNewVersion(T current, Modification<T> modification, 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 ContentEntityObject
 ContentEntityObject DefaultContentEntityManager.getById(ContentId id)
           
 ContentEntityObject DefaultContentEntityManager.getById(long id)
           
 ContentEntityObject ContentEntityManager.getById(long id)
           
 ContentEntityObject BodyContent.getContent()
           
 ContentEntityObject ContentEntityObject.getEntity()
           
 ContentEntityObject DefaultContentEntityManager.getNextVersion(ContentEntityObject ceo)
           
 ContentEntityObject ContentEntityManager.getNextVersion(ContentEntityObject ceo)
           
 ContentEntityObject DefaultContentEntityManager.getOtherVersion(ContentEntityObject ceo, int version)
           
 ContentEntityObject ContentEntityManager.getOtherVersion(ContentEntityObject ceo, int version)
           
 ContentEntityObject DefaultContentEntityManager.getPreviousVersion(ContentEntityObject ceo)
           
 ContentEntityObject ContentEntityManager.getPreviousVersion(ContentEntityObject ceo)
           
 

Methods in com.atlassian.confluence.core with parameters of type ContentEntityObject
 void DefaultContentPermissionManager.addContentPermission(ContentPermission permission, ContentEntityObject content)
          Adds a new current content permission to the CEO if it doesn't have it already.
 void ContentPermissionManager.addContentPermission(ContentPermission permission, ContentEntityObject content)
          Add permissions to the content entity objecct through the manager.
protected  void ConfluenceActionSupport.addToHistory(ContentEntityObject content)
           
protected  boolean DefaultInheritedContentPermissionManager.cannotHaveInheritedPermissions(ContentEntityObject contentEntityObject)
          Check (for speed) whether we should even bother to query for possible inherited permissions.
protected  BodyContent DefaultContentEntityManager.getBodyContentForRevert(ContentEntityObject historicalVersion)
           
 java.util.List<ContentPermissionSet> DefaultContentPermissionManager.getContentPermissionSets(ContentEntityObject ceo, java.lang.String type)
           
 java.util.List<ContentPermissionSet> ContentPermissionManager.getContentPermissionSets(ContentEntityObject ceo, java.lang.String type)
          Get the ContentPermissionSets that affect this ceo, both inherited and directly.
 java.util.List<ContentPermission> DefaultContentPermissionManager.getInheritedContentPermissions(ContentEntityObject contentEntityObject)
          Deprecated. 
 java.util.List<ContentPermission> ContentPermissionManager.getInheritedContentPermissions(ContentEntityObject contentEntityObject)
          Deprecated. Since 2.6 use ContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject)
 java.util.List<ContentPermissionSet> InheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
           
 java.util.List<ContentPermissionSet> DefaultInheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
           
 java.util.List<ContentPermissionSet> DefaultContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
           
 java.util.List<ContentPermissionSet> ContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
           
 java.util.List<ContentPermissionSet> CachingInheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
           
 java.util.List<ContentPermission> DefaultContentPermissionManager.getInheritedContentUserPermissions(ContentEntityObject contentEntityObject)
          Filters the inherited content permission sets of a page for a list of inherited user permissions (of type ContentPermission.VIEW_PERMISSION)
 java.util.List<ContentPermission> ContentPermissionManager.getInheritedContentUserPermissions(ContentEntityObject contentEntityObject)
           
 ContentEntityObject DefaultContentEntityManager.getNextVersion(ContentEntityObject ceo)
           
 ContentEntityObject ContentEntityManager.getNextVersion(ContentEntityObject ceo)
           
 java.lang.String ConfluenceActionSupport.getNiceContentType(ContentEntityObject entityObject)
          Deprecated. since 4.2 - use ContentUiSupport directly
 ContentEntityObject DefaultContentEntityManager.getOtherVersion(ContentEntityObject ceo, int version)
           
 ContentEntityObject ContentEntityManager.getOtherVersion(ContentEntityObject ceo, int version)
           
 ContentEntityObject DefaultContentEntityManager.getPreviousVersion(ContentEntityObject ceo)
           
 ContentEntityObject ContentEntityManager.getPreviousVersion(ContentEntityObject ceo)
           
 java.lang.String DefaultContentPropertyManager.getStringProperty(ContentEntityObject entity, java.lang.String key)
           
 java.lang.String ContentPropertyManager.getStringProperty(ContentEntityObject entity, java.lang.String key)
          Get a string property associated with a content entity object, or null if that property is not set.
 java.lang.String DefaultContentPropertyManager.getTextProperty(ContentEntityObject entity, java.lang.String key)
           
 java.lang.String ContentPropertyManager.getTextProperty(ContentEntityObject entity, java.lang.String key)
          Get a text property associated with a content entity object, or null if that property is not set.
 java.util.List<VersionHistorySummary> DefaultContentEntityManager.getVersionHistorySummaries(ContentEntityObject ceo)
           
 java.util.List<VersionHistorySummary> ContentEntityManager.getVersionHistorySummaries(ContentEntityObject ceo)
          Get a VersionHistorySummary for all previous versions of a ContentEntityObject, starting with the current content.
 boolean DefaultContentPermissionManager.hasContentLevelPermission(com.atlassian.user.User user, java.lang.String permissionType, ContentEntityObject contentEntityObject)
           
 boolean ContentPermissionManager.hasContentLevelPermission(com.atlassian.user.User user, java.lang.String permissionType, ContentEntityObject content)
          fetches the inherited and explicit content level permissions for this content object and determines whether the user has access.
protected  void DefaultContentEntityManager.publishCreateEvent(ContentEntityObject obj)
          This method publishes *CreateEventss.
protected  void DefaultContentEntityManager.publishCreateEvent(ContentEntityObject obj, SaveContext saveContext)
           
protected  void DefaultContentEntityManager.publishRemoveEvent(ContentEntityObject obj)
          This method publishes *RemoveEvents.
protected  void DefaultContentEntityManager.publishUpdateEvent(ContentEntityObject obj, ContentEntityObject origObj, SaveContext saveContext)
          This method publishes *UpdateEvents.
 void DefaultContentEntityManager.refreshContentEntity(ContentEntityObject obj)
           
 void ContentEntityManager.refreshContentEntity(ContentEntityObject obj)
          Refreshes the specified entity (including content) in the Hibernate session to ensure that subsequent retrievals are up-to-date.
 void DefaultContentEntityManager.removeContentEntity(ContentEntityObject obj)
           
 void ContentEntityManager.removeContentEntity(ContentEntityObject obj)
          Removes given content entity object and all associated domain objects i.e.
 void DefaultContentEntityManager.removeHistoricalVersion(ContentEntityObject historicalVersion)
           
 void ContentEntityManager.removeHistoricalVersion(ContentEntityObject historicalVersion)
          Removes a historical ContentEntityObject.
 void DefaultContentPropertyManager.removeProperties(ContentEntityObject entity)
           
 void ContentPropertyManager.removeProperties(ContentEntityObject entity)
          Remove all the properties associated with the content entity object.
 void DefaultContentPropertyManager.removeProperty(ContentEntityObject entity, java.lang.String key)
           
 void ContentPropertyManager.removeProperty(ContentEntityObject entity, java.lang.String key)
          Remove the property associated with the conetent entity object.
 void DefaultContentEntityManager.revertContentEntityBackToVersion(ContentEntityObject entity, int version, java.lang.String revertComment, boolean revertTitle)
           
 void ContentEntityManager.revertContentEntityBackToVersion(ContentEntityObject obj, int version, java.lang.String revertComment, boolean revertTitle)
           Reverts a ContentEntityObject back to its state at the version specified by version.
 void DefaultContentEntityManager.saveContentEntity(ContentEntityObject obj, ContentEntityObject origObj, SaveContext saveContext)
           
 void ContentEntityManager.saveContentEntity(ContentEntityObject obj, ContentEntityObject origObj, 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.
 void DefaultContentEntityManager.saveContentEntity(ContentEntityObject obj, SaveContext saveContext)
           
 void ContentEntityManager.saveContentEntity(ContentEntityObject obj, SaveContext saveContext)
           
 void BodyContent.setContent(ContentEntityObject content)
           
 void DefaultContentPermissionManager.setContentPermissions(java.util.Collection<ContentPermission> requiredPermissions, ContentEntityObject content, java.lang.String type)
           
 void ContentPermissionManager.setContentPermissions(java.util.Collection<ContentPermission> contentPermissions, ContentEntityObject content, java.lang.String type)
          Set the Content Permissions on the CEO to be the list of ContentPermissions passed.
 void DefaultContentPropertyManager.setStringProperty(ContentEntityObject entity, java.lang.String key, java.lang.String value)
           
 void ContentPropertyManager.setStringProperty(ContentEntityObject entity, java.lang.String key, java.lang.String value)
          Associate a string property with a content entity object, or null if that property is not set.
 void DefaultContentPropertyManager.setTextProperty(ContentEntityObject entity, java.lang.String key, java.lang.String value)
           
 void ContentPropertyManager.setTextProperty(ContentEntityObject entity, java.lang.String key, java.lang.String value)
          Associate a text property with a content entity object, or null if that property is not set.
 void DefaultContentPropertyManager.transferProperties(ContentEntityObject source, ContentEntityObject destination)
           
 void ContentPropertyManager.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.
 void DefaultContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject referringContent, SpaceContentEntityObject contentBeingRefactored, java.lang.String newSpaceKey, java.lang.String newTitle)
          Deprecated. since 4.0.
 void ContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject referringContent, SpaceContentEntityObject contentBeingRefactored, java.lang.String newSpaceKey, java.lang.String newTitle)
          Deprecated. since 4.0
 void DefaultContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject referringContent, SpaceContentEntityObject contentBeingRefactored, java.lang.String newSpaceKey, java.lang.String newTitle, SaveContext saveContext)
          Deprecated. since 4.0.
 void ContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject referringContent, SpaceContentEntityObject contentBeingRefactored, java.lang.String newSpaceKey, java.lang.String newTitle, SaveContext saveContext)
          Deprecated. since 4.0
 void DefaultContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject referringContent, SpaceContentEntityObject contentBeingRefactored, java.lang.String newSpaceKey, java.lang.String newTitle, SaveContext saveContext, boolean saveNewVersion)
          Deprecated. since 4.0.
 

Constructors in com.atlassian.confluence.core with parameters of type ContentEntityObject
BodyContent(ContentEntityObject content, java.lang.String body, BodyType bodyType)
           
VersionHistorySummary(ContentEntityObject entity)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.core.persistence
 

Methods in com.atlassian.confluence.core.persistence that return ContentEntityObject
 ContentEntityObject ContentEntityObjectDao.getById(long id)
           
 ContentEntityObject ContentEntityObjectDao.getFirstVersionAfter(long originalVersionContentId, int version)
           
 ContentEntityObject ContentEntityObjectDao.getFirstVersionBefore(long originalVersionContentId, int version)
           
 ContentEntityObject ContentEntityObjectDao.getVersion(long originalVersionContentId, int version)
           
 

Methods in com.atlassian.confluence.core.persistence that return types with arguments of type ContentEntityObject
 java.util.List<ContentEntityObject> ContentEntityObjectDao.findContentBySpaceIdAndStatus(long spaceId, java.lang.String status, int offset, int count)
          Retrieve content for a given space with a particular status.
 PageResponse<ContentEntityObject> ContentEntityObjectDao.findContentBySpaceIdAndStatus(long spaceId, java.lang.String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<Page> predicate)
          Retrieve content for a given space with a particular status.
 java.util.List<ContentEntityObject> ContentEntityObjectDao.getLastEditedVersionsOf(ContentEntityObject content)
          Retrieves all the last edited versions for each user who has contributed to the specified piece of content.
 

Methods in com.atlassian.confluence.core.persistence with parameters of type ContentEntityObject
 java.util.List<ContentEntityObject> ContentEntityObjectDao.getLastEditedVersionsOf(ContentEntityObject content)
          Retrieves all the last edited versions for each user who has contributed to the specified piece of content.
 

Uses of ContentEntityObject in com.atlassian.confluence.core.persistence.hibernate
 

Methods in com.atlassian.confluence.core.persistence.hibernate that return ContentEntityObject
protected  ContentEntityObject ContentEntityObjectHibernateDao.getByClassId(long id)
           
 ContentEntityObject ContentEntityObjectHibernateDao.getById(long id)
           
 ContentEntityObject ContentEntityObjectHibernateDao.getFirstVersionAfter(long originalVersionContentId, int version)
           
 ContentEntityObject ContentEntityObjectHibernateDao.getFirstVersionBefore(long originalVersionContentId, int version)
           
 ContentEntityObject ContentEntityObjectHibernateDao.getVersion(long originalVersionContentId, int version)
           
 

Methods in com.atlassian.confluence.core.persistence.hibernate that return types with arguments of type ContentEntityObject
 java.util.List<ContentEntityObject> ContentEntityObjectHibernateDao.findContentBySpaceIdAndStatus(long spaceId, java.lang.String status, int offset, int count)
           
 PageResponse<ContentEntityObject> ContentEntityObjectHibernateDao.findContentBySpaceIdAndStatus(long spaceId, java.lang.String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<Page> predicate)
           
 java.util.List<ContentEntityObject> ContentEntityObjectHibernateDao.getLastEditedVersionsOf(ContentEntityObject content)
           
 

Methods in com.atlassian.confluence.core.persistence.hibernate with parameters of type ContentEntityObject
 java.util.List<ContentEntityObject> ContentEntityObjectHibernateDao.getLastEditedVersionsOf(ContentEntityObject content)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.diff
 

Methods in com.atlassian.confluence.diff with parameters of type ContentEntityObject
 java.lang.String WikiConvertingHtmlDiffer.diff(ContentEntityObject left, ContentEntityObject right)
           
 java.lang.String Differ.diff(ContentEntityObject left, ContentEntityObject right)
          Computes a diff between the specified left and right input.
 java.lang.String DaisyHtmlDiffer.diff(ContentEntityObject leftContent, ContentEntityObject rightContent)
           
 

Constructors in com.atlassian.confluence.diff with parameters of type ContentEntityObject
ConfluenceDiff(ContentEntityObject originalEntity, ContentEntityObject revisedEntity)
           
ConfluenceDiff(ContentEntityObject original, ContentEntityObject revised, boolean ignoreWhitespace)
           
InterruptedDiffException(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 ContentEntityObject
ConfluenceDiffDraftBean(ContentEntityObject original, Draft latest, Differ differ)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.event.events.content
 

Methods in com.atlassian.confluence.event.events.content that return ContentEntityObject
 ContentEntityObject Contented.getContent()
           
 

Uses of ContentEntityObject in com.atlassian.confluence.event.events.content.attachment
 

Methods in com.atlassian.confluence.event.events.content.attachment that return ContentEntityObject
 ContentEntityObject AttachmentEvent.getContent()
           
 

Uses of ContentEntityObject in com.atlassian.confluence.event.events.content.blogpost
 

Methods in com.atlassian.confluence.event.events.content.blogpost that return ContentEntityObject
 ContentEntityObject BlogPostEvent.getContent()
           
 

Uses of ContentEntityObject in com.atlassian.confluence.event.events.content.comment
 

Methods in com.atlassian.confluence.event.events.content.comment that return ContentEntityObject
 ContentEntityObject CommentEvent.getContent()
           
 

Uses of ContentEntityObject in com.atlassian.confluence.event.events.content.mail
 

Methods in com.atlassian.confluence.event.events.content.mail that return ContentEntityObject
 ContentEntityObject MailEvent.getContent()
           
 

Uses of ContentEntityObject in com.atlassian.confluence.event.events.content.page
 

Methods in com.atlassian.confluence.event.events.content.page that return ContentEntityObject
 ContentEntityObject PageEvent.getContent()
           
 

Uses of ContentEntityObject in com.atlassian.confluence.event.events.content.user
 

Methods in com.atlassian.confluence.event.events.content.user that return ContentEntityObject
 ContentEntityObject PersonalInformationEvent.getContent()
           
 

Uses of ContentEntityObject in com.atlassian.confluence.event.events.like
 

Methods in com.atlassian.confluence.event.events.like that return ContentEntityObject
 ContentEntityObject AbstractLikeEvent.getContent()
           
 

Constructors in com.atlassian.confluence.event.events.like with parameters of type ContentEntityObject
AbstractLikeEvent(java.lang.Object src, com.atlassian.user.User user, ContentEntityObject content)
           
LikeCreatedEvent(java.lang.Object src, com.atlassian.user.User user, ContentEntityObject content)
           
LikeRemovedEvent(java.lang.Object src, com.atlassian.user.User user, ContentEntityObject contentEntity)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.event.events.security
 

Methods in com.atlassian.confluence.event.events.security that return ContentEntityObject
 ContentEntityObject ContentPermissionEvent.getContent()
           
 

Constructors in com.atlassian.confluence.event.events.security with parameters of type ContentEntityObject
ContentPermissionEvent(java.lang.Object src, ContentEntityObject content, ContentPermission contentPermission)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.event.events.userstatus
 

Methods in com.atlassian.confluence.event.events.userstatus that return ContentEntityObject
 ContentEntityObject AbstractStatusContentEvent.getContent()
           
 

Uses of ContentEntityObject in com.atlassian.confluence.importexport.impl
 

Methods in com.atlassian.confluence.importexport.impl with parameters of type ContentEntityObject
 java.lang.String WikiExporter.exportWikiToXHtml(ContentEntityObject content)
          Deprecated.  
 java.lang.String WikiExporter.exportWikiToXslFo(ContentEntityObject content)
          Deprecated.  
static java.lang.String ExportUtils.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 java.lang.String ExportUtils.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 ContentEntityObject
 java.util.Set<com.atlassian.sal.api.user.UserKey> ContentUserKeyExtractor.extractUserKeysFromContentEntities(java.lang.Iterable<? extends ContentEntityObject> contentEntities, boolean includeComments)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.internal
 

Methods in com.atlassian.confluence.internal that return ContentEntityObject
 ContentEntityObject ContentEntityManagerInternal.getById(ContentId id)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.internal.pages
 

Methods in com.atlassian.confluence.internal.pages with parameters of type ContentEntityObject
 PageResponse<Attachment> AttachmentManagerInternal.getAttachments(ContentEntityObject content, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Attachment> filterPredicate)
          Returns the current attachments under the CEO.
 void AttachmentManagerInternal.moveAttachment(Attachment attachment, ContentEntityObject newContainer)
          Moves an attachment to a different ContentEntityObject container.
 

Uses of ContentEntityObject in com.atlassian.confluence.json.jsonator
 

Methods in com.atlassian.confluence.json.jsonator with parameters of type ContentEntityObject
 Json ContentMetadataJsonator.convert(ContentEntityObject content)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.labels
 

Methods in com.atlassian.confluence.labels that return ContentEntityObject
protected  ContentEntityObject Labelling.getContent()
           
 

Methods in com.atlassian.confluence.labels that return types with arguments of type ContentEntityObject
 PartialList<ContentEntityObject> LabelManager.getAllContentForAllLabels(int offset, int maxResults, Label... labels)
          Retrieve all ContentEntityObjects, current or deleted which are labelled with ALL provided labels.
 PartialList<ContentEntityObject> DefaultLabelManager.getAllContentForAllLabels(int offset, int maxResults, Label... labels)
           
 PartialList<ContentEntityObject> LabelManager.getAllContentForLabel(int offset, int maxResults, Label label)
          Retrieve all ContentEntityObjects, current or deleted which are labelled with the provided label.
 PartialList<ContentEntityObject> DefaultLabelManager.getAllContentForLabel(int offset, int maxResults, Label label)
           
 PartialList<ContentEntityObject> LabelManager.getContentForAllLabels(int offset, int maxResults, Label... labels)
          Retrieve current ContentEntityObjects which are labelled with ALL provided labels.
 PartialList<ContentEntityObject> DefaultLabelManager.getContentForAllLabels(int offset, int maxResults, Label... labels)
           
 PartialList<ContentEntityObject> LabelManager.getContentForLabel(int offset, int maxResults, Label label)
          Retrieve current ContentEntityObjects which are labelled with the provided label.
 PartialList<ContentEntityObject> DefaultLabelManager.getContentForLabel(int offset, int maxResults, Label label)
           
 PartialList<ContentEntityObject> LabelManager.getContentInSpaceForAllLabels(int offset, int maxResults, java.lang.String spaceKey, Label... labels)
          Retrieve current ContentEntityObjects in the given space which are labelled with ALL provided labels.
 PartialList<ContentEntityObject> DefaultLabelManager.getContentInSpaceForAllLabels(int offset, int maxResults, java.lang.String spaceKey, Label... labels)
           
 PartialList<ContentEntityObject> LabelManager.getContentInSpaceForLabel(int offset, int maxResults, java.lang.String spaceKey, Label label)
          Retrieve current ContentEntityObjects in the given space which are labelled with the provided label.
 PartialList<ContentEntityObject> DefaultLabelManager.getContentInSpaceForLabel(int offset, int maxResults, java.lang.String spaceKey, Label label)
           
 PartialList<ContentEntityObject> LabelManager.getContentInSpacesForAllLabels(int offset, int maxResults, java.util.Set<java.lang.String> spaceKeys, Label... labels)
          Retrieve current ContentEntityObjects in the given spaces which are labelled with ALL provided labels.
 PartialList<ContentEntityObject> DefaultLabelManager.getContentInSpacesForAllLabels(int offset, int maxResults, java.util.Set<java.lang.String> spaceKeys, Label... labels)
           
 

Methods in com.atlassian.confluence.labels with parameters of type ContentEntityObject
 int LabelManager.addLabel(ContentEntityObject content, Label label)
          Deprecated. since 4.2
 int DefaultLabelManager.addLabel(ContentEntityObject content, Label label)
           
 java.util.List LabelManager.getSuggestedLabels(ContentEntityObject content)
          Deprecated. since 4.2
 java.util.List DefaultLabelManager.getSuggestedLabels(ContentEntityObject content)
          Deprecated. 
 java.util.List LabelManager.getSuggestedLabels(ContentEntityObject content, int maxResults)
          Deprecated. since 4.2
 java.util.List DefaultLabelManager.getSuggestedLabels(ContentEntityObject content, int count)
          Deprecated. 
 java.util.List LabelManager.getSuggestedLabelsInSpace(ContentEntityObject content, java.lang.String spaceKey)
          Deprecated. since 4.2
 java.util.List DefaultLabelManager.getSuggestedLabelsInSpace(ContentEntityObject content, java.lang.String spaceKey)
          Deprecated. 
 java.util.List LabelManager.getSuggestedLabelsInSpace(ContentEntityObject content, java.lang.String spaceKey, int maxResults)
          Deprecated. since 4.2
 java.util.List DefaultLabelManager.getSuggestedLabelsInSpace(ContentEntityObject content, java.lang.String spaceKey, int maxResults)
          Deprecated. 
 void LabelManager.removeAllLabels(ContentEntityObject ceo)
          Deprecated. since 4.2. Use LabelManager.removeAllLabels(Labelable).
 void DefaultLabelManager.removeAllLabels(ContentEntityObject ceo)
          Deprecated. 
 int LabelManager.removeLabel(ContentEntityObject object, Label label)
          Deprecated. since 4.2
 int DefaultLabelManager.removeLabel(ContentEntityObject ceo, Label label)
          Deprecated. 
 void LabelManager.removeLabels(ContentEntityObject object, java.util.List labels)
          Deprecated. since 4.2
 void DefaultLabelManager.removeLabels(ContentEntityObject ceo, java.util.List labels)
          Deprecated. 
protected  void Labelling.setContent(ContentEntityObject ceo)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.labels.actions
 

Methods in com.atlassian.confluence.labels.actions that return ContentEntityObject
 ContentEntityObject AbstractLabelsForEntityAction.getRawEntity()
           
 

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 ContentEntityObject
 PartialList<ContentEntityObject> LabelDao.findAllContentForAllLabels(int offset, int maxResults, Label... labels)
          Retrieve all ContentEntityObjects which are labelled with ALL provided labels.
 PartialList<ContentEntityObject> LabelDao.findContentInSpaceForAllLabels(int offset, int maxResults, java.lang.String spaceKey, Label... labels)
          Retrieve current ContentEntityObjects in the space which are labelled with ALL provided labels.
 PartialList<ContentEntityObject> LabelDao.findContentInSpacesForAllLabels(int offset, int maxResults, java.util.Set<java.lang.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 ContentEntityObject
 PartialList<ContentEntityObject> HibernateLabelDao.findAllContentForAllLabels(int offset, int maxResults, Label... labels)
           
 PartialList<ContentEntityObject> HibernateLabelDao.findContentInSpaceForAllLabels(int offset, int maxResults, java.lang.String spaceKey, Label... labels)
           
 PartialList<ContentEntityObject> HibernateLabelDao.findContentInSpacesForAllLabels(int offset, int maxResults, java.util.Set<java.lang.String> spaceKeys, Label... labels)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.like
 

Methods in com.atlassian.confluence.like that return ContentEntityObject
 ContentEntityObject LikeEntity.getContent()
           
 

Methods in com.atlassian.confluence.like with parameters of type ContentEntityObject
 Like LikeManager.addLike(ContentEntityObject contentEntity)
          Deprecated. since 4.3.1 - Use LikeManager.addLike(com.atlassian.confluence.core.ContentEntityObject, com.atlassian.user.User) with AuthenticatedUserThreadLocal.get() instead.
 void LikeDao.addLike(ContentEntityObject contentEntity)
          Deprecated. Use LikeManager.addLike(ContentEntityObject) instead. Since v4.3.
 void HibernateLikeDao.addLike(ContentEntityObject contentEntity)
           
 void EventPublishingLikeDao.addLike(ContentEntityObject contentEntity)
          Deprecated.  
 Like DefaultLikeManager.addLike(ContentEntityObject contentEntity)
           
 Like LikeManager.addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
          Add a like for the provided user.
 LikeEntity LikeEntityDao.addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
          Add a like on the content entity for the given user.
 Like LikeDao.addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
          Deprecated. Add a like on the content entity for the given user.
 LikeEntity HibernateLikeEntityDao.addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
           
 Like HibernateLikeDao.addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
           
 Like EventPublishingLikeDao.addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
          Deprecated.  
 Like DefaultLikeManager.addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
           
 java.util.List<Like> LikeManager.getLikes(ContentEntityObject contentEntity)
          Gets all the likes for the specified content entity (likes are ordered such that recent likes come first)
 java.util.List<Like> LikeDao.getLikes(ContentEntityObject contentEntity)
          Deprecated. Gets all the likes for the specified content entity (likes are ordered such that recent likes come first)
 java.util.List<Like> HibernateLikeDao.getLikes(ContentEntityObject contentEntity)
           
 java.util.List<Like> EventPublishingLikeDao.getLikes(ContentEntityObject contentEntity)
          Deprecated.  
 java.util.List<Like> DefaultLikeManager.getLikes(ContentEntityObject contentEntity)
           
 boolean LikeManager.hasLike(ContentEntityObject contentEntity)
          Deprecated. since 4.3.1 - Use LikeManager.hasLike(com.atlassian.confluence.core.ContentEntityObject, com.atlassian.user.User) with AuthenticatedUserThreadLocal.get() instead.
 boolean LikeDao.hasLike(ContentEntityObject contentEntity)
          Deprecated. Use LikeManager.hasLike(ContentEntityObject) instead. Since v4.3.
 boolean HibernateLikeDao.hasLike(ContentEntityObject contentEntity)
           
 boolean EventPublishingLikeDao.hasLike(ContentEntityObject contentEntity)
          Deprecated.  
 boolean DefaultLikeManager.hasLike(ContentEntityObject contentEntity)
           
 boolean LikeManager.hasLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
          Returns true if the provided user likes this content entity.
 boolean LikeEntityDao.hasLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
          Returns true if the given user likes this content entity.
 boolean LikeDao.hasLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
          Deprecated. Returns true if the given user likes this content entity.
 boolean HibernateLikeEntityDao.hasLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
           
 boolean HibernateLikeDao.hasLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
           
 boolean EventPublishingLikeDao.hasLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
          Deprecated.  
 boolean DefaultLikeManager.hasLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
           
 void LikeManager.removeAllLikesOn(ContentEntityObject content)
          Removes all likes (for any user) from the specified content entity.
 void LikeEntityDao.removeAllLikesOn(ContentEntityObject contentEntity)
          Removes all likes (for any user) from the specified content entity.
 void LikeDao.removeAllLikesOn(ContentEntityObject contentEntity)
          Deprecated. Removes all likes (for any user) from the specified content entity.
 void HibernateLikeEntityDao.removeAllLikesOn(ContentEntityObject contentEntity)
           
 void HibernateLikeDao.removeAllLikesOn(ContentEntityObject contentEntity)
           
 void EventPublishingLikeDao.removeAllLikesOn(ContentEntityObject contentEntity)
          Deprecated.  
 void DefaultLikeManager.removeAllLikesOn(ContentEntityObject contentEntity)
           
 void LikeManager.removeLike(ContentEntityObject contentEntity)
          Deprecated. since 4.3.1 - Use LikeManager.removeLike(com.atlassian.confluence.core.ContentEntityObject, com.atlassian.user.User) with AuthenticatedUserThreadLocal.get() instead.
 void LikeDao.removeLike(ContentEntityObject contentEntity)
          Deprecated. Use LikeManager.removeLike(ContentEntityObject) instead. Since v4.3.
 void HibernateLikeDao.removeLike(ContentEntityObject contentEntity)
           
 void EventPublishingLikeDao.removeLike(ContentEntityObject contentEntity)
          Deprecated.  
 void DefaultLikeManager.removeLike(ContentEntityObject contentEntity)
           
 void LikeManager.removeLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
          Remove like from content entity for the current logged in user.
 void LikeEntityDao.removeLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
          Remove like from content entity for the given user.
 void LikeDao.removeLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
          Deprecated. Remove like from content entity for the given user.
 void HibernateLikeEntityDao.removeLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
           
 void HibernateLikeDao.removeLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
           
 void EventPublishingLikeDao.removeLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
          Deprecated.  
 void DefaultLikeManager.removeLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
           
 void LikeEntity.setContent(ContentEntityObject content)
           
 

Method parameters in com.atlassian.confluence.like with type arguments of type ContentEntityObject
 java.util.List<LikeEntity> LikeEntityDao.getLikeEntities(java.util.Collection<? extends ContentEntityObject> contentEntities)
           
 java.util.List<LikeEntity> HibernateLikeEntityDao.getLikeEntities(java.util.Collection<? extends ContentEntityObject> contentEntities)
           
 java.util.Map<java.lang.Long,java.util.List<Like>> LikeManager.getLikes(java.util.Collection<? extends ContentEntityObject> contentEntities)
          Gets all the likes for the specified content entities (likes are ordered such that recent likes come first).
 java.util.Map<java.lang.Long,java.util.List<Like>> LikeDao.getLikes(java.util.Collection<? extends ContentEntityObject> contentEntities)
          Deprecated. Gets all the likes for the specified content entities (likes are ordered such that recent likes come first).
 java.util.Map<java.lang.Long,java.util.List<Like>> HibernateLikeDao.getLikes(java.util.Collection<? extends ContentEntityObject> contentEntities)
           
 java.util.Map<java.lang.Long,java.util.List<Like>> EventPublishingLikeDao.getLikes(java.util.Collection<? extends ContentEntityObject> contentEntities)
          Deprecated.  
 java.util.Map<java.lang.Long,java.util.List<Like>> DefaultLikeManager.getLikes(java.util.Collection<? extends ContentEntityObject> contentEntities)
           
 

Constructors in com.atlassian.confluence.like with parameters of type ContentEntityObject
LikeEntity(ContentEntityObject content, ConfluenceUser user, java.util.Date creationDate)
           
LikeEntity(ContentEntityObject content, java.lang.String username, java.util.Date creationDate)
          Deprecated. 
 

Uses of ContentEntityObject in com.atlassian.confluence.links
 

Methods in com.atlassian.confluence.links that return ContentEntityObject
 ContentEntityObject AbstractLink.getSourceContent()
          The source content of this link (FROM).
 

Methods in com.atlassian.confluence.links that return types with arguments of type ContentEntityObject
 java.util.Collection<ContentEntityObject> LinkManager.getReferringContent(ContentEntityObject content)
           
 

Methods in com.atlassian.confluence.links with parameters of type ContentEntityObject
 java.util.List LinkManager.extractLinksFromContent(ContentEntityObject content)
          Deprecated. since 4.0. See {com.atlassian.confluence.content.render.xhtml.links.OutgoingLinksExtractor}
 java.util.List DefaultLinkManager.extractLinksFromContent(ContentEntityObject content)
           
 java.lang.String LinkManager.getContentWithRenamedLinks(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingRenamed, java.lang.String newSpaceKey, java.lang.String newPageTitle)
          Deprecated. since 4.0. See RelatedContentRefactorer.updateReferrers(SpaceContentEntityObject, com.atlassian.confluence.spaces.Space, String)
 java.lang.String DefaultLinkManager.getContentWithRenamedLinks(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, java.lang.String newSpaceKey, java.lang.String newPageTitle)
          Deprecated. since 4.0
 java.util.List<ReferralLink> ReferralManager.getHotReferrers(ContentEntityObject content, int maxCount)
           
 java.util.List<ReferralLink> DefaultReferralManager.getHotReferrers(ContentEntityObject content, int maxCount)
           
 java.util.List LinkManager.getIncomingLinksToContent(ContentEntityObject content)
           
 java.util.List DefaultLinkManager.getIncomingLinksToContent(ContentEntityObject content)
           
 java.util.Collection<ContentEntityObject> LinkManager.getReferringContent(ContentEntityObject content)
           
 java.util.Collection DefaultLinkManager.getReferringContent(ContentEntityObject content)
           
 java.lang.String LinkManager.getSelfContentWithRenamedLinks(ContentEntityObject referringContent, java.lang.String newSpaceKey)
          Deprecated. since 4.0. See RelatedContentRefactorer.updateReferences(SpaceContentEntityObject, com.atlassian.confluence.spaces.Space, String)
 java.lang.String DefaultLinkManager.getSelfContentWithRenamedLinks(ContentEntityObject referringContent, java.lang.String newSpaceKey)
          Deprecated. since 4.0
 void LinkManager.renameOutgoingLinksToAttachments(ContentEntityObject refContent, java.lang.String existingFileName, java.lang.String newFileName)
          Deprecated. since 4.0. See RelatedContentRefactorer.updateReferences(SpaceContentEntityObject, com.atlassian.confluence.spaces.Space, String)
 void DefaultLinkManager.renameOutgoingLinksToAttachments(ContentEntityObject referringContent, java.lang.String existingFileName, java.lang.String newFileName)
          Deprecated. since 4.0. See RelatedContentRefactorer.updateReferences(SpaceContentEntityObject, com.atlassian.confluence.spaces.Space, String)
 void LinkManager.renameOutgoingLinksToMovedAttachments(ContentEntityObject refContent, java.lang.String existingFileName, java.lang.String newFileName, ContentEntityObject srcContent, ContentEntityObject destContent)
          Deprecated. since 4.0. See RelatedContentRefactorer#updateReferrers(com.atlassian.confluence.pages.Attachment, com.atlassian.confluence.spaces.Space, String, String)
 void DefaultLinkManager.renameOutgoingLinksToMovedAttachments(ContentEntityObject referringContent, java.lang.String existingFileName, java.lang.String newFileName, ContentEntityObject srcContent, ContentEntityObject destContent)
          Deprecated. 
 void AbstractLink.setSourceContent(ContentEntityObject sourceContent)
           
 void LinkManager.updateOutgoingLinks(ContentEntityObject content)
           
 void DefaultLinkManager.updateOutgoingLinks(ContentEntityObject content)
           
 

Constructors in com.atlassian.confluence.links with parameters of type ContentEntityObject
OutgoingLink(ContentEntityObject sourceContent, java.lang.String destinationSpaceKey, java.lang.String destinationPageTitle)
          Convenience constructor
 

Uses of ContentEntityObject in com.atlassian.confluence.links.linktypes
 

Methods in com.atlassian.confluence.links.linktypes that return ContentEntityObject
 ContentEntityObject UserProfileLink.getDestinationContent()
           
 ContentEntityObject SpaceLink.getDestinationContent()
           
 ContentEntityObject PageLink.getDestinationContent()
           
 ContentEntityObject ContentLink.getDestinationContent()
           
 ContentEntityObject BlogPostLink.getDestinationContent()
           
 ContentEntityObject AbstractPageLink.getDestinationContent()
           
abstract  ContentEntityObject AbstractContentEntityLink.getDestinationContent()
           
 

Methods in com.atlassian.confluence.links.linktypes with parameters of type ContentEntityObject
 OutgoingLink IncludePageMacroLink.toOutgoingLink(ContentEntityObject sourceContent)
           
 OutgoingLink BlogPostLink.toOutgoingLink(ContentEntityObject sourceContent)
           
 OutgoingLink AbstractPageLink.toOutgoingLink(ContentEntityObject sourceContent)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.links.persistence.dao
 

Methods in com.atlassian.confluence.links.persistence.dao with parameters of type ContentEntityObject
 java.util.List LinkDao.getLinksTo(ContentEntityObject content)
           
 java.util.List LinkDao.getReferringContent(ContentEntityObject content)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.links.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.links.persistence.dao.hibernate with parameters of type ContentEntityObject
 java.util.List HibernateLinkDao.getLinksTo(ContentEntityObject theContent)
           
 java.util.List HibernateLinkDao.getReferringContent(ContentEntityObject theContent)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.macro
 

Methods in com.atlassian.confluence.macro that return ContentEntityObject
 ContentEntityObject MacroExecutionContext.getContent()
          Returns the ContentEntityObject associated with this macro.
 

Uses of ContentEntityObject in com.atlassian.confluence.macro.count
 

Methods in com.atlassian.confluence.macro.count with parameters of type ContentEntityObject
 java.util.List<MacroCount> 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 the ContentProperties of the entity, and updates those counts after the difference has been calculated.
 

Constructors in com.atlassian.confluence.macro.count with parameters of type ContentEntityObject
MacroCountEvent(java.lang.Object src, ContentEntityObject entity, ConversionContext context, MacroCount macroCount, com.atlassian.confluence.macro.count.MacroCountEvent.Action action)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.mail
 

Subclasses of ContentEntityObject in com.atlassian.confluence.mail
 class Mail
          Deprecated. since 4.2. Mail archiving is now managed entirely by the mail archiving plugin.
 

Methods in com.atlassian.confluence.mail with type parameters of type ContentEntityObject
<T extends ContentEntityObject>
void
DefaultMailContentManager.saveNewVersion(T current, Modification<T> modification)
          Deprecated.  
<T extends ContentEntityObject>
void
DefaultMailContentManager.saveNewVersion(T current, Modification<T> modification, SaveContext saveContext)
          Deprecated.  
 

Methods in com.atlassian.confluence.mail that return ContentEntityObject
 ContentEntityObject DefaultMailContentManager.getById(long id)
          Deprecated.  
 ContentEntityObject DefaultMailContentManager.getNextVersion(ContentEntityObject ceo)
          Deprecated.  
 ContentEntityObject DefaultMailContentManager.getOtherVersion(ContentEntityObject ceo, int version)
          Deprecated.  
 ContentEntityObject DefaultMailContentManager.getPreviousVersion(ContentEntityObject ceo)
          Deprecated.  
 

Methods in com.atlassian.confluence.mail with parameters of type ContentEntityObject
 ContentEntityObject DefaultMailContentManager.getNextVersion(ContentEntityObject ceo)
          Deprecated.  
 ContentEntityObject DefaultMailContentManager.getOtherVersion(ContentEntityObject ceo, int version)
          Deprecated.  
 ContentEntityObject DefaultMailContentManager.getPreviousVersion(ContentEntityObject ceo)
          Deprecated.  
 java.util.List<VersionHistorySummary> DefaultMailContentManager.getVersionHistorySummaries(ContentEntityObject ceo)
          Deprecated.  
 void DefaultMailContentManager.refreshContentEntity(ContentEntityObject obj)
          Deprecated.  
 void DefaultMailContentManager.removeContentEntity(ContentEntityObject obj)
          Deprecated.  
 void DefaultMailContentManager.removeHistoricalVersion(ContentEntityObject historicalVersion)
          Deprecated.  
 void DefaultMailContentManager.revertContentEntityBackToVersion(ContentEntityObject obj, int version, java.lang.String revertComment, boolean revertTitle)
          Deprecated.  
 void DefaultMailContentManager.saveContentEntity(ContentEntityObject obj, ContentEntityObject origObj, SaveContext saveContext)
          Deprecated.  
 void DefaultMailContentManager.saveContentEntity(ContentEntityObject obj, SaveContext saveContext)
          Deprecated.  
 void DefaultMailContentManager.updateSingleContentLinkinTo(ContentEntityObject referringContent, SpaceContentEntityObject contentBeingRefactored, java.lang.String newSpaceKey, java.lang.String newTitle)
          Deprecated.  
 void DefaultMailContentManager.updateSingleContentLinkinTo(ContentEntityObject referringContent, SpaceContentEntityObject contentBeingRefactored, java.lang.String newSpaceKey, java.lang.String newTitle, SaveContext saveContext)
          Deprecated.  
 

Method parameters in com.atlassian.confluence.mail with type arguments of type ContentEntityObject
 ChangeDigestReport ChangeDigestNotificationBean.getAllChangeReportForUser(com.atlassian.user.User user, java.util.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 ContentEntityObject
DefaultDailyReportManager(com.atlassian.core.task.MultiQueueTaskManager taskManager, ChangeDigestNotificationBean changeNotificationBean, UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, SettingsManager 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 ContentEntityObject
static ContentEntityObject NotificationEmailHelper.extractTargetContentFromNotificationEmailReply(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers, NotificationEmailHelper.ContentFinder contentFinder)
          Retrieves the relevant content object from the given (reply) email headers.
 ContentEntityObject NotificationEmailHelper.ContentFinder.findContentById(long contentId)
          Finds the ContentEntityObject with the given content id
 ContentEntityObject Notification.getContent()
           
 

Methods in com.atlassian.confluence.mail.notification with parameters of type ContentEntityObject
 Notification NotificationManager.addContentNotification(com.atlassian.user.User user, ContentEntityObject content)
           
 Notification DefaultNotificationManager.addContentNotification(com.atlassian.user.User user, ContentEntityObject content)
           
 ConversionContext ConversionContextCreator.createConversionContext(ContentEntityObject ceo)
           
 Notification NotificationManager.getNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)
           
 Notification DefaultNotificationManager.getNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)
           
 java.util.List<Notification> NotificationManager.getNotificationsByContent(ContentEntityObject content)
           
 java.util.List<Notification> DefaultNotificationManager.getNotificationsByContent(ContentEntityObject content)
           
 boolean NotificationManager.isWatchingContent(com.atlassian.user.User user, ContentEntityObject content)
           
 boolean DefaultNotificationManager.isWatchingContent(com.atlassian.user.User user, ContentEntityObject content)
           
 void NotificationManager.removeContentNotification(com.atlassian.user.User user, ContentEntityObject content)
           
 void DefaultNotificationManager.removeContentNotification(com.atlassian.user.User user, ContentEntityObject content)
           
 void Notification.setContent(ContentEntityObject content)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.mail.notification.listeners
 

Methods in com.atlassian.confluence.mail.notification.listeners that return ContentEntityObject
protected  ContentEntityObject UserStatusNotificationsListener.getContentEntityObject(java.util.Map contextMap)
           
protected  ContentEntityObject FollowNotificationListener.getContentEntityObject(java.util.Map contextMap)
          There is no CEO for a follow event.
protected  ContentEntityObject CommentNotificationsListener.getContentEntityObject(java.util.Map contextMap)
           
protected  ContentEntityObject BlogPostNotificationsListener.getContentEntityObject(java.util.Map contextMap)
           
protected  ContentEntityObject AttachmentNotificationsListener.getContentEntityObject(java.util.Map contextMap)
           
protected abstract  ContentEntityObject AbstractNotificationsListener.getContentEntityObject(java.util.Map contextMap)
          Returns the content entity used for the render context.
 

Uses of ContentEntityObject in com.atlassian.confluence.mail.notification.persistence
 

Methods in com.atlassian.confluence.mail.notification.persistence with parameters of type ContentEntityObject
 Notification NotificationDao.findNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)
          Find any user notification linked to the specified content.
 java.util.List<Notification> NotificationDao.findNotificationsByContent(ContentEntityObject content)
           
 

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 ContentEntityObject
 Notification HibernateNotificationDao.findNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)
           
 java.util.List<Notification> HibernateNotificationDao.findNotificationsByContent(ContentEntityObject content)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.mail.reports
 

Methods in com.atlassian.confluence.mail.reports that return ContentEntityObject
 ContentEntityObject CommentReport.getCommentOwner()
           
 ContentEntityObject AbstractContentEntityReport.getContentEntityObject()
           
 

Constructors in com.atlassian.confluence.mail.reports with parameters of type ContentEntityObject
AbstractContentEntityReport(ContentEntityObject content, ChangeDigestReport parentReport)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.pages
 

Classes in com.atlassian.confluence.pages with type parameters of type ContentEntityObject
 interface Contained<T extends ContentEntityObject>
          represents content that has an owner
 

Subclasses of ContentEntityObject in com.atlassian.confluence.pages
 class AbstractPage
          Parent of the concrete Page and BlogPost classes
 class BlogPost
           
 class Comment
           
 class Draft
           
 class Page
          Represents a Page within Confluence.
 

Methods in com.atlassian.confluence.pages that return ContentEntityObject
 ContentEntityObject Comment.getContainer()
           
 ContentEntityObject Attachment.getContainer()
           
 ContentEntityObject Attachment.getContent()
          The object to which the attachment is attached.
 ContentEntityObject Draft.getContentEntityObject()
           
 ContentEntityObject Comment.getContentEntityObject()
           
 ContentEntityObject AbstractPage.getContentEntityObject()
           
 ContentEntityObject Comment.getOwner()
           
 

Methods in com.atlassian.confluence.pages that return types with arguments of type ContentEntityObject
 java.util.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.
 java.util.List<ContentEntityObject> DefaultPageManager.getOrderedXhtmlContentFromContentId(long startContentId, long endContentId, int maxRows)
           
 java.util.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.
 java.util.List<ContentEntityObject> DefaultPageManager.getPreviousVersionsOfPageWithTaskId(long pageId, long taskId, int maxRows)
           
 java.util.List<ContentEntityObject> TrashManager.getTrashContents(Space space, int offset, int count)
          Retrieve a subset of the contents of the trash for a particular space.
 java.util.List<ContentEntityObject> DefaultTrashManager.getTrashContents(Space space, int offset, int count)
           
 java.util.List<ContentEntityObject> TrashManager.getTrashContents(java.lang.String spaceKey)
          Deprecated. 
 java.util.List<ContentEntityObject> DefaultTrashManager.getTrashContents(java.lang.String spaceKey)
           
 

Methods in com.atlassian.confluence.pages with parameters of type ContentEntityObject
 Comment DefaultCommentManager.addCommentToObject(ContentEntityObject ceo, Comment parent, java.lang.String content)
           
 Comment CommentManager.addCommentToObject(ContentEntityObject ceo, Comment parent, java.lang.String content)
           
 Comment DefaultCommentManager.addCommentToObject(ContentEntityObject ceo, Comment parent, java.lang.String content, NewCommentDeduplicator commentDeduplicator)
           
 Comment CommentManager.addCommentToObject(ContentEntityObject ceo, Comment parent, java.lang.String content, NewCommentDeduplicator commentDeduplicator)
          Add a new comment if the given deduplicator determines that it's not a duplicate, or just return the existing duplicate otherwise.
 void DelegatorAttachmentManager.copyAttachment(Attachment attachment, ContentEntityObject destinationContent)
           
 void DefaultAttachmentManager.copyAttachment(Attachment attachment, ContentEntityObject destinationContent)
           
 void CachingAttachmentManager.copyAttachment(Attachment attachment, ContentEntityObject destinationContent)
           
 void AttachmentManager.copyAttachment(Attachment attachment, ContentEntityObject destinationContent)
          Copy specified attachment to specified destination content.
 void DelegatorAttachmentManager.copyAttachments(ContentEntityObject sourceContent, ContentEntityObject destinationContent)
           
 void DefaultAttachmentManager.copyAttachments(ContentEntityObject sourceContent, ContentEntityObject destinationContent)
           
 void CachingAttachmentManager.copyAttachments(ContentEntityObject sourceContent, ContentEntityObject destinationContent)
           
 void AttachmentManager.copyAttachments(ContentEntityObject sourceContent, ContentEntityObject destinationContent)
          Copy the latest version of all the attachments on the sourceContent to the destinationContent.
 int DelegatorAttachmentManager.countLatestVersionsOfAttachments(ContentEntityObject content)
           
 int DefaultAttachmentManager.countLatestVersionsOfAttachments(ContentEntityObject content)
           
 int CachingAttachmentManager.countLatestVersionsOfAttachments(ContentEntityObject content)
           
 int AttachmentManager.countLatestVersionsOfAttachments(ContentEntityObject content)
          Returns a count of the number of latest versions of attachments
 java.util.List<Attachment> WebDavAttachmentManager.getAllVersionsOfAttachments(ContentEntityObject content)
          Deprecated.  
 java.util.List<Attachment> DelegatorAttachmentManager.getAllVersionsOfAttachments(ContentEntityObject content)
           
 java.util.List<Attachment> DefaultAttachmentManager.getAllVersionsOfAttachments(ContentEntityObject content)
           
 java.util.List<Attachment> CachingAttachmentManager.getAllVersionsOfAttachments(ContentEntityObject content)
           
 java.util.List<Attachment> AttachmentManager.getAllVersionsOfAttachments(ContentEntityObject content)
          Returns a list of all attachments, old and new.
 Attachment DelegatorAttachmentManager.getAttachment(ContentEntityObject content, java.lang.String attachmentFileName)
           
 Attachment DefaultAttachmentManager.getAttachment(ContentEntityObject content, java.lang.String attachmentFileName)
          Get the most recent version of an attachment with a given name for a particular page.
 Attachment CachingAttachmentManager.getAttachment(ContentEntityObject content, java.lang.String attachmentFileName)
           
 Attachment AttachmentManager.getAttachment(ContentEntityObject content, java.lang.String attachmentFileName)
          Get the most recent version of an attachment with a given name for a particular page
 Attachment DelegatorAttachmentManager.getAttachment(ContentEntityObject content, java.lang.String attachmentFileName, int version)
           
 Attachment DefaultAttachmentManager.getAttachment(ContentEntityObject content, java.lang.String attachmentFileName, int version)
          Retrieve a named attachment from a page.
 Attachment CachingAttachmentManager.getAttachment(ContentEntityObject content, java.lang.String attachmentFileName, int version)
           
 Attachment AttachmentManager.getAttachment(ContentEntityObject content, java.lang.String attachmentFileName, int version)
          Retrieve a named attachment from a page
 java.lang.String DelegatorAttachmentManager.getAttachmentDownloadPath(ContentEntityObject content, java.lang.String attachmentFileName)
           
 java.lang.String DefaultAttachmentManager.getAttachmentDownloadPath(ContentEntityObject content, java.lang.String attachmentFileName)
           
 java.lang.String CachingAttachmentManager.getAttachmentDownloadPath(ContentEntityObject content, java.lang.String attachmentFileName)
           
 java.lang.String AttachmentManager.getAttachmentDownloadPath(ContentEntityObject content, java.lang.String attachmentFileName)
          Get the download path for the most recent version of an attachment with the given name for some content
 java.util.List<Attachment> WebDavAttachmentManager.getAttachments(ContentEntityObject content)
          Deprecated.  
 java.util.List<Attachment> DelegatorAttachmentManager.getAttachments(ContentEntityObject content)
           
 java.util.List<Attachment> DefaultAttachmentManager.getAttachments(ContentEntityObject content)
          Deprecated. 
 java.util.List<Attachment> CachingAttachmentManager.getAttachments(ContentEntityObject content)
           
 java.util.List<Attachment> AttachmentManager.getAttachments(ContentEntityObject content)
          Deprecated. since 5.5 - method name is confusing/inconsistent. Use AttachmentManager.getAllVersionsOfAttachments(com.atlassian.confluence.core.ContentEntityObject) to get old and new attachments.
 PageResponse<Attachment> DelegatorAttachmentManager.getAttachments(ContentEntityObject content, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Attachment> filterPredicate)
           
 PageResponse<Attachment> DefaultAttachmentManager.getAttachments(ContentEntityObject content, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Attachment> filterPredicate)
           
 PageResponse<Attachment> CachingAttachmentManager.getAttachments(ContentEntityObject content, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Attachment> filterPredicate)
           
protected  BodyContent DefaultPageManager.getBodyContentForRevert(ContentEntityObject historicalVersion)
           
 java.util.List<Attachment> DelegatorAttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content)
           
 java.util.List<Attachment> DefaultAttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content)
           
 java.util.List<Attachment> CachingAttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content)
           
 java.util.List<Attachment> AttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content)
          Returns a list of only latest versions of attachments.
 void DelegatorAttachmentManager.moveAttachment(Attachment attachment, ContentEntityObject newContainer)
           
 void DefaultAttachmentManager.moveAttachment(Attachment attachment, ContentEntityObject newContainer)
           
 void CachingAttachmentManager.moveAttachment(Attachment latestVersion, ContentEntityObject newContainer)
           
 void DelegatorAttachmentManager.moveAttachment(Attachment attachment, java.lang.String newFileName, ContentEntityObject newName)
           
 void DefaultAttachmentManager.moveAttachment(Attachment latestVersion, java.lang.String newFileName, ContentEntityObject newContent)
           
 void CachingAttachmentManager.moveAttachment(Attachment latestVersion, java.lang.String fileName, ContentEntityObject newContent)
           
 void AttachmentManager.moveAttachment(Attachment latestVersion, java.lang.String fileName, ContentEntityObject newContent)
           
protected  void DefaultPageManager.publishCreateEvent(ContentEntityObject obj)
           
protected  void DefaultCommentManager.publishCreateEvent(ContentEntityObject obj)
           
protected  void DefaultPageManager.publishCreateEvent(ContentEntityObject obj, SaveContext saveContext)
           
protected  void DefaultCommentManager.publishCreateEvent(ContentEntityObject obj, SaveContext saveContext)
           
protected  void DefaultPageManager.publishRemoveEvent(ContentEntityObject obj)
           
protected  void DefaultCommentManager.publishRemoveEvent(ContentEntityObject obj)
           
protected  void DefaultPageManager.publishUpdateEvent(ContentEntityObject obj, ContentEntityObject origObj, SaveContext saveContext)
           
protected  void DefaultCommentManager.publishUpdateEvent(ContentEntityObject obj, ContentEntityObject origObj, SaveContext saveContext)
           
 void DefaultPageManager.saveContentEntity(ContentEntityObject obj, ContentEntityObject origObj, SaveContext saveContext)
           
 void DefaultPageManager.saveContentEntity(ContentEntityObject obj, SaveContext saveContext)
           
 void Attachment.setContent(ContentEntityObject content)
           
 void Comment.setOwner(ContentEntityObject owner)
           
 void FileUploadManager.storeResource(AttachmentResource attachmentResource, ContentEntityObject content)
          Stores the attachmentResource as an Attachment on the specified content object.
 void DefaultFileUploadManager.storeResource(AttachmentResource resource, ContentEntityObject ceo)
           
 void FileUploadManager.storeResources(java.util.Collection<AttachmentResource> attachmentResources, ContentEntityObject content)
          Stores the attachmentResource as an Attachment on the specified content object.
 void DefaultFileUploadManager.storeResources(java.util.Collection<AttachmentResource> attachmentResources, ContentEntityObject content)
           
 AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey AttachmentDownloadPathCache.toKey(ContentEntityObject content, java.lang.String attachmentFileName)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.pages.actions
 

Fields in com.atlassian.confluence.pages.actions declared as ContentEntityObject
protected  ContentEntityObject PurgeTrashItemAction.contentEntityObject
           
 

Fields in com.atlassian.confluence.pages.actions with type parameters of type ContentEntityObject
protected  java.util.Collection<ContentEntityObject> MoveAttachmentAction.suggestedContentToBeRefactored
           
 

Methods in com.atlassian.confluence.pages.actions that return ContentEntityObject
 ContentEntityObject AbstractPageAction.getAttachmentSourceContent()
          Returns the ConfluenceEntityObject that contains attachments relevant to the current action.
 ContentEntityObject AbstractCreatePageAction.getAttachmentSourceContent()
           
 ContentEntityObject ViewPageAttachmentsAction.getContentEntityObject()
           
 ContentEntityObject ViewDraftAttachmentsAction.getContentEntityObject()
           
 ContentEntityObject RestoreExistingTrashItemAction.getContentEntityObject()
           
 ContentEntityObject PurgeTrashItemAction.getContentEntityObject()
           
abstract  ContentEntityObject AbstractViewAttachmentsAction.getContentEntityObject()
           
 ContentEntityObject PageInfoAction.getDestinationContentEntity(OutgoingLink link)
           
 ContentEntityObject RestoreExistingTrashItemAction.getExistingContentEntityObject()
           
 

Methods in com.atlassian.confluence.pages.actions that return types with arguments of type ContentEntityObject
 java.util.List<ContentEntityObject> ListUndefinedPagesAction.UndefinedPage.getReferencedFrom()
           
 java.util.Collection<ContentEntityObject> MoveAttachmentAction.getSuggestedContentToBeRefactored()
           
 

Uses of ContentEntityObject in com.atlassian.confluence.pages.actions.beans
 

Fields in com.atlassian.confluence.pages.actions.beans declared as ContentEntityObject
protected  ContentEntityObject FileStorer.content
           
 

Methods in com.atlassian.confluence.pages.actions.beans with parameters of type ContentEntityObject
 java.util.List<Attachment> AttachmentStorer.attachFiles(ContentEntityObject contentEntityObject)
           
 

Constructors in com.atlassian.confluence.pages.actions.beans with parameters of type ContentEntityObject
FileStorer(com.opensymphony.xwork.ActionSupport action, ContentEntityObject content)
           
ImageStorer(com.opensymphony.xwork.ActionSupport action, ContentEntityObject content, ThumbnailManager thumbnailManager)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.pages.attachments
 

Methods in com.atlassian.confluence.pages.attachments with parameters of type ContentEntityObject
 int CachingAttachmentDao.countLatestVersionsOfAttachments(ContentEntityObject content)
           
 Attachment CachingAttachmentDao.getAttachment(ContentEntityObject content, java.lang.String fileName, int version)
           
 Attachment CachingAttachmentDao.getLatestAttachment(ContentEntityObject content, java.lang.String fileName)
           
 java.util.List<Attachment> CachingAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo)
           
 PageResponse<Attachment> CachingAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Attachment> predicate)
           
 void CachingAttachmentDao.moveAttachment(Attachment attachment, Attachment oldAttachment, ContentEntityObject newContent)
           
 

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 ContentEntityObject
 java.util.List<ContentEntityObject> AbstractPageDao.getOrderedXhtmlContentFromContentId(long startContentId, long endContentId, int maxRows)
          Gets the latest versions of AbstractPages between the given IDs limited by the specified number of rows.
 java.util.List<ContentEntityObject> 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.
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type ContentEntityObject
 int WebDavAttachmentDao.countLatestVersionsOfAttachments(ContentEntityObject ceo)
          Deprecated.  
 int AttachmentDao.countLatestVersionsOfAttachments(ContentEntityObject content)
           
 Attachment WebDavAttachmentDao.getAttachment(ContentEntityObject content, java.lang.String fileName, int version)
          Deprecated.  
 Attachment AttachmentDao.getAttachment(ContentEntityObject content, java.lang.String fileName, int version)
          Return the attachment on the specified content with the given filename and version.
protected  java.io.File HierarchicalFileSystemAttachmentDataDao.getDirectoryForAttachment(ContentEntityObject content, Attachment attachment)
          Deprecated.  
protected  java.io.File FileSystemAttachmentDataDao.getDirectoryForAttachment(ContentEntityObject content, Attachment attachment)
          Deprecated. Retrieves the location of the containing folder for an Attachment
protected  java.io.File FileSystemAttachmentDataDao.getDirectoryForContent(ContentEntityObject content)
          Deprecated.  
 Attachment WebDavAttachmentDao.getLatestAttachment(ContentEntityObject content, java.lang.String fileName)
          Deprecated.  
 Attachment AttachmentDao.getLatestAttachment(ContentEntityObject content, java.lang.String fileName)
          Return the latest version of the attachment on the specified content with the given filename.
 java.util.List<Attachment> WebDavAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo)
          Deprecated.  
 java.util.List<Attachment> AttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo)
          Retrieves the latest versions of all attachments to ceo
 PageResponse<Attachment> WebDavAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Attachment> predicate)
          Deprecated.  
 PageResponse<Attachment> AttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Attachment> predicate)
          Retrieves a paginated list of the latest version of attachments to the ceo filtered by the predicate
protected  boolean AbstractAttachmentCopier.isContentExcluded(ContentEntityObject content)
          Returns whether a ContentEntityObject is excluded from the copy
protected  boolean AbstractAttachmentCopier.isContentSpaceIncluded(ContentEntityObject content)
          Returns whether the content's Space is in the inclusion List.
 void WebDavAttachmentDao.moveAttachment(Attachment attachment, Attachment oldAttachment, ContentEntityObject newContent)
          Deprecated.  
 void FileSystemAttachmentDataDao.moveAttachment(Attachment attachment, Attachment oldAttachment, ContentEntityObject newContent)
          Deprecated.  
 void AttachmentDataDao.moveAttachment(Attachment attachment, Attachment oldAttachment, ContentEntityObject newContent)
          Moves an attachment to a new file name or content object
 void AttachmentDao.moveAttachment(Attachment attachment, Attachment oldAttachment, ContentEntityObject newContent)
          Moves an Attachment to a new file name or content object

This method assumes that the filename and/or content of the attachment (and its previous versions) have already been updated.

 void FileSystemAttachmentDataDao.removeDataForAttachment(Attachment attachment, ContentEntityObject originalContent)
          Deprecated. Removes all attachment data for the given attachment.
 void AttachmentDataDao.removeDataForAttachment(Attachment attachment, ContentEntityObject originalContent)
          Removes all attachment data for the given attachment.
 void FileSystemAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachment, ContentEntityObject originalContent)
          Deprecated. Removes the attachment data for the given attachment version.
 void AttachmentDataDao.removeDataForAttachmentVersion(Attachment attachmentVersion, ContentEntityObject originalContent)
          Removes the attachment data for the given attachment version.
 

Uses of ContentEntityObject in com.atlassian.confluence.pages.persistence.dao.filesystem
 

Methods in com.atlassian.confluence.pages.persistence.dao.filesystem with parameters of type ContentEntityObject
 void FileSystemAttachmentDataDao.moveAttachment(Attachment attachment, Attachment oldAttachment, ContentEntityObject newContent)
           
 void FileSystemAttachmentDataDao.removeDataForAttachment(Attachment attachment, ContentEntityObject originalContent)
          Removes all attachment data for the given attachment.
 void FileSystemAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachment, ContentEntityObject originalContent)
          Removes the attachment data for the given attachment version.
 

Uses of ContentEntityObject in com.atlassian.confluence.pages.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return ContentEntityObject
 ContentEntityObject CachingPageDao.getById(long id)
           
 ContentEntityObject CachingPageDao.getFirstVersionAfter(long originalVersionContentId, int version)
           
 ContentEntityObject CachingPageDao.getFirstVersionBefore(long originalVersionContentId, int version)
           
 ContentEntityObject CachingPageDao.getVersion(long originalVersionContentId, int version)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type ContentEntityObject
 java.util.List<ContentEntityObject> CachingPageDao.findContentBySpaceIdAndStatus(long spaceId, java.lang.String status, int offset, int count)
           
 PageResponse<ContentEntityObject> CachingPageDao.findContentBySpaceIdAndStatus(long spaceId, java.lang.String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<Page> predicate)
           
 java.util.List<ContentEntityObject> CachingPageDao.getLastEditedVersionsOf(ContentEntityObject content)
           
 java.util.List<ContentEntityObject> HibernateAbstractPageDao.getOrderedXhtmlContentFromContentId(long startContentId, long endContentId, int maxRows)
           
 java.util.List<ContentEntityObject> HibernateAbstractPageDao.getPreviousVersionsOfPageWithTaskId(long pageId, long taskId, int maxRows)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type ContentEntityObject
 int AbstractHibernateAttachmentDao.countLatestVersionsOfAttachments(ContentEntityObject content)
           
 Attachment AbstractHibernateAttachmentDao.getAttachment(ContentEntityObject content, java.lang.String fileName, int version)
           
 java.util.List<ContentEntityObject> CachingPageDao.getLastEditedVersionsOf(ContentEntityObject content)
           
 Attachment AbstractHibernateAttachmentDao.getLatestAttachment(ContentEntityObject content, java.lang.String fileName)
           
 java.util.List<Attachment> AbstractHibernateAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject content)
           
 PageResponse<Attachment> AbstractHibernateAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo, LimitedRequest request, com.google.common.base.Predicate<? super Attachment> predicate)
           
 void HibernateAttachmentDataDao.moveAttachment(Attachment attachment, Attachment oldAttachment, ContentEntityObject newContent)
           
 void AbstractHibernateAttachmentDao.moveAttachment(Attachment latestVersion, Attachment oldAttachment, ContentEntityObject newContent)
           
protected  void AbstractHibernateAttachmentDao.removeAllAttachmentVersions(Attachment latestVersion, ContentEntityObject content)
           
protected  void AbstractHibernateAttachmentDao.removeAttachment(Attachment attachment, ContentEntityObject content)
          Severs the connection between attachment and content, and removes the attachment from the database
 void HibernateAttachmentDataDao.removeDataForAttachment(Attachment attachment, ContentEntityObject originalContent)
           
 void HibernateAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachment, ContentEntityObject originalContent)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.pages.wysiwyg
 

Methods in com.atlassian.confluence.pages.wysiwyg with parameters of type ContentEntityObject
 java.lang.String DefaultConfluenceWysiwygConverter.convertWikiMarkupToXHtml(ContentEntityObject content, java.lang.String wikiMarkup)
           
 java.lang.String ConfluenceWysiwygConverter.convertWikiMarkupToXHtml(ContentEntityObject content, java.lang.String wikiMarkup)
          Converts wiki markup text into XHTML, using the page context of the content object.
 java.lang.String DefaultConfluenceWysiwygConverter.convertWikiMarkupToXHtml(ContentEntityObject content, java.lang.String spaceKey, java.lang.String wikiMarkup)
           
 java.lang.String ConfluenceWysiwygConverter.convertWikiMarkupToXHtml(ContentEntityObject content, java.lang.String spaceKey, java.lang.String wikiMarkup)
          Converts wiki markup text into XHTML, using the page context of the content object.
 java.lang.String DefaultConfluenceWysiwygConverter.convertXHtmlToWikiMarkup(ContentEntityObject content, java.lang.String xhtml)
           
 java.lang.String ConfluenceWysiwygConverter.convertXHtmlToWikiMarkup(ContentEntityObject content, java.lang.String xhtml)
          Converts XHTML into wiki markup, using the page context of the content object
 

Uses of ContentEntityObject in com.atlassian.confluence.plugins.contentproperty
 

Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type ContentEntityObject
 boolean ContentPropertyEntityAdapter.isAllowedContainer(ContentEntityObject child, ContentEntityObject container)
           
static boolean ContentPropertyEntityAdapter.isContentProperty(ContentEntityObject o)
           
 Version ContentPropertyFactory.makeVersion(ContentEntityObject entity)
           
 Reference<Version> ContentPropertyFactory.makeVersion(ContentEntityObject entity, boolean expanded)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.plugins.dailysummary.content.popular
 

Methods in com.atlassian.confluence.plugins.dailysummary.content.popular that return ContentEntityObject
 ContentEntityObject ContentStat.getContent()
           
 

Methods in com.atlassian.confluence.plugins.dailysummary.content.popular with parameters of type ContentEntityObject
 PopularContentExcerptDto PopularContentDtoFactory.createExcerpt(ContentEntityObject page, com.atlassian.user.User user, java.util.Date date)
           
 PopularContentExcerptDto DefaultPopularContentDtoFactory.createExcerpt(ContentEntityObject content, com.atlassian.user.User user, java.util.Date date)
           
protected  int DefaultPopularContentManager.score(ContentEntityObject content, com.atlassian.user.User user, java.util.Set<java.lang.String> followingSet, java.util.Date since)
           
 

Method parameters in com.atlassian.confluence.plugins.dailysummary.content.popular with type arguments of type ContentEntityObject
protected  java.util.List<ContentStat> DefaultPopularContentManager.sortByRelevance(java.util.List<ContentEntityObject> ceos, com.atlassian.user.User user, java.util.Date since)
           
 

Constructors in com.atlassian.confluence.plugins.dailysummary.content.popular with parameters of type ContentEntityObject
ContentStat(ContentEntityObject content, int count)
           
PopularContentExcerptDto.Builder(ContentEntityObject content, com.atlassian.user.User author)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.plugins.edgeindex
 

Methods in com.atlassian.confluence.plugins.edgeindex that return types with arguments of type ContentEntityObject
 java.util.List<ContentEntityObject> PopularContentQueries.getMostPopular(int maxResults, EdgeQueryParameter queryParameter)
          find popular content that have occurred in the last period of time
 java.util.List<ContentEntityObject> DefaultPopularContentQueries.getMostPopular(int maxResults, EdgeQueryParameter queryParameter)
           
 java.util.List<ContentEntityObject> PopularContentQueries.getMostPopular(int maxResults, int lastTimePeriod, java.util.concurrent.TimeUnit timeUnit)
          Deprecated. 
 java.util.List<ContentEntityObject> DefaultPopularContentQueries.getMostPopular(int maxResults, int lastTimePeriod, java.util.concurrent.TimeUnit timeUnit)
           
 java.util.List<ContentEntityObject> PopularContentQueries.getMostPopular(int maxResults, int timePeriod, java.util.concurrent.TimeUnit timeUnit, ScoreConfig scoreConfig)
          Deprecated. since 5.3 use the method PopularContentQueries.getMostPopular(int, EdgeQueryParameter) instead
 java.util.List<ContentEntityObject> DefaultPopularContentQueries.getMostPopular(int maxResults, int lastTimePeriod, java.util.concurrent.TimeUnit timeUnit, ScoreConfig scoreConfig)
           
 

Methods in com.atlassian.confluence.plugins.edgeindex with parameters of type ContentEntityObject
 boolean EdgeFactory.canBuildCreatEdge(ContentEntityObject contentEntity)
          Determines if the edge factory is capable of building create edges for a particular piece of content.
 boolean DefaultEdgeFactory.canBuildCreatEdge(ContentEntityObject contentEntity)
           
 void LuceneEdgeIndexManager.contentEntityRemoved(ContentEntityObject contentEntity)
           
 void EdgeIndexManager.contentEntityRemoved(ContentEntityObject contentEntity)
          Update the index to reflect the deletion of the specified content entity.
 Edge EdgeFactory.getCreateEdge(ContentEntityObject contentEntity)
          Creates a new instance of an edge which indicates new content creation.
 Edge DefaultEdgeFactory.getCreateEdge(ContentEntityObject contentEntity)
           
 org.apache.lucene.document.Document LuceneEdgeDocumentFactory.getDocument(java.lang.String edgeId, com.atlassian.sal.api.user.UserKey userKey, ContentEntityObject target, java.util.Date date, java.lang.String edgeTypeKey)
           
 org.apache.lucene.document.Document EdgeDocumentFactory.getDocument(java.lang.String edgeId, com.atlassian.sal.api.user.UserKey userKey, ContentEntityObject target, java.util.Date date, java.lang.String edgeTypeKey)
           
 Edge EdgeFactory.getLikeEdge(ConfluenceUser liker, ContentEntityObject likedContent, java.util.Date likeDate)
          Creates a new instance of an edge which represents a user liking content.
 Edge DefaultEdgeFactory.getLikeEdge(ConfluenceUser liker, ContentEntityObject likedContent, java.util.Date likeDate)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.plugins.edgeindex.lucene
 

Methods in com.atlassian.confluence.plugins.edgeindex.lucene with parameters of type ContentEntityObject
 EdgeIndexTask EdgeIndexTaskFactory.createAddDocumentTask(java.lang.String edgeId, com.atlassian.sal.api.user.UserKey userKey, ContentEntityObject target, java.util.Date date, java.lang.String edgeTypeKey)
           
 void EdgeIndexTaskQueue.enqueue(IndexTaskType indexTaskType, ContentEntityObject target)
          Add a new task to this queue.
 

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 ContentEntityObject
 java.util.List<ContentEntityObject> HibernateContentEntityHelper.getContentEntities(java.util.List<java.lang.Long> contentIds)
           
 java.util.List<ContentEntityObject> ContentEntityHelper.getContentEntities(java.util.List<java.lang.Long> contentIds)
           
 

Methods in com.atlassian.confluence.plugins.edgeindex.rest with parameters of type ContentEntityObject
 java.lang.String UrlStrategy.getUrl(ContentEntityObject contentEntity)
           
 

Constructor parameters in com.atlassian.confluence.plugins.edgeindex.rest with type arguments of type ContentEntityObject
StreamItemFactory(ContextPathHolder contextPathHolder, UserDtoFactory userDtoFactory, DateEntityFactory dateEntityFactory, ContentEntityHelper contentEntityHelper, EdgeTypeRepository edgeTypeRepository, ContentUiSupport<ContentEntityObject> contentUiSupport)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.plugins.emailgateway.api
 

Classes in com.atlassian.confluence.plugins.emailgateway.api with type parameters of type ContentEntityObject
 interface EmailToContentConverter<C extends ContentEntityObject>
          Converts a given email thread to content.
 interface StagingEmailHandler<C extends ContentEntityObject>
          An EmailHandler that stages emails.
 

Methods in com.atlassian.confluence.plugins.emailgateway.api with type parameters of type ContentEntityObject
<C extends ContentEntityObject>
C
StagedEmailThreadAdminService.convertAndPublishStagedEmailThread(StagedEmailThreadKey stagedEmailThreadKey, MessageHolder messageHolder, EmailToContentConverter<C> emailToContentConverter)
          Converts an existing StagedEmailThread into a Confluence Page and publishes it.
 

Methods in com.atlassian.confluence.plugins.emailgateway.api with parameters of type ContentEntityObject
 void AttachmentConverterService.attachTo(ContentEntityObject ceo, java.util.List<SerializableAttachment> attachments)
          Attaches attachments to a contentEntityObject
 

Uses of ContentEntityObject in com.atlassian.confluence.plugins.emailgateway.attachmentconverter
 

Methods in com.atlassian.confluence.plugins.emailgateway.attachmentconverter with parameters of type ContentEntityObject
 void DefaultAttachmentConverterService.attachTo(ContentEntityObject ceo, java.util.List<SerializableAttachment> attachments)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.plugins.emailgateway.service
 

Methods in com.atlassian.confluence.plugins.emailgateway.service with type parameters of type ContentEntityObject
<C extends ContentEntityObject>
C
DefaultEmailThreadConverterService.convertAndPublishStagedEmailThread(StagedEmailThreadKey key, MessageHolder messageHolder, EmailToContentConverter<C> emailToContentConverter)
           
 

Methods in com.atlassian.confluence.plugins.emailgateway.service that return ContentEntityObject
 ContentEntityObject EmailThreadConvertedEvent.getContent()
           
 

Constructors in com.atlassian.confluence.plugins.emailgateway.service with parameters of type ContentEntityObject
EmailThreadConvertedEvent(StagedEmailThread emailThread, ContentEntityObject content)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.plugins.emailtopage
 

Method parameters in com.atlassian.confluence.plugins.emailtopage with type arguments of type ContentEntityObject
 void ConfirmationAction.setEmailToPageConverter(EmailToContentConverter<ContentEntityObject> emailToPageConverter)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.plugins.like
 

Methods in com.atlassian.confluence.plugins.like with parameters of type ContentEntityObject
 java.lang.String LikeSummaryCreator.createSummary(ContentEntityObject contentEntity, java.util.List<Like> likes, java.util.Set<java.lang.String> followees)
          Deprecated. since 4.3. Like summary creation has been moved to client side. See like-summary-factory.js.
 java.lang.String DefaultLikeSummaryCreator.createSummary(ContentEntityObject contentEntity, java.util.List<Like> likes, java.util.Set<java.lang.String> followees)
          Deprecated.  
 

Uses of ContentEntityObject in com.atlassian.confluence.plugins.like.notifications
 

Methods in com.atlassian.confluence.plugins.like.notifications that return ContentEntityObject
 ContentEntityObject LikeNotification.getContent()
           
 

Constructors in com.atlassian.confluence.plugins.like.notifications with parameters of type ContentEntityObject
LikeNotification(ConfluenceUser recipient, com.atlassian.user.User liker, com.atlassian.user.User author, ContentEntityObject contentEntity)
          Construct a like notification
 

Uses of ContentEntityObject in com.atlassian.confluence.plugins.popularcontent
 

Methods in com.atlassian.confluence.plugins.popularcontent that return ContentEntityObject
 ContentEntityObject ContentStat.getContent()
           
 

Constructors in com.atlassian.confluence.plugins.popularcontent with parameters of type ContentEntityObject
ContentStat(ContentEntityObject content, int count)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.plugins.rest.entities.builders
 

Classes in com.atlassian.confluence.plugins.rest.entities.builders with type parameters of type ContentEntityObject
 interface ContentEntityBuilder<T extends ContentEntityObject>
           
 class DefaultContentEntityBuilder<T extends ContentEntityObject>
           
 class WikiLinkableContentEntityBuilder<T extends ContentEntityObject & HasLinkWikiMarkup>
           
 

Methods in com.atlassian.confluence.plugins.rest.entities.builders with type parameters of type ContentEntityObject
<T extends ContentEntityObject>
ContentEntityBuilder<? super T>
EntityBuilderFactory.createContentEntityBuilder(java.lang.Class<? extends T> clazz)
          A builder for constructing a REST entity from a {{com.atlassian.confluence.core.ContentEntityObject}}
<T extends ContentEntityObject>
ContentEntityBuilder<? super T>
DefaultEntityBuilderFactory.createContentEntityBuilder(java.lang.Class<? extends T> clazz)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.plugins.rest.manager
 

Methods in com.atlassian.confluence.plugins.rest.manager that return ContentEntityObject
 ContentEntityObject ContentEntityMapping.getConfluenceObject()
           
 

Methods in com.atlassian.confluence.plugins.rest.manager with parameters of type ContentEntityObject
 ContentEntity RestContentManager.convertToContentEntity(ContentEntityObject object)
          Convert a Confluence model object into its REST representation.
 ContentEntity DefaultRestContentManager.convertToContentEntity(ContentEntityObject object)
           
 AttachmentEntityList RestAttachmentManager.createAttachmentEntityListForContent(ContentEntityObject object)
          Create a AttachmentEntityList object for the given ContentEntityObject
 AttachmentEntityList DefaultRestAttachmentManager.createAttachmentEntityListForContent(ContentEntityObject object)
           
 

Constructors in com.atlassian.confluence.plugins.rest.manager with parameters of type ContentEntityObject
ChildrenListWrapperCallback(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 ContentEntityObject
GetContentTypeI18nKeyFunction(ContentUiSupport<ContentEntityObject> contentUiSupport)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.renderer
 

Methods in com.atlassian.confluence.renderer that return ContentEntityObject
 ContentEntityObject PageContext.getEntity()
           
static ContentEntityObject ContentIncludeStack.peek()
           
static ContentEntityObject ContentIncludeStack.pop()
           
 

Methods in com.atlassian.confluence.renderer with parameters of type ContentEntityObject
static boolean ContentIncludeStack.contains(ContentEntityObject c)
           
static PageContext PageContext.contextWithTimeout(ContentEntityObject entity, com.atlassian.util.concurrent.Timeout timeout)
          Construct a new PageContext for the rendering of some entity within a given time.
static void ContentIncludeStack.push(ContentEntityObject c)
           
 

Constructors in com.atlassian.confluence.renderer with parameters of type ContentEntityObject
PageContext(ContentEntityObject entity)
           
PageContext(ContentEntityObject entity, PageContext previousContext)
          Deprecated. the ability to have an original context is likely to be removed in a future version
 

Uses of ContentEntityObject in com.atlassian.confluence.renderer.radeox.macros
 

Methods in com.atlassian.confluence.renderer.radeox.macros that return ContentEntityObject
static ContentEntityObject MacroUtils.getContentEntityObject(org.radeox.macro.parameter.MacroParameter macroParameter)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.rpc.soap.beans
 

Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type ContentEntityObject
RemoteContentSummary(ContentEntityObject obj)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services that return ContentEntityObject
 ContentEntityObject SoapServiceHelperImpl.retrieveContent(long contentId)
           
 ContentEntityObject SoapServiceHelper.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.
 

Uses of ContentEntityObject in com.atlassian.confluence.rss
 

Classes in com.atlassian.confluence.rss with type parameters of type ContentEntityObject
 class AbstractContentEntityRenderSupport<T extends ContentEntityObject>
           
 

Uses of ContentEntityObject in com.atlassian.confluence.search.actions
 

Methods in com.atlassian.confluence.search.actions with parameters of type ContentEntityObject
 java.util.List SearchSiteAction.getContentLabels(ContentEntityObject content, int amount)
           
 

Constructors in com.atlassian.confluence.search.actions with parameters of type ContentEntityObject
SearchResultWithExcerpt(ContentEntityObject ceo)
          Deprecated.  
 

Uses of ContentEntityObject in com.atlassian.confluence.security
 

Methods in com.atlassian.confluence.security that return ContentEntityObject
 ContentEntityObject ContentPermissionSet.getOwningContent()
           
 

Methods in com.atlassian.confluence.security with parameters of type ContentEntityObject
 void ContentPermissionSet.setOwningContent(ContentEntityObject owningContent)
          Hibernate setter.
 

Constructors in com.atlassian.confluence.security with parameters of type ContentEntityObject
ContentPermissionSet(java.lang.String type, ContentEntityObject owningContent)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.security.persistence.dao
 

Methods in com.atlassian.confluence.security.persistence.dao with parameters of type ContentEntityObject
 java.util.List ContentPermissionSetDao.getInheritedContentPermissionSets(ContentEntityObject ceo, java.lang.String type)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.security.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.security.persistence.dao.hibernate with parameters of type ContentEntityObject
 java.util.List HibernateContentPermissionSetDao.getInheritedContentPermissionSets(ContentEntityObject ceo, java.lang.String type)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.servlet.download
 

Methods in com.atlassian.confluence.servlet.download that return ContentEntityObject
 ContentEntityObject AttachmentUrlParser.getEntity(java.lang.String urlPath, java.lang.String prefix)
          Gets 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.settings
 class GlobalDescription
          Content Entity Object that is associated with the whole confluence rather then a specific space/page/user.
 

Methods in com.atlassian.confluence.setup.settings that return ContentEntityObject
 ContentEntityObject GlobalDescription.getContentEntityObject()
           
 

Uses of ContentEntityObject in com.atlassian.confluence.spaces
 

Subclasses of ContentEntityObject in com.atlassian.confluence.spaces
 class SpaceDescription
           
 

Methods in com.atlassian.confluence.spaces that return ContentEntityObject
 ContentEntityObject SpaceDescription.getContentEntityObject()
           
 

Methods in com.atlassian.confluence.spaces with parameters of type ContentEntityObject
protected  void DefaultSpaceDescriptionManager.publishCreateEvent(ContentEntityObject obj)
          Sends no event.
protected  void DefaultSpaceDescriptionManager.publishCreateEvent(ContentEntityObject obj, SaveContext saveContext)
          Sends no event.
protected  void DefaultSpaceDescriptionManager.publishRemoveEvent(ContentEntityObject obj)
          Sends no event.
protected  void DefaultSpaceDescriptionManager.publishUpdateEvent(ContentEntityObject obj, ContentEntityObject origObj, SaveContext saveContext)
          Sends no event.
 

Uses of ContentEntityObject in com.atlassian.confluence.spaces.actions
 

Methods in com.atlassian.confluence.spaces.actions that return ContentEntityObject
protected abstract  ContentEntityObject AbstractLogoAction.getContentToAttachLogoTo()
           
 

Uses of ContentEntityObject in com.atlassian.confluence.ui.rest.builder
 

Methods in com.atlassian.confluence.ui.rest.builder with parameters of type ContentEntityObject
 Content ContentBuilder.buildFrom(ContentEntityObject entity, Expansions expansions)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.upgrade.upgradetask
 

Methods in com.atlassian.confluence.upgrade.upgradetask with parameters of type ContentEntityObject
 boolean ConvertToRelativeLinksTask.apply(ContentEntityObject entity, int index, int batchSize)
           
 boolean ChangeSpaceDescriptionsBodyTypeTask.apply(ContentEntityObject entity, int index, int batchSize)
           
 

Constructor parameters in com.atlassian.confluence.upgrade.upgradetask with type arguments of type ContentEntityObject
ChangeSpaceDescriptionsBodyTypeUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentDao contentDao, BatchTask<ContentEntityObject> batchTask, int applicationConfigBuildNumber)
           
ConvertToRelativeLinksUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentDao contentDao, BatchTask<ContentEntityObject> batchTask, int applicationConfigBuildNumber)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.user
 

Subclasses of ContentEntityObject in com.atlassian.confluence.user
 class PersonalInformation
           
 

Methods in com.atlassian.confluence.user that return ContentEntityObject
 ContentEntityObject PersonalInformation.getContentEntityObject()
           
 

Methods in com.atlassian.confluence.user with parameters of type ContentEntityObject
protected  void DefaultPersonalInformationManager.publishCreateEvent(ContentEntityObject obj)
           
protected  void DefaultPersonalInformationManager.publishCreateEvent(ContentEntityObject obj, SaveContext saveContext)
           
protected  void DefaultPersonalInformationManager.publishRemoveEvent(ContentEntityObject obj)
           
protected  void DefaultPersonalInformationManager.publishUpdateEvent(ContentEntityObject obj, ContentEntityObject origObj, SaveContext saveContext)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.user.actions
 

Methods in com.atlassian.confluence.user.actions that return types with arguments of type ContentEntityObject
 java.util.List<ContentEntityObject> ViewUserHistoryAction.getHistory()
           
 

Uses of ContentEntityObject in com.atlassian.confluence.user.history
 

Methods in com.atlassian.confluence.user.history that return types with arguments of type ContentEntityObject
 java.util.List<ContentEntityObject> UserHistoryHelper.getHistoryContent(ContentTypeEnum... requestedTypes)
           
 java.util.List<ContentEntityObject> UserHistoryHelper.getHistoryContent(int maxResults, ContentTypeEnum... requestedTypes)
          Returns user history ContentEntityObjects, filtered to only include the requested types.
 

Methods in com.atlassian.confluence.user.history with parameters of type ContentEntityObject
 void UserHistory.addContentEntity(ContentEntityObject content)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.user.notifications
 

Methods in com.atlassian.confluence.user.notifications that return ContentEntityObject
protected  ContentEntityObject UserSignUpNotificationsListener.getContentEntityObject(java.util.Map contextMap)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.userstatus
 

Subclasses of ContentEntityObject in com.atlassian.confluence.userstatus
 class UserStatus
          Stores a short message representing a status from a User.
 

Methods in com.atlassian.confluence.userstatus that return ContentEntityObject
 ContentEntityObject UserStatus.getContentEntityObject()
           
 

Methods in com.atlassian.confluence.userstatus with parameters of type ContentEntityObject
protected  void DefaultUserStatusManager.publishCreateEvent(ContentEntityObject obj)
           
protected  void DefaultUserStatusManager.publishCreateEvent(ContentEntityObject obj, SaveContext saveContext)
           
protected  void DefaultUserStatusManager.publishRemoveEvent(ContentEntityObject obj)
           
protected  void DefaultUserStatusManager.publishUpdateEvent(ContentEntityObject obj, ContentEntityObject origObj, SaveContext saveContext)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.util
 

Fields in com.atlassian.confluence.util declared as ContentEntityObject
protected  ContentEntityObject AbstractLinkRenamingBean.referringContent
           
 

Methods in com.atlassian.confluence.util with parameters of type ContentEntityObject
static java.lang.String ConfluenceRenderUtils.getAttachmentRemotePath(ContentEntityObject content)
          Returns the remote path to the attachments of the given ContentEntityObject.
static java.lang.String ConfluenceRenderUtils.getAttachmentsPathForContent(ContentEntityObject content)
          Returns the download path for all the attachments on a given content object, excluding the context path and base URL.
static java.lang.String ConfluenceTrackbackUtils.getContentIdentifier(ContentEntityObject entity)
           
 java.lang.String ExcerptHelper.getExcerpt(ContentEntityObject contentEntityObject)
          Returns the body of an excerpt macro (including any xhtml tags).
 java.lang.String ContentMacrosHelper.getExcerpt(ContentEntityObject content, PageContext pageContext)
           
 java.lang.String ExcerptHelper.getExcerptSummary(ContentEntityObject contentEntityObject)
          Returns the first line of an excerpt macro as plain text (all xhtml tags will be stripped)
 MacroDefinition ExcerptHelper.getMacroDefinition(ContentEntityObject contentEntityObject, java.lang.String macroName)
          Gets the first MacroDefinition in the supplied (@code contentEntityObject}.
static java.lang.String ConfluenceTrackbackUtils.getPingUrl(ContentEntityObject entity)
           
static java.util.List LabelUtil.getRecentAndPopularLabelsForEntity(ContentEntityObject entity, LabelManager labelManager, int maxResults, java.lang.String user)
           
static com.atlassian.trackback.Trackback ConfluenceTrackbackUtils.makeTrackback(ContentEntityObject entity)
           
 

Constructors in com.atlassian.confluence.util with parameters of type ContentEntityObject
AbstractLinkRenamingBean(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, java.lang.String newSpaceKey, java.lang.String newTitle)
           
AbstractPageLinkRenamingBean(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, java.lang.String newSpaceKey, java.lang.String newTitle)
           
AttachmentLinkRenamingBean(ContentEntityObject referringContent, ContentEntityObject oldLocation, java.lang.String newSpaceKey, java.lang.String newPageTitle)
          Create a bean to update attachment links throughout a given ContentEntityObject's content, changing the page to which the links refer.
AttachmentLinkRenamingBean(ContentEntityObject referringContent, java.lang.String oldFileName, java.lang.String newFileName)
          Create a bean to rename the attachment filename throughout a given ContentEntityObject's content.
AttachmentLinkRenamingBean(ContentEntityObject referringContent, java.lang.String oldFileName, java.lang.String newFileName, ContentEntityObject oldLocation, ContentEntityObject newLocation)
          Create a bean to update links on a given page to reflect a change to an attachment.
BlogPostLinkRenamingBean(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, java.lang.String newSpaceKey, java.lang.String newTitle)
           
CamelCaseLinkRenamingBean(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, java.lang.String newSpaceKey, java.lang.String newTitle)
           
IncludePageMacroLinkRenamingBean(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, java.lang.String newSpaceKey, java.lang.String newTitle)
           
PageLinkRenamingBean(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, java.lang.String newSpaceKey, java.lang.String newTitle)
           
SelfPageLinkRenamingBean(ContentEntityObject contentBeingMoved, java.lang.String newSpaceKey)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.web.service
 

Methods in com.atlassian.confluence.web.service with parameters of type ContentEntityObject
 WebInterfaceContext WebContextFactoryImpl.createWebInterfaceContext(ContentEntityObject content)
           
 WebInterfaceContext WebContextFactory.createWebInterfaceContext(ContentEntityObject content)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.xhtml.api
 

Methods in com.atlassian.confluence.xhtml.api with type parameters of type ContentEntityObject
<T extends ContentEntityObject>
T
XhtmlContent.convertWikiBodyToStorage(T ceo)
           Convert the body of the supplied ContentEntityObject to Confluence Storage Format XHTML (if necessary).
 

Uses of ContentEntityObject in com.atlassian.studio.confluence.history
 

Methods in com.atlassian.studio.confluence.history with parameters of type ContentEntityObject
 void ConfluenceBrowseHistory.addContentEntity(ContentEntityObject content)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.