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

Packages that use ContentEntityObject
com.atlassian.confluence.admin.actions   
com.atlassian.confluence.content.service.page   
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.security   
com.atlassian.confluence.event.events.userstatus   
com.atlassian.confluence.importexport.impl   
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.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.mail   
com.atlassian.confluence.mail.notification.listeners   
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.hibernate   
com.atlassian.confluence.pages.wysiwyg   
com.atlassian.confluence.plugins.rest.entities.builders   
com.atlassian.confluence.plugins.rest.manager   
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.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.upgrade.security   
com.atlassian.confluence.user   
com.atlassian.confluence.user.actions   
com.atlassian.confluence.user.history   
com.atlassian.confluence.userstatus   
com.atlassian.confluence.util   
 

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

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

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.core
 

Subclasses of ContentEntityObject in com.atlassian.confluence.core
 class PageContentEntityObject
           
 class SpaceContentEntityObject
          A ContentEntityObject that is a first-class member of a Space (i.e.
 

Methods in com.atlassian.confluence.core that return ContentEntityObject
 ContentEntityObject DefaultContentEntityManager.getById(long id)
           
 ContentEntityObject ContentEntityManager.getById(long id)
           
 ContentEntityObject BodyContent.getContent()
           
 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.
 java.util.List DefaultContentPermissionManager.getContentPermissionSets(ContentEntityObject ceo, java.lang.String type)
           
 java.util.List ContentPermissionManager.getContentPermissionSets(ContentEntityObject ceo, java.lang.String type)
          Get the ContentPermissionSets that affect this ceo, both inherited and directly.
 java.util.List DefaultContentPermissionManager.getInheritedContentPermissions(ContentEntityObject contentEntityObject)
           
 java.util.List ContentPermissionManager.getInheritedContentPermissions(ContentEntityObject contentEntityObject)
          Deprecated. use #getInheritedContentPermissionSets
 java.util.List<ContentPermissionSet> InheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
           
 java.util.List DefaultInheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
           
 java.util.List DefaultContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
           
 java.util.List ContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
           
 java.util.List<ContentPermissionSet> CachingInheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
           
 java.util.List 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 ContentPermissionManager.getInheritedContentUserPermissions(ContentEntityObject contentEntityObject)
           
 ContentEntityObject DefaultContentEntityManager.getNextVersion(ContentEntityObject ceo)
           
 ContentEntityObject ContentEntityManager.getNextVersion(ContentEntityObject ceo)
           
 java.lang.String ConfluenceActionSupport.getNiceContentType(ContentEntityObject entityObject)
           
 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 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.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)
          Deprecated. since 3.1 method is not used
 void DefaultContentEntityManager.removeContentEntity(ContentEntityObject obj)
           
 void ContentEntityManager.removeContentEntity(ContentEntityObject obj)
          Removes given content entity object and all associated domain objects i.e.
 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 obj, int version)
           
 void ContentEntityManager.revertContentEntityBackToVersion(ContentEntityObject obj, int version)
          Deprecated. since 2.9, use ContentEntityManager.revertContentEntityBackToVersion(ContentEntityObject,int, String, boolean) instead
 void DefaultContentEntityManager.revertContentEntityBackToVersion(ContentEntityObject obj, 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 requiredPermissions, ContentEntityObject content, java.lang.String type)
           
 void ContentPermissionManager.setContentPermissions(java.util.Collection 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 DefaultContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject referringContent, SpaceContentEntityObject contentBeingRefactored, java.lang.String newSpaceKey, java.lang.String newTitle)
           
 void ContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject referringContent, SpaceContentEntityObject contentBeingRefactored, java.lang.String newSpaceKey, java.lang.String newTitle)
          Renames all links contained in the 'referringContent' that currently links to 'contentBeingRefactored'.
 void DefaultContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject referringContent, SpaceContentEntityObject contentBeingRefactored, java.lang.String newSpaceKey, java.lang.String newTitle, SaveContext saveContext)
           
 void ContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject referringContent, SpaceContentEntityObject contentBeingRefactored, java.lang.String newSpaceKey, java.lang.String newTitle, SaveContext saveContext)
           
 void DefaultContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject referringContent, SpaceContentEntityObject contentBeingRefactored, java.lang.String newSpaceKey, java.lang.String newTitle, SaveContext saveContext, boolean saveNewVersion)
           
 

Constructors in com.atlassian.confluence.core with parameters of type ContentEntityObject
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.
 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
 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)
           
 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
 

Constructors in com.atlassian.confluence.diff with parameters of type ContentEntityObject
ConfluenceDiff(ContentEntityObject originalEntity, ContentEntityObject revisedEntity)
           
ConfluenceDiff(ContentEntityObject original, ContentEntityObject revised, boolean ignoreWhitespace)
           
 

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)
           
 

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

Methods in com.atlassian.confluence.event.events.content that return ContentEntityObject
abstract  ContentEntityObject ContentEvent.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.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
protected  void AbstractXmlExporter.addPropertiesForContent(java.util.List contentList, ContentEntityObject contentObject)
           
 java.lang.String WikiExporter.exportWikiToXHtml(ContentEntityObject content)
           
 java.lang.String WikiExporter.exportWikiToXslFo(ContentEntityObject content)
           
 

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
 ContentEntityObject Labelling.getContent()
          Getter for the content entity object associated with this labelling.
 

Methods in com.atlassian.confluence.labels that return types with arguments of type ContentEntityObject
 java.util.List<ContentEntityObject> LabelManager.getContentForAllLabels(java.util.Collection<Label> labels, int maxResults, int offset)
          Retrieve all ContentEntityObjects which are labelled with ALL provided labels.
 java.util.List<ContentEntityObject> DefaultLabelManager.getContentForAllLabels(java.util.Collection<Label> labels, int maxResults, int offset)
           
 java.util.List<ContentEntityObject> LabelManager.getContentForLabel(Label label, int maxResults)
          Get all content associated with a label Get all versions of content associated with a label and any space.
 java.util.List<ContentEntityObject> DefaultLabelManager.getContentForLabel(Label label, int maxResults)
           
 

Methods in com.atlassian.confluence.labels with parameters of type ContentEntityObject
 int LabelManager.addLabel(ContentEntityObject content, Label label)
          Add a label to the specified content.
 int DefaultLabelManager.addLabel(ContentEntityObject content, Label label)
           
 java.util.List LabelManager.getSuggestedLabels(ContentEntityObject content)
          Retrieve the DEFAULT_LABEL_COUNT suggested labels for the specified content.
 java.util.List DefaultLabelManager.getSuggestedLabels(ContentEntityObject content)
           
 java.util.List LabelManager.getSuggestedLabels(ContentEntityObject content, int maxResults)
          Retrieve the suggested labels for the specified content.
 java.util.List DefaultLabelManager.getSuggestedLabels(ContentEntityObject content, int count)
           
 java.util.List LabelManager.getSuggestedLabelsInSpace(ContentEntityObject content, java.lang.String spaceKey)
          Retrieve the DEFAULT_LABEL_COUNT suggested labels for the specified content bound to the specified space.
 java.util.List DefaultLabelManager.getSuggestedLabelsInSpace(ContentEntityObject content, java.lang.String spaceKey)
           
 java.util.List LabelManager.getSuggestedLabelsInSpace(ContentEntityObject content, java.lang.String spaceKey, int maxResults)
          Retrieve the suggested labels for the specified content bound to the specified space.
 java.util.List DefaultLabelManager.getSuggestedLabelsInSpace(ContentEntityObject content, java.lang.String spaceKey, int maxResults)
           
 void LabelManager.removeAllLabels(ContentEntityObject content)
          Remove all of the labels from the specified content.
 void DefaultLabelManager.removeAllLabels(ContentEntityObject content)
           
 int LabelManager.removeLabel(ContentEntityObject object, Label label)
          Remove a label from the specified content.
 int DefaultLabelManager.removeLabel(ContentEntityObject content, Label label)
           
 void LabelManager.removeLabels(ContentEntityObject object, java.util.List labels)
           
 void DefaultLabelManager.removeLabels(ContentEntityObject content, java.util.List labels)
           
 

Constructors in com.atlassian.confluence.labels with parameters of type ContentEntityObject
Labelling(Label label, ContentEntityObject content, java.lang.String user)
           
Labelling(Label label, ContentEntityObject content, java.lang.String user, java.lang.String spaceKey)
          Deprecated. since 2.10. The Labelling object is only associated with a space through the content. Use Labelling.Labelling(Label, ContentEntityObject, String) instead.
 

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

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

Methods in com.atlassian.confluence.labels.actions with parameters of type ContentEntityObject
 java.util.List<DisplayableLabel> ViewLabelAction.getOtherLabels(ContentEntityObject content)
          Returns the first nine global labels on the given content that are not this.label.
 

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
 java.util.List<ContentEntityObject> LabelDao.findContentForAllLabels(java.util.Collection<Label> labels, int maxResults, int offset)
          Retrieve all ContentEntityObjects which are labelled with ALL provided labels.
 java.util.List<ContentEntityObject> LabelDao.findContentForLabel(Label label, int maxResults)
           
 

Methods in com.atlassian.confluence.labels.persistence.dao with parameters of type ContentEntityObject
 java.util.List LabelDao.findBySingleDegreeSeparation(ContentEntityObject content, int maxResults)
          Find the labels that are a single degree of separation away from the specified content.
 java.util.List LabelDao.findBySingleDegreeSeparation(ContentEntityObject content, java.lang.String spaceKey, int maxResults)
           
 Labelling LabelDao.findLabellingByContentAndLabel(ContentEntityObject content, Label label)
           
 

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
 java.util.List<ContentEntityObject> HibernateLabelDao.findContentForAllLabels(java.util.Collection<Label> labels, int maxResults, int offset)
           
 

Methods in com.atlassian.confluence.labels.persistence.dao.hibernate with parameters of type ContentEntityObject
 java.util.List HibernateLabelDao.findBySingleDegreeSeparation(ContentEntityObject content, int maxResults)
           
 java.util.List HibernateLabelDao.findBySingleDegreeSeparation(ContentEntityObject content, java.lang.String spaceKey, int maxResults)
           
 Labelling HibernateLabelDao.findLabellingByContentAndLabel(ContentEntityObject content, Label label)
           
 

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)
           
 java.util.List DefaultLinkManager.extractLinksFromContent(ContentEntityObject content)
           
 java.lang.String LinkManager.getContentWithRenamedLinks(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingRenamed, java.lang.String newSpaceKey, java.lang.String newPageTitle)
          extracts the text from the referring page, renames links with newSpaceKey and newPageTitle and returns the content with updated links
 java.lang.String DefaultLinkManager.getContentWithRenamedLinks(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, java.lang.String newSpaceKey, java.lang.String newPageTitle)
          extracts the text from the referring page, renames links with newSpaceKey and newPageTitle and returns the content with updated links
 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)
          extracts the text from the page to be moved, renames links which target the old space and returns the content with the updated links
 java.lang.String DefaultLinkManager.getSelfContentWithRenamedLinks(ContentEntityObject referringContent, java.lang.String newSpaceKey)
           
 void LinkManager.renameOutgoingLinksToAttachments(ContentEntityObject refContent, java.lang.String existingFileName, java.lang.String newFileName)
          Renames all attachments links on the current page (srcContent) Used for simple renaming of attachments
 void DefaultLinkManager.renameOutgoingLinksToAttachments(ContentEntityObject referringContent, java.lang.String existingFileName, java.lang.String newFileName)
           
 void LinkManager.renameOutgoingLinksToMovedAttachments(ContentEntityObject refContent, java.lang.String existingFileName, java.lang.String newFileName, ContentEntityObject srcContent, ContentEntityObject destContent)
          Renames all attachment links on the current page.
 void DefaultLinkManager.renameOutgoingLinksToMovedAttachments(ContentEntityObject referringContent, java.lang.String existingFileName, java.lang.String newFileName, ContentEntityObject srcContent, ContentEntityObject destContent)
           
 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
OutgoingLinkHelper(ContentEntityObject content, com.atlassian.renderer.links.LinkResolver linkResolver)
           
 

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.mail
 

Subclasses of ContentEntityObject in com.atlassian.confluence.mail
 class Mail
           
 

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

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.notification.listeners
 

Methods in com.atlassian.confluence.mail.notification.listeners that return ContentEntityObject
protected  ContentEntityObject UserStatusNotificationsListener.getContentEntityObject(java.util.Map contextMap)
           
protected  ContentEntityObject SpaceNotificationsListener.getContentEntityObject(java.util.Map contextMap)
          SpaceNotificationsListener doesn't need a ContentEntityObject as it provides its own RenderContext.
protected  ContentEntityObject PageNotificationsListener.getContentEntityObject(java.util.Map contextMap)
           
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.reports
 

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
 

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 Attachment.getContent()
          The object to which the attachment is attached.
 ContentEntityObject Comment.getOwner()
           
 

Methods in com.atlassian.confluence.pages that return types with arguments of type ContentEntityObject
 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)
           
 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 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 AttachmentManager.getAttachment(ContentEntityObject content, java.lang.String attachmentFileName, int version)
          Retrieve a named attachment from a page
 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)
           
 java.util.List<Attachment> AttachmentManager.getAttachments(ContentEntityObject content)
          Returns a list of all attachments, old and new.
 java.util.List<Attachment> DelegatorAttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content)
           
 java.util.List<Attachment> DefaultAttachmentManager.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, java.lang.String newFileName, ContentEntityObject newName)
           
 void DefaultAttachmentManager.moveAttachment(Attachment latestVersion, java.lang.String newFileName, 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.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.storeFile(com.atlassian.xwork.FileUploadUtils.UploadedFile uploadedFile, java.lang.String comment, ContentEntityObject ceo)
          Deprecated. since 3.1 use FileUploadManager.storeResource(AttachmentResource, String, ContentEntityObject) instead. Note that UploadedResource provides a simple way to convert one to the other.
 void DefaultFileUploadManager.storeFile(com.atlassian.xwork.FileUploadUtils.UploadedFile uploadedFile, java.lang.String comment, ContentEntityObject ceo)
           
 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.storeResource(AttachmentResource attachmentResource, java.lang.String comment, ContentEntityObject content)
          Deprecated. since 3.1 use FileUploadManager.storeResource(AttachmentResource, ContentEntityObject) instead because the optional comment is now part of the AttachmentResource interface.
 void DefaultFileUploadManager.storeResource(AttachmentResource resource, java.lang.String comment, ContentEntityObject ceo)
           
 

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.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
 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)
           
 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 with parameters of type ContentEntityObject
 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)
           
protected  java.io.File FileSystemAttachmentDataDao.getDirectoryForAttachment(ContentEntityObject content, Attachment attachment)
          Retrieves the location of the containing folder for an Attachment
protected  java.io.File FileSystemAttachmentDataDao.getDirectoryForContent(ContentEntityObject content)
           
 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
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)
           
 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)
           
 void AttachmentDataDao.removeDataForAttachment(Attachment attachment, ContentEntityObject originalContent)
          Removes all attachment data for an attachment
 

Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type ContentEntityObject
 void AttachmentDao.AttachmentMigrator.setParentContentToExclude(java.util.List<? extends ContentEntityObject> contentList)
          Set which parent content should be excluded from the migration.
 void AttachmentDao.AttachmentCopier.setParentContentToExclude(java.util.List<? extends ContentEntityObject> contentList)
          Set which parent content should be excluded from the copy.
 

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)
           
 java.util.List<ContentEntityObject> CachingPageDao.getLastEditedVersionsOf(ContentEntityObject content)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type ContentEntityObject
 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)
           
 void HibernateAttachmentDataDao.moveAttachment(Attachment attachment, Attachment oldAttachment, ContentEntityObject newContent)
           
 void AbstractHibernateAttachmentDao.moveAttachment(Attachment latestVersion, Attachment oldAttachment, ContentEntityObject newContent)
           
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)
           
 

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 ConfluenceWysiwygConverterDWRWrapper.convertWikiMarkupToXHtml(ContentEntityObject content, java.lang.String wikiMarkup)
          Deprecated. Converts wiki markup text into XHTML, using the page context of the content object.
 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 ConfluenceWysiwygConverterDWRWrapper.convertWikiMarkupToXHtmlWithSpaceKey(ContentEntityObject content, java.lang.String spaceKey, java.lang.String wikiMarkup)
          Deprecated. 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 ConfluenceWysiwygConverterDWRWrapper.convertXHtmlToWikiMarkup(ContentEntityObject content, java.lang.String xhtml)
          Deprecated. Converts XHTML into wiki markup, using the page context of the content object
 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.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.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 void ContentIncludeStack.push(ContentEntityObject c)
           
 

Constructors in com.atlassian.confluence.renderer with parameters of type ContentEntityObject
PageContext(ContentEntityObject entity)
           
PageContext(ContentEntityObject entity, PageContext previousContext)
           
 

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 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.
 ContentEntityObject SoapServiceHelperImpl.retrieveContent(long contentId)
           
 

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)
           
 

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.
 

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 types with arguments of type ContentEntityObject
 java.util.List<ContentEntityObject> DefaultSpaceManager.getSpaceContent(Space space, boolean currentOnly)
           
 

Methods in com.atlassian.confluence.spaces with parameters of type ContentEntityObject
protected  void DefaultSpaceDescriptionManager.publishCreateEvent(ContentEntityObject obj)
          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.upgrade.security
 

Methods in com.atlassian.confluence.upgrade.security that return ContentEntityObject
 ContentEntityObject LegacyContentPermission.getContent()
           
 

Methods in com.atlassian.confluence.upgrade.security with parameters of type ContentEntityObject
 void LegacyContentPermission.setContent(ContentEntityObject content)
           
 

Uses of ContentEntityObject in com.atlassian.confluence.user
 

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

Methods in com.atlassian.confluence.user with parameters of type ContentEntityObject
protected  void DefaultPersonalInformationManager.publishCreateEvent(ContentEntityObject obj)
           
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 ContentEntityObject
 ContentEntityObject PagePickerInDraftAction.getContentEntityObject()
           
 ContentEntityObject PagePickerAction.getContentEntityObject()
           
 

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.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 with parameters of type ContentEntityObject
protected  void DefaultUserStatusManager.publishCreateEvent(ContentEntityObject obj)
           
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 DiffResult DiffUtils.generateDiff(ContentEntityObject originalPage, ContentEntityObject revisedPage)
          Calculates the difference between two pages and returns the result as HTML.
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 ContentMacrosHelper.getExcerpt(ContentEntityObject content, PageContext pageContext)
           
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 java.lang.Object[] DiffUtils.loadPage(ContentEntityObject page)
           
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)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.