|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 |
Content.getEntity()
Gets the ContentEntityObject that backs this piece of content. |
Methods in com.atlassian.confluence.content with parameters of type ContentEntityObject | |
---|---|
protected void |
DefaultCustomContentManager.publishCreateEvent(ContentEntityObject obj)
|
protected void |
DefaultCustomContentManager.publishRemoveEvent(ContentEntityObject obj)
|
protected void |
DefaultCustomContentManager.publishUpdateEvent(ContentEntityObject obj,
ContentEntityObject origObj,
SaveContext saveContext)
|
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 | ||
---|---|---|
|
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)
Clean the supplied body content markup and make it safe from security concerns. |
XhtmlCleaner.Result |
PolicyConfiguredXhtmlCleaner.clean(ContentEntityObject uncleanCeo)
|
String |
XhtmlCleaner.cleanQuietly(ContentEntityObject uncleanCeo)
Clean the specified body content markup and make it safe from security concerns with out reporting any clean up performed |
String |
PolicyConfiguredXhtmlCleaner.cleanQuietly(ContentEntityObject uncleanCeo)
|
String |
Renderer.render(ContentEntityObject content)
|
String |
DeviceTypeAwareRenderer.render(ContentEntityObject content)
|
String |
DefaultRenderer.render(ContentEntityObject content)
|
String |
Renderer.render(ContentEntityObject content,
ConversionContext conversionContext)
|
String |
LinkRenderer.render(ContentEntityObject content,
ConversionContext conversionContext)
Renders link to specified content using the display name of the content as the link body. |
String |
DeviceTypeAwareRenderer.render(ContentEntityObject content,
ConversionContext conversionContext)
|
String |
DefaultRenderer.render(ContentEntityObject contentEntityObject,
ConversionContext conversionContext)
|
String |
DefaultLinkRenderer.render(ContentEntityObject content,
ConversionContext conversionContext)
|
String |
LinkRenderer.render(ContentEntityObject content,
String linkAlias,
ConversionContext conversionContext)
Renders link to specified content with specified alias. |
String |
DefaultLinkRenderer.render(ContentEntityObject content,
String linkAlias,
ConversionContext conversionContext)
|
Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type ContentEntityObject | |
---|---|
XhtmlFragmentTimeoutEvent(Object src,
ContentEntityObject entity,
long allowedTimeInSeconds,
long exceededTimeInMilliseconds)
|
|
XhtmlMacroTimeoutEvent(Object src,
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 | |
---|---|
String |
BodyTypeAwareRenderer.render(ContentEntityObject content)
|
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 | |
---|---|
Set<OutgoingLink> |
XhtmlOutgoingLinksExtractor.extract(ContentEntityObject content)
|
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 | |
---|---|
List<ContentEntityObject> |
XhtmlSpaceDescriptionsWorkSource.getBatch()
Returns a batch of work. |
List<ContentEntityObject> |
XhtmlContentWorkSource.getBatch()
Returns a batch of work. |
List<ContentEntityObject> |
LatestVersionXhtmlContentWorkSource.getBatch()
Returns a batch of work. |
List<ContentEntityObject> |
ContentEntityObjectMigrationWorkSource.getBatch()
Returns a batch of work. |
List<ContentEntityObject> |
DefaultContentDao.getLatestOrderedWikiContentFromContentId(long startContentId,
int maxRows)
|
List<ContentEntityObject> |
ContentDao.getLatestOrderedWikiContentFromContentId(long startContentId,
int maxRows)
|
List<ContentEntityObject> |
DefaultContentDao.getLatestOrderedXhtmlContentFromContentId(long startContentId,
int maxRows)
|
List<ContentEntityObject> |
ContentDao.getLatestOrderedXhtmlContentFromContentId(long startContentId,
int maxRows)
This is for internal use only, Do not rely on it as a public API. |
List<ContentEntityObject> |
DefaultContentDao.getMailEntities(int startRow,
int maxRows)
|
List<ContentEntityObject> |
ContentDao.getMailEntities(int startRow,
int maxRows)
|
List<ContentEntityObject> |
DefaultContentDao.getOrderedXhtmlContentFromContentId(long startContentId,
int maxRows)
|
List<ContentEntityObject> |
ContentDao.getOrderedXhtmlContentFromContentId(long startContentId,
int maxRows)
This is for internal use only, Do not rely on it as a public API. |
List<ContentEntityObject> |
DefaultContentDao.getXhtmlSpaceDescriptionsFromContentId(long startContentId,
int maxRows)
|
List<ContentEntityObject> |
ContentDao.getXhtmlSpaceDescriptionsFromContentId(long startContentId,
int maxRows)
This is for internal use only, Do not rely on it as a public API. |
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,
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 | |
---|---|
void |
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(ExceptionReport report,
ContentDao contentDao,
BatchableWorkSource<ContentEntityObject> workSource,
ContentEntityMigrationBatchTask batchTask,
com.atlassian.cache.CacheManager cacheManager,
ContentEntityMigrationTaskWrapper.LoggingCallback loggingCallback)
Constructor exposed for unit tests. |
|
ContentEntityMigrationTaskWrapper(ExceptionTolerantMigrator migrator,
ExceptionReport report,
ContentDao contentDao,
BatchableWorkSource<ContentEntityObject> workSource,
com.atlassian.cache.CacheManager cacheManager,
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 |
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)
|
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 | |
---|---|
String |
Excerpter.createExcerpt(ContentEntityObject contentEntityObject,
String outputType)
Creates an excerpt of the contentEntityObject without any tags excluded including an implementation specific number of blocking |
String |
DefaultExcerpter.createExcerpt(ContentEntityObject contentEntity,
String outputType)
|
String |
Excerpter.createExcerpt(ContentEntityObject contentEntity,
String outputType,
ExcerptConfig config)
Creates an excerpt of the contentEntityObject excluding any html tags that are in the exclude set. |
String |
DefaultExcerpter.createExcerpt(ContentEntityObject contentEntity,
String outputType,
ExcerptConfig config)
|
String |
DefaultExcerpter.createExcerpt(ContentEntityObject contentEntity,
String outputType,
Set<String> excludeSet,
int maxBlocksForExcerpt)
|
List<DataSource> |
Excerpter.extractImageSrc(ContentEntityObject ceo,
int numImages)
|
List<DataSource> |
DefaultExcerpter.extractImageSrc(ContentEntityObject ceo,
int maxImages)
|
List<DataSource> |
Excerpter.extractImageSrc(ContentEntityObject ceo,
int numImages,
boolean useThumbnails)
|
List<DataSource> |
DefaultExcerpter.extractImageSrc(ContentEntityObject ceo,
int maxImages,
boolean alwaysUseThumbnails)
|
List<URI> |
Excerpter.extractImageThumbnailUris(ContentEntityObject contentEntity,
int maxUris)
Returns the URIs of thumbnails for each of the images attached to the specified content entity. |
List<URI> |
DefaultExcerpter.extractImageThumbnailUris(ContentEntityObject contentEntity,
int maxUris)
|
String |
DefaultExcerpter.renderContent(ContentEntityObject contentEntity,
String outputType)
Deprecated. |
Uses of ContentEntityObject in com.atlassian.confluence.content.render.xhtml.view.link |
---|
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,
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 | |
---|---|
String |
DefaultContentUiSupport.getContentTypeI18NKey(ContentEntityObject content)
|
String |
DefaultContentUiSupport.getIconCssClass(ContentEntityObject content)
|
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 |
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 | ||
---|---|---|
|
DefaultContentEntityManager.saveNewVersion(T current,
Modification<T> modification)
|
|
|
ContentEntityManager.saveNewVersion(T current,
Modification<T> modification)
Applies the state changes supplied by modification and persists those changes to a new version. |
|
|
DefaultContentEntityManager.saveNewVersion(T current,
Modification<T> modification,
SaveContext saveContext)
|
|
|
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(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. |
List<ContentPermissionSet> |
DefaultContentPermissionManager.getContentPermissionSets(ContentEntityObject ceo,
String type)
|
List<ContentPermissionSet> |
ContentPermissionManager.getContentPermissionSets(ContentEntityObject ceo,
String type)
Get the ContentPermissionSets that affect this ceo, both inherited and directly. |
List<ContentPermission> |
DefaultContentPermissionManager.getInheritedContentPermissions(ContentEntityObject contentEntityObject)
|
List<ContentPermission> |
ContentPermissionManager.getInheritedContentPermissions(ContentEntityObject contentEntityObject)
Deprecated. use #getInheritedContentPermissionSets |
List<ContentPermissionSet> |
InheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
|
List<ContentPermissionSet> |
DefaultInheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
|
List<ContentPermissionSet> |
DefaultContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
|
List<ContentPermissionSet> |
ContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
|
List<ContentPermissionSet> |
CachingInheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
|
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 ) |
List<ContentPermission> |
ContentPermissionManager.getInheritedContentUserPermissions(ContentEntityObject contentEntityObject)
|
ContentEntityObject |
DefaultContentEntityManager.getNextVersion(ContentEntityObject ceo)
|
ContentEntityObject |
ContentEntityManager.getNextVersion(ContentEntityObject ceo)
|
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)
|
String |
DefaultContentPropertyManager.getStringProperty(ContentEntityObject entity,
String key)
|
String |
ContentPropertyManager.getStringProperty(ContentEntityObject entity,
String key)
Get a string property associated with a content entity object, or null if that property is not set. |
String |
DefaultContentPropertyManager.getTextProperty(ContentEntityObject entity,
String key)
|
String |
ContentPropertyManager.getTextProperty(ContentEntityObject entity,
String key)
Get a text property associated with a content entity object, or null if that property is not set. |
List<VersionHistorySummary> |
DefaultContentEntityManager.getVersionHistorySummaries(ContentEntityObject ceo)
|
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,
String permissionType,
ContentEntityObject contentEntityObject)
|
boolean |
ContentPermissionManager.hasContentLevelPermission(com.atlassian.user.User user,
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 *CreateEvents s. |
protected void |
DefaultContentEntityManager.publishRemoveEvent(ContentEntityObject obj)
This method publishes *RemoveEvent s. |
protected void |
DefaultContentEntityManager.publishUpdateEvent(ContentEntityObject obj,
ContentEntityObject origObj,
SaveContext saveContext)
This method publishes *UpdateEvent s. |
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,
String key)
|
void |
ContentPropertyManager.removeProperty(ContentEntityObject entity,
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,
String revertComment,
boolean revertTitle)
|
void |
ContentEntityManager.revertContentEntityBackToVersion(ContentEntityObject obj,
int version,
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(Collection<ContentPermission> requiredPermissions,
ContentEntityObject content,
String type)
|
void |
ContentPermissionManager.setContentPermissions(Collection<ContentPermission> contentPermissions,
ContentEntityObject content,
String type)
Set the Content Permissions on the CEO to be the list of ContentPermission s passed. |
void |
DefaultContentPropertyManager.setStringProperty(ContentEntityObject entity,
String key,
String value)
|
void |
ContentPropertyManager.setStringProperty(ContentEntityObject entity,
String key,
String value)
Associate a string property with a content entity object, or null if that property is not set. |
void |
DefaultContentPropertyManager.setTextProperty(ContentEntityObject entity,
String key,
String value)
|
void |
ContentPropertyManager.setTextProperty(ContentEntityObject entity,
String key,
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,
String newSpaceKey,
String newTitle)
Deprecated. since 4.0. |
void |
ContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject referringContent,
SpaceContentEntityObject contentBeingRefactored,
String newSpaceKey,
String newTitle)
Deprecated. since 4.0 |
void |
DefaultContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject referringContent,
SpaceContentEntityObject contentBeingRefactored,
String newSpaceKey,
String newTitle,
SaveContext saveContext)
Deprecated. since 4.0. |
void |
ContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject referringContent,
SpaceContentEntityObject contentBeingRefactored,
String newSpaceKey,
String newTitle,
SaveContext saveContext)
Deprecated. since 4.0 |
void |
DefaultContentEntityManager.updateSingleContentLinkinTo(ContentEntityObject referringContent,
SpaceContentEntityObject contentBeingRefactored,
String newSpaceKey,
String newTitle,
SaveContext saveContext,
boolean saveNewVersion)
Deprecated. since 4.0. |
Constructors in com.atlassian.confluence.core with parameters of type ContentEntityObject | |
---|---|
BodyContent(ContentEntityObject content,
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 | |
---|---|
List<ContentEntityObject> |
ContentEntityObjectDao.findContentBySpaceIdAndStatus(long spaceId,
String status,
int offset,
int count)
Retrieve content for a given space with a particular status. |
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 | |
---|---|
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 | |
---|---|
List<ContentEntityObject> |
ContentEntityObjectHibernateDao.findContentBySpaceIdAndStatus(long spaceId,
String status,
int offset,
int count)
|
List<ContentEntityObject> |
ContentEntityObjectHibernateDao.getLastEditedVersionsOf(ContentEntityObject content)
|
Methods in com.atlassian.confluence.core.persistence.hibernate with parameters of type ContentEntityObject | |
---|---|
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 | |
---|---|
String |
WikiConvertingHtmlDiffer.diff(ContentEntityObject left,
ContentEntityObject right)
|
String |
Differ.diff(ContentEntityObject left,
ContentEntityObject right)
Computes a diff between the specified left and right input. |
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(Object src,
com.atlassian.user.User user,
ContentEntityObject content)
|
|
LikeCreatedEvent(Object src,
com.atlassian.user.User user,
ContentEntityObject content)
|
|
LikeRemovedEvent(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(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 | |
---|---|
String |
WikiExporter.exportWikiToXHtml(ContentEntityObject content)
Deprecated. |
String |
WikiExporter.exportWikiToXslFo(ContentEntityObject content)
Deprecated. |
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 with parameters of type ContentEntityObject | |
---|---|
int |
LabelManager.addLabel(ContentEntityObject content,
Label label)
Deprecated. 4.2 |
int |
DefaultLabelManager.addLabel(ContentEntityObject content,
Label label)
|
List |
LabelManager.getSuggestedLabels(ContentEntityObject content)
Deprecated. 4.2 |
List |
DefaultLabelManager.getSuggestedLabels(ContentEntityObject content)
Deprecated. |
List |
LabelManager.getSuggestedLabels(ContentEntityObject content,
int maxResults)
Deprecated. 4.2 |
List |
DefaultLabelManager.getSuggestedLabels(ContentEntityObject content,
int count)
Deprecated. |
List |
LabelManager.getSuggestedLabelsInSpace(ContentEntityObject content,
String spaceKey)
Deprecated. 4.2 |
List |
DefaultLabelManager.getSuggestedLabelsInSpace(ContentEntityObject content,
String spaceKey)
Deprecated. |
List |
LabelManager.getSuggestedLabelsInSpace(ContentEntityObject content,
String spaceKey,
int maxResults)
Deprecated. 4.2 |
List |
DefaultLabelManager.getSuggestedLabelsInSpace(ContentEntityObject content,
String spaceKey,
int maxResults)
Deprecated. |
void |
LabelManager.removeAllLabels(ContentEntityObject ceo)
Deprecated. 4.2 |
void |
DefaultLabelManager.removeAllLabels(ContentEntityObject ceo)
Deprecated. |
int |
LabelManager.removeLabel(ContentEntityObject object,
Label label)
Deprecated. 4.2 |
int |
DefaultLabelManager.removeLabel(ContentEntityObject ceo,
Label label)
Deprecated. |
void |
LabelManager.removeLabels(ContentEntityObject object,
List labels)
Deprecated. 4.2 |
void |
DefaultLabelManager.removeLabels(ContentEntityObject ceo,
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.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.getUser() 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)
|
List<Like> |
LikeManager.getLikes(ContentEntityObject contentEntity)
Gets all the likes for the specified content entity (likes are ordered such that recent likes come first) |
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) |
List<Like> |
HibernateLikeDao.getLikes(ContentEntityObject contentEntity)
|
List<Like> |
EventPublishingLikeDao.getLikes(ContentEntityObject contentEntity)
Deprecated. |
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.getUser() 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.getUser() 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 | |
---|---|
List<LikeEntity> |
LikeEntityDao.getLikeEntities(Collection<? extends ContentEntityObject> contentEntities)
|
List<LikeEntity> |
HibernateLikeEntityDao.getLikeEntities(Collection<? extends ContentEntityObject> contentEntities)
|
Map<Long,List<Like>> |
LikeManager.getLikes(Collection<? extends ContentEntityObject> contentEntities)
Gets all the likes for the specified content entities (likes are ordered such that recent likes come first). |
Map<Long,List<Like>> |
LikeDao.getLikes(Collection<? extends ContentEntityObject> contentEntities)
Deprecated. Gets all the likes for the specified content entities (likes are ordered such that recent likes come first). |
Map<Long,List<Like>> |
HibernateLikeDao.getLikes(Collection<? extends ContentEntityObject> contentEntities)
|
Map<Long,List<Like>> |
EventPublishingLikeDao.getLikes(Collection<? extends ContentEntityObject> contentEntities)
Deprecated. |
Map<Long,List<Like>> |
DefaultLikeManager.getLikes(Collection<? extends ContentEntityObject> contentEntities)
|
Constructors in com.atlassian.confluence.like with parameters of type ContentEntityObject | |
---|---|
LikeEntity(ContentEntityObject content,
String username,
Date creationDate)
|
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 | |
---|---|
Collection<ContentEntityObject> |
LinkManager.getReferringContent(ContentEntityObject content)
|
Constructors in com.atlassian.confluence.links with parameters of type ContentEntityObject | |
---|---|
OutgoingLink(ContentEntityObject sourceContent,
String destinationSpaceKey,
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 | |
---|---|
List |
LinkDao.getLinksTo(ContentEntityObject content)
|
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 | |
---|---|
List |
HibernateLinkDao.getLinksTo(ContentEntityObject theContent)
|
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
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 | ||
---|---|---|
|
DefaultMailContentManager.saveNewVersion(T current,
Modification<T> modification)
|
|
|
DefaultMailContentManager.saveNewVersion(T current,
Modification<T> modification,
SaveContext saveContext)
|
Methods in com.atlassian.confluence.mail that return ContentEntityObject | |
---|---|
ContentEntityObject |
DefaultMailContentManager.getById(long id)
|
ContentEntityObject |
DefaultMailContentManager.getNextVersion(ContentEntityObject ceo)
|
ContentEntityObject |
DefaultMailContentManager.getOtherVersion(ContentEntityObject ceo,
int version)
|
ContentEntityObject |
DefaultMailContentManager.getPreviousVersion(ContentEntityObject ceo)
|
Method parameters in com.atlassian.confluence.mail with type arguments of type ContentEntityObject | |
---|---|
ChangeDigestReport |
ChangeDigestNotificationBean.getAllChangeReportForUser(com.atlassian.user.User user,
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 |
---|
Methods in com.atlassian.confluence.mail.notification with parameters of type ContentEntityObject | |
---|---|
ConversionContext |
ConversionContextCreator.createConversionContext(ContentEntityObject ceo)
|
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(Map contextMap)
|
protected ContentEntityObject |
SpaceNotificationsListener.getContentEntityObject(Map contextMap)
SpaceNotificationsListener doesn't need a ContentEntityObject as it provides its own RenderContext. |
protected ContentEntityObject |
PageNotificationsListener.getContentEntityObject(Map contextMap)
|
protected ContentEntityObject |
FollowNotificationListener.getContentEntityObject(Map contextMap)
There is no CEO for a follow event. |
protected ContentEntityObject |
CommentNotificationsListener.getContentEntityObject(Map contextMap)
|
protected ContentEntityObject |
BlogPostNotificationsListener.getContentEntityObject(Map contextMap)
|
protected ContentEntityObject |
AttachmentNotificationsListener.getContentEntityObject(Map contextMap)
|
protected abstract ContentEntityObject |
AbstractNotificationsListener.getContentEntityObject(Map contextMap)
Returns the content entity used for the render context. |
Uses of ContentEntityObject in com.atlassian.confluence.mail.reports |
---|
Methods in com.atlassian.confluence.mail.reports that return ContentEntityObject | |
---|---|
ContentEntityObject |
CommentReport.getCommentOwner()
|
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 |
DefaultPageManager.getById(long id)
Override default implementation to explicitly return an AbstractPage. |
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 | |
---|---|
List<ContentEntityObject> |
TrashManager.getTrashContents(Space space,
int offset,
int count)
Retrieve a subset of the contents of the trash for a particular space. |
List<ContentEntityObject> |
DefaultTrashManager.getTrashContents(Space space,
int offset,
int count)
|
List<ContentEntityObject> |
TrashManager.getTrashContents(String spaceKey)
Deprecated. |
List<ContentEntityObject> |
DefaultTrashManager.getTrashContents(String spaceKey)
|
Methods in com.atlassian.confluence.pages with parameters of type ContentEntityObject | |
---|---|
Comment |
DefaultCommentManager.addCommentToObject(ContentEntityObject ceo,
Comment parent,
String content)
|
Comment |
CommentManager.addCommentToObject(ContentEntityObject ceo,
Comment parent,
String 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 |
Attachment |
DelegatorAttachmentManager.getAttachment(ContentEntityObject content,
String attachmentFileName)
|
Attachment |
DefaultAttachmentManager.getAttachment(ContentEntityObject content,
String attachmentFileName)
Get the most recent version of an attachment with a given name for a particular page. |
Attachment |
CachingAttachmentManager.getAttachment(ContentEntityObject content,
String attachmentFileName)
|
Attachment |
AttachmentManager.getAttachment(ContentEntityObject content,
String attachmentFileName)
Get the most recent version of an attachment with a given name for a particular page |
Attachment |
DelegatorAttachmentManager.getAttachment(ContentEntityObject content,
String attachmentFileName,
int version)
|
Attachment |
DefaultAttachmentManager.getAttachment(ContentEntityObject content,
String attachmentFileName,
int version)
Retrieve a named attachment from a page. |
Attachment |
CachingAttachmentManager.getAttachment(ContentEntityObject content,
String attachmentFileName,
int version)
|
Attachment |
AttachmentManager.getAttachment(ContentEntityObject content,
String attachmentFileName,
int version)
Retrieve a named attachment from a page |
String |
DelegatorAttachmentManager.getAttachmentDownloadPath(ContentEntityObject content,
String attachmentFileName)
|
String |
DefaultAttachmentManager.getAttachmentDownloadPath(ContentEntityObject content,
String attachmentFileName)
|
String |
CachingAttachmentManager.getAttachmentDownloadPath(ContentEntityObject content,
String attachmentFileName)
|
String |
AttachmentManager.getAttachmentDownloadPath(ContentEntityObject content,
String attachmentFileName)
Get the download path for the most recent version of an attachment with the given name for some content |
List<Attachment> |
WebDavAttachmentManager.getAttachments(ContentEntityObject content)
Deprecated. |
List<Attachment> |
DelegatorAttachmentManager.getAttachments(ContentEntityObject content)
|
List<Attachment> |
DefaultAttachmentManager.getAttachments(ContentEntityObject content)
|
List<Attachment> |
CachingAttachmentManager.getAttachments(ContentEntityObject content)
|
List<Attachment> |
AttachmentManager.getAttachments(ContentEntityObject content)
Returns a list of all attachments, old and new. |
List<Attachment> |
DelegatorAttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content)
|
List<Attachment> |
DefaultAttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content)
|
List<Attachment> |
CachingAttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content)
|
List<Attachment> |
AttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content)
Returns a list of only latest versions of attachments. |
void |
DelegatorAttachmentManager.moveAttachment(Attachment attachment,
String newFileName,
ContentEntityObject newName)
|
void |
DefaultAttachmentManager.moveAttachment(Attachment latestVersion,
String newFileName,
ContentEntityObject newContent)
|
void |
CachingAttachmentManager.moveAttachment(Attachment latestVersion,
String fileName,
ContentEntityObject newContent)
|
void |
AttachmentManager.moveAttachment(Attachment latestVersion,
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,
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,
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,
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,
String comment,
ContentEntityObject ceo)
|
void |
FileUploadManager.storeResources(Collection<AttachmentResource> attachmentResources,
ContentEntityObject content)
Stores the attachmentResource as an Attachment on the specified content object. |
void |
DefaultFileUploadManager.storeResources(Collection<AttachmentResource> attachmentResources,
ContentEntityObject content)
|
AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey |
AttachmentDownloadPathCache.toKey(ContentEntityObject content,
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 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 | |
---|---|
List<ContentEntityObject> |
ListUndefinedPagesAction.UndefinedPage.getReferencedFrom()
|
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 | |
---|---|
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,
String fileName,
int version)
|
Attachment |
CachingAttachmentDao.getLatestAttachment(ContentEntityObject content,
String fileName)
|
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 | |
---|---|
int |
WebDavAttachmentDao.countLatestVersionsOfAttachments(ContentEntityObject ceo)
Deprecated. |
int |
AttachmentDao.countLatestVersionsOfAttachments(ContentEntityObject content)
|
Attachment |
WebDavAttachmentDao.getAttachment(ContentEntityObject content,
String fileName,
int version)
Deprecated. |
Attachment |
AttachmentDao.getAttachment(ContentEntityObject content,
String fileName,
int version)
Return the attachment on the specified content with the given filename and version. |
protected File |
HierarchicalFileSystemAttachmentDataDao.getDirectoryForAttachment(ContentEntityObject content,
Attachment attachment)
|
protected File |
FileSystemAttachmentDataDao.getDirectoryForAttachment(ContentEntityObject content,
Attachment attachment)
Retrieves the location of the containing folder for an Attachment |
protected File |
FileSystemAttachmentDataDao.getDirectoryForContent(ContentEntityObject content)
|
Attachment |
WebDavAttachmentDao.getLatestAttachment(ContentEntityObject content,
String fileName)
Deprecated. |
Attachment |
AttachmentDao.getLatestAttachment(ContentEntityObject content,
String fileName)
Return the latest version of the attachment on the specified content with the given filename. |
List<Attachment> |
WebDavAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo)
Deprecated. |
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)
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)
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.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 | |
---|---|
List<ContentEntityObject> |
CachingPageDao.findContentBySpaceIdAndStatus(long spaceId,
String status,
int offset,
int count)
|
List<ContentEntityObject> |
CachingPageDao.getLastEditedVersionsOf(ContentEntityObject content)
|
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type ContentEntityObject | |
---|---|
int |
AbstractHibernateAttachmentDao.countLatestVersionsOfAttachments(ContentEntityObject content)
|
Attachment |
AbstractHibernateAttachmentDao.getAttachment(ContentEntityObject content,
String fileName,
int version)
|
List<ContentEntityObject> |
CachingPageDao.getLastEditedVersionsOf(ContentEntityObject content)
|
Attachment |
AbstractHibernateAttachmentDao.getLatestAttachment(ContentEntityObject content,
String fileName)
|
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.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 | |
---|---|
String |
DefaultConfluenceWysiwygConverter.convertWikiMarkupToXHtml(ContentEntityObject content,
String wikiMarkup)
|
String |
ConfluenceWysiwygConverter.convertWikiMarkupToXHtml(ContentEntityObject content,
String wikiMarkup)
Converts wiki markup text into XHTML, using the page context of the content object. |
String |
DefaultConfluenceWysiwygConverter.convertWikiMarkupToXHtml(ContentEntityObject content,
String spaceKey,
String wikiMarkup)
|
String |
ConfluenceWysiwygConverter.convertWikiMarkupToXHtml(ContentEntityObject content,
String spaceKey,
String wikiMarkup)
Converts wiki markup text into XHTML, using the page context of the content object. |
String |
DefaultConfluenceWysiwygConverter.convertXHtmlToWikiMarkup(ContentEntityObject content,
String xhtml)
|
String |
ConfluenceWysiwygConverter.convertXHtmlToWikiMarkup(ContentEntityObject content,
String xhtml)
Converts XHTML into wiki markup, using the page context of the content object |
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,
Date date)
|
PopularContentExcerptDto |
DefaultPopularContentDtoFactory.createExcerpt(ContentEntityObject content,
com.atlassian.user.User user,
Date date)
|
protected int |
DefaultPopularContentManager.score(ContentEntityObject content,
com.atlassian.user.User user,
Set<String> followingSet,
Date since)
|
Method parameters in com.atlassian.confluence.plugins.dailysummary.content.popular with type arguments of type ContentEntityObject | |
---|---|
protected List<ContentStat> |
DefaultPopularContentManager.sortByRelevance(List<ContentEntityObject> ceos,
com.atlassian.user.User user,
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)
|
Uses of ContentEntityObject in com.atlassian.confluence.plugins.edgeindex |
---|
Methods in com.atlassian.confluence.plugins.edgeindex that return types with arguments of type ContentEntityObject | |
---|---|
List<ContentEntityObject> |
PopularContentQueries.getMostPopular(int maxResults,
int lastTimePeriod,
TimeUnit timeUnit)
|
List<ContentEntityObject> |
DefaultPopularContentQueries.getMostPopular(int maxResults,
int lastTimePeriod,
TimeUnit timeUnit)
|
List<ContentEntityObject> |
PopularContentQueries.getMostPopular(int maxResults,
int timePeriod,
TimeUnit timeUnit,
ScoreConfig scoreConfig)
find popular content based on comments and likes that have occured in the last period of time |
List<ContentEntityObject> |
DefaultPopularContentQueries.getMostPopular(int maxResults,
int lastTimePeriod,
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)
|
Edge |
EdgeFactory.getLikeEdge(com.atlassian.user.User liker,
ContentEntityObject likedContent,
Date likeDate)
Creates a new instance of an edge which represents a user liking content. |
Edge |
DefaultEdgeFactory.getLikeEdge(com.atlassian.user.User liker,
ContentEntityObject likedContent,
Date likeDate)
|
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 | |
---|---|
List<ContentEntityObject> |
HibernateContentEntityHelper.getContentEntities(List<Long> contentIds)
|
List<ContentEntityObject> |
ContentEntityHelper.getContentEntities(List<Long> contentIds)
|
Methods in com.atlassian.confluence.plugins.edgeindex.rest with parameters of type ContentEntityObject | |
---|---|
String |
UrlStrategy.getUrl(ContentEntityObject contentEntity)
|
Uses of ContentEntityObject in com.atlassian.confluence.plugins.emailgateway.service |
---|
Methods in com.atlassian.confluence.plugins.emailgateway.service that return ContentEntityObject | |
---|---|
ContentEntityObject |
StagedEmailThreadAdminService.convertAndPublishStagedEmailThread(StagedEmailThreadKey stagedEmailThreadKey,
MessageHolder messageHolder)
Converts an existing StagedEmailThread into a Confluence Page and publishes it. |
Uses of ContentEntityObject in com.atlassian.confluence.plugins.like |
---|
Methods in com.atlassian.confluence.plugins.like with parameters of type ContentEntityObject | |
---|---|
String |
LikeSummaryCreator.createSummary(ContentEntityObject contentEntity,
List<Like> likes,
Set<String> followees)
Deprecated. since 4.3. Like summary creation has been moved to client side. See like-summary-factory.js. |
String |
DefaultLikeSummaryCreator.createSummary(ContentEntityObject contentEntity,
List<Like> likes,
Set<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(com.atlassian.user.User 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 |
---|
Methods in com.atlassian.confluence.plugins.rest.entities.builders with type parameters of type ContentEntityObject | ||
---|---|---|
|
EntityBuilderFactory.createContentEntityBuilder(Class<? extends T> clazz)
A builder for constructing a REST entity from a {{com.atlassian.confluence.core.ContentEntityObject}} |
|
|
DefaultEntityBuilderFactory.createContentEntityBuilder(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 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 | |
---|---|
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(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 | |
---|---|
List |
ContentPermissionSetDao.getInheritedContentPermissionSets(ContentEntityObject ceo,
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 | |
---|---|
List |
HibernateContentPermissionSetDao.getInheritedContentPermissionSets(ContentEntityObject ceo,
String type)
|
Uses of ContentEntityObject in com.atlassian.confluence.servlet.download |
---|
Methods in com.atlassian.confluence.servlet.download that return ContentEntityObject | |
---|---|
ContentEntityObject |
AttachmentUrlParser.getEntity(String urlPath,
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.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.upgradetask |
---|
Methods in com.atlassian.confluence.upgrade.upgradetask with parameters of type ContentEntityObject | |
---|---|
void |
ConvertToRelativeLinksTask.apply(ContentEntityObject entity,
int index,
int batchSize)
|
void |
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.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 | |
---|---|
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 | |
---|---|
List<ContentEntityObject> |
UserHistoryHelper.getHistoryContent(ContentTypeEnum... requestedTypes)
|
List<ContentEntityObject> |
UserHistoryHelper.getHistoryContent(int maxResults,
ContentTypeEnum... requestedTypes)
Returns user history ContentEntityObject s, 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(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.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)
Deprecated. Calculates the difference between two pages and returns the result as HTML. |
static String |
ConfluenceRenderUtils.getAttachmentRemotePath(ContentEntityObject content)
Returns the remote path to the attachments of the given ContentEntityObject . |
static 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 String |
ConfluenceTrackbackUtils.getContentIdentifier(ContentEntityObject entity)
|
String |
ExcerptHelper.getExcerpt(ContentEntityObject contentEntityObject)
Returns the body of an excerpt macro (including any xhtml tags). |
String |
ContentMacrosHelper.getExcerpt(ContentEntityObject content,
PageContext pageContext)
|
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,
String macroName)
Gets the first MacroDefinition in the supplied (@code contentEntityObject}. |
static String |
ConfluenceTrackbackUtils.getPingUrl(ContentEntityObject entity)
|
static List |
LabelUtil.getRecentAndPopularLabelsForEntity(ContentEntityObject entity,
LabelManager labelManager,
int maxResults,
String user)
|
static Object[] |
DiffUtils.loadPage(ContentEntityObject page)
Deprecated. |
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,
String newSpaceKey,
String newTitle)
|
|
AbstractPageLinkRenamingBean(ContentEntityObject referringContent,
SpaceContentEntityObject pageBeingChanged,
String newSpaceKey,
String newTitle)
|
|
AttachmentLinkRenamingBean(ContentEntityObject referringContent,
ContentEntityObject oldLocation,
String newSpaceKey,
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,
String oldFileName,
String newFileName)
Create a bean to rename the attachment filename throughout a given ContentEntityObject's content. |
|
AttachmentLinkRenamingBean(ContentEntityObject referringContent,
String oldFileName,
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,
String newSpaceKey,
String newTitle)
|
|
CamelCaseLinkRenamingBean(ContentEntityObject referringContent,
SpaceContentEntityObject pageBeingChanged,
String newSpaceKey,
String newTitle)
|
|
IncludePageMacroLinkRenamingBean(ContentEntityObject referringContent,
SpaceContentEntityObject pageBeingChanged,
String newSpaceKey,
String newTitle)
|
|
PageLinkRenamingBean(ContentEntityObject referringContent,
SpaceContentEntityObject pageBeingChanged,
String newSpaceKey,
String newTitle)
|
|
SelfPageLinkRenamingBean(ContentEntityObject contentBeingMoved,
String newSpaceKey)
|
Uses of ContentEntityObject in com.atlassian.confluence.xhtml.api |
---|
Methods in com.atlassian.confluence.xhtml.api with type parameters of type ContentEntityObject | ||
---|---|---|
|
XhtmlContent.convertWikiBodyToStorage(T ceo)
Convert the body of the supplied ContentEntityObject to Confluence Storage Format XHTML (if necessary). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |