|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ConfluenceEntityObject in com.atlassian.confluence.content |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.content | |
|---|---|
class |
CustomContentEntityObject
Generic ContentEntityObject that plugins can use to extend Confluence's content system. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.content.event |
|---|
| Methods in com.atlassian.confluence.content.event that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
PluginContentUpdatedEvent.getNew()
|
ConfluenceEntityObject |
PluginContentUpdatedEvent.getOld()
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service |
|---|
| Methods in com.atlassian.confluence.content.service that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
IdContentLocator.getEntity()
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service.blogpost |
|---|
| Methods in com.atlassian.confluence.content.service.blogpost that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
IdBlogPostLocator.getEntity()
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service.page |
|---|
| Methods in com.atlassian.confluence.content.service.page that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
AbstractPageLocator.getEntity()
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service.space |
|---|
| Methods in com.atlassian.confluence.content.service.space that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
KeySpaceLocator.getEntity()
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.content.ui |
|---|
| Classes in com.atlassian.confluence.content.ui with type parameters of type ConfluenceEntityObject | |
|---|---|
interface |
ContentUiSupport<T extends ConfluenceEntityObject>
Provides metadata about content objects that might be useful in the web tier: the location of icons, relevant CSS classes, links and so on. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.core |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.core | |
|---|---|
class |
AbstractLabelableEntityObject
|
class |
AbstractVersionedEntityObject
|
class |
ContentEntityObject
|
class |
ContentEntitySimulacrum
A very generic SpaceContentEntityObject, used to play pretends when rendering page templates in preview / view modes. |
class |
PageContentEntityObject
Deprecated. Since 4.0 This used to be implemented by Comment, but is no longer necessary. |
class |
SpaceContentEntityObject
A ContentEntityObject that is a first-class member of a Space (i.e. |
| Methods in com.atlassian.confluence.core that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
Versioned.getOriginalVersion()
Deprecated. since 2.5. Use Versioned.getLatestVersion() and Versioned.isLatestVersion() instead. |
ConfluenceEntityObject |
AbstractVersionedEntityObject.getOriginalVersion()
Deprecated. since 2.5. Use AbstractVersionedEntityObject.getLatestVersion() and AbstractVersionedEntityObject.isLatestVersion() instead. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.core.service |
|---|
| Methods in com.atlassian.confluence.core.service that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
SingleEntityLocator.getEntity()
Get the entities that matches the query represented by this locator. |
| Methods in com.atlassian.confluence.core.service that return types with arguments of type ConfluenceEntityObject | |
|---|---|
java.util.List<ConfluenceEntityObject> |
EntityLocator.getEntities()
Get the entities that match the query represented by this locator. |
java.util.List<ConfluenceEntityObject> |
AbstractSingleEntityLocator.getEntities()
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.event.events.content.blogpost |
|---|
| Methods in com.atlassian.confluence.event.events.content.blogpost that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
BlogPostUpdateEvent.getNew()
|
ConfluenceEntityObject |
BlogPostUpdateEvent.getOld()
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.event.events.content.page |
|---|
| Methods in com.atlassian.confluence.event.events.content.page that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
PageUpdateEvent.getNew()
Deprecated. |
ConfluenceEntityObject |
PageUpdateEvent.getOld()
Deprecated. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.event.events.types |
|---|
| Methods in com.atlassian.confluence.event.events.types that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
ConfluenceEntityUpdated.getNew()
|
ConfluenceEntityObject |
ConfluenceEntityUpdated.getOld()
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.importexport |
|---|
| Methods in com.atlassian.confluence.importexport that return types with arguments of type ConfluenceEntityObject | |
|---|---|
java.util.List<ConfluenceEntityObject> |
DefaultExportContext.getExceptionEntities()
|
java.util.List<ConfluenceEntityObject> |
ExportContext.getWorkingEntities()
The top level entities to be exported. |
java.util.List<ConfluenceEntityObject> |
DefaultExportContext.getWorkingEntities()
|
| Methods in com.atlassian.confluence.importexport with parameters of type ConfluenceEntityObject | |
|---|---|
void |
DefaultExportContext.addExceptionEntity(ConfluenceEntityObject entity)
|
void |
DefaultExportContext.addWorkingEntity(ConfluenceEntityObject entity)
Add to the entities to be exported. |
boolean |
ExportContext.isExceptionEntity(ConfluenceEntityObject entity)
Entities to be excluded from the export. |
boolean |
DefaultExportContext.isExceptionEntity(ConfluenceEntityObject entity)
|
| Method parameters in com.atlassian.confluence.importexport with type arguments of type ConfluenceEntityObject | |
|---|---|
void |
DefaultExportContext.addExceptionEntities(java.util.List<ConfluenceEntityObject> entities,
boolean validate)
Helper method to add a collection of entities to the current exception entities |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.importexport.impl |
|---|
| Methods in com.atlassian.confluence.importexport.impl that return types with arguments of type ConfluenceEntityObject | |
|---|---|
protected java.util.List<ConfluenceEntityObject> |
XmlExporter.getObjectsExcludedFromExport()
|
protected java.util.List<ConfluenceEntityObject> |
AbstractXmlExporter.getObjectsExcludedFromExport()
Gets a list of actual objects (not handles) to exclude from export. |
| Methods in com.atlassian.confluence.importexport.impl with parameters of type ConfluenceEntityObject | |
|---|---|
protected void |
HtmlExporter.doExportEntity(ConfluenceEntityObject entity,
java.lang.String exportPath)
|
protected abstract void |
AbstractRendererExporterImpl.doExportEntity(ConfluenceEntityObject entity,
java.lang.String exportPath)
|
protected java.lang.String |
HtmlExporter.getFullExportPath(java.lang.String baseExportPath,
ConfluenceEntityObject entity)
|
protected abstract java.lang.String |
AbstractRendererExporterImpl.getFullExportPath(java.lang.String baseExportPath,
ConfluenceEntityObject entity)
|
protected java.lang.String |
AbstractExporterImpl.prepareExportFileName(ConfluenceEntityObject entity)
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.links |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.links | |
|---|---|
class |
AbstractLink
An abstract link defines a source page (the source of the link) and is the superclass for all Link objects. |
class |
OutgoingLink
Represents a link from a source page to a destination. |
class |
ReferralLink
Represents a link from a remote URL to a Confluence page Note: The source page field actually represents the destination page in Confluence |
class |
TrackbackLink
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.mail |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.mail | |
|---|---|
class |
Mail
Deprecated. since 4.2. Mail archiving is now managed entirely by the mail archiving plugin. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.mail.notification |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.mail.notification | |
|---|---|
class |
Notification
A "Notification" is an email subscription or "watch" on some space. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.mail.notification.listeners |
|---|
| Methods in com.atlassian.confluence.mail.notification.listeners that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
NotificationData.getPermissionEntity()
User must have VIEW permission on this entity in order to receive the notification. |
| Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type ConfluenceEntityObject | |
|---|---|
protected NotificationData |
AbstractNotificationsListener.getNotificationDataForEvent(com.atlassian.event.Event event,
ConfluenceEntityObject entity)
|
| Constructors in com.atlassian.confluence.mail.notification.listeners with parameters of type ConfluenceEntityObject | |
|---|---|
NotificationData(com.atlassian.user.User modifier,
boolean shouldNotifyOnOwnActions,
ConfluenceEntityObject permissionEntity)
|
|
NotificationData(com.atlassian.user.User modifier,
boolean shouldNotifyOnOwnActions,
ConfluenceEntityObject permissionEntity,
java.lang.String subject,
java.lang.String templateName,
java.util.Collection<javax.activation.DataSource> templateImageDataSources)
|
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.pages |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.pages | |
|---|---|
class |
AbstractPage
Parent of the concrete Page and BlogPost classes |
class |
Attachment
|
class |
BlogPost
|
class |
Comment
|
class |
Draft
|
class |
Page
Represents a Page within Confluence. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.pages.persistence.dao |
|---|
| Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type ConfluenceEntityObject | |
|---|---|
void |
AttachmentDao.AttachmentMigrator.setParentContentToExclude(java.util.List<? extends ConfluenceEntityObject> contentList)
Set which parent content should be excluded from the migration. |
void |
AttachmentDao.AttachmentCopier.setParentContentToExclude(java.util.List<? extends ConfluenceEntityObject> contentList)
Set which parent content should be excluded from the copy. |
void |
AbstractAttachmentCopier.setParentContentToExclude(java.util.List<? extends ConfluenceEntityObject> contentList)
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.pages.templates |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.pages.templates | |
|---|---|
class |
PageTemplate
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.plugin.descriptor.mail |
|---|
| Methods in com.atlassian.confluence.plugin.descriptor.mail that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
NotificationContext.getContent()
Return the context's Content. |
| Methods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type ConfluenceEntityObject | |
|---|---|
void |
NotificationContext.setContent(ConfluenceEntityObject entity)
Sets the entity that the notification is being sent regarding. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.rss |
|---|
| Methods in com.atlassian.confluence.rss that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
FeedTimeoutEvent.getEntity()
|
| Methods in com.atlassian.confluence.rss with parameters of type ConfluenceEntityObject | |
|---|---|
static FeedTimeoutEvent |
FeedTimeoutEvent.forTimeout(java.lang.Object src,
ConfluenceEntityObject entity,
com.atlassian.util.concurrent.Timeout timeout,
int numResultsToRender,
int numResultsRendered)
|
| Constructors in com.atlassian.confluence.rss with parameters of type ConfluenceEntityObject | |
|---|---|
FeedTimeoutEvent(java.lang.Object src,
ConfluenceEntityObject entity,
long allowedTimeInSeconds,
long exceededTimeInMilliseconds,
int numResultsToRender,
int numResultsRendered)
|
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.security |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.security | |
|---|---|
class |
ContentPermission
Allows a user to lock content against editing by other users. |
class |
SpacePermission
A SpacePermission restricts access to different functions on a space. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.setup.settings |
|---|
| Subclasses of ConfluenceEntityObject 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 ConfluenceEntityObject in com.atlassian.confluence.spaces |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.spaces | |
|---|---|
class |
Space
|
class |
SpaceDescription
|
class |
SpaceGroup
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.user |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.user | |
|---|---|
class |
PersonalInformation
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.userstatus |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.userstatus | |
|---|---|
class |
UserStatus
Stores a short message representing a status from a User. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.util |
|---|
| Methods in com.atlassian.confluence.util that return ConfluenceEntityObject | |
|---|---|
static ConfluenceEntityObject |
ContentUtils.getLatest(ConfluenceEntityObject c1,
ConfluenceEntityObject c2)
|
| Methods in com.atlassian.confluence.util with parameters of type ConfluenceEntityObject | |
|---|---|
static ConfluenceEntityObject |
ContentUtils.getLatest(ConfluenceEntityObject c1,
ConfluenceEntityObject c2)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||