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

Packages that use ConfluenceEntityObject
com.atlassian.confluence.content   
com.atlassian.confluence.content.event   
com.atlassian.confluence.content.service   
com.atlassian.confluence.content.service.blogpost   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.content.service.space   
com.atlassian.confluence.core   
com.atlassian.confluence.core.service   
com.atlassian.confluence.event.events.content.blogpost   
com.atlassian.confluence.event.events.content.page   
com.atlassian.confluence.event.events.types   
com.atlassian.confluence.importexport   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.links   
com.atlassian.confluence.mail   
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.templates   
com.atlassian.confluence.rss   
com.atlassian.confluence.security   
com.atlassian.confluence.setup.settings   
com.atlassian.confluence.spaces   
com.atlassian.confluence.user   
com.atlassian.confluence.userstatus   
com.atlassian.confluence.util   
 

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

Subclasses of ConfluenceEntityObject in com.atlassian.confluence.core
 class AbstractLabelableEntityObject
           
 class AbstractVersionedEntityObject
           
 class ContentEntityObject
           
 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()
          get the latest version of the ConfluenceEntityObject
 

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
 List<ConfluenceEntityObject> EntityLocator.getEntities()
          Get the entities that match the query represented by this locator.
 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()
           
 ConfluenceEntityObject PageUpdateEvent.getOld()
           
 

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
 List<ConfluenceEntityObject> DefaultExportContext.getExceptionEntities()
           
 List<ConfluenceEntityObject> ExportContext.getWorkingEntities()
          The top level entities to be exported.
 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(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  List<ConfluenceEntityObject> XmlExporter.getObjectsExcludedFromExport()
           
protected  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, String exportPath)
           
protected abstract  void AbstractRendererExporterImpl.doExportEntity(ConfluenceEntityObject entity, String exportPath)
           
protected  String HtmlExporter.getFullExportPath(String baseExportPath, ConfluenceEntityObject entity)
          This implementation should be extracted to a specific ExportFileNameGenerator implementation.
protected abstract  String AbstractRendererExporterImpl.getFullExportPath(String baseExportPath, ConfluenceEntityObject entity)
           
protected  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)
           
 

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(List<? extends ConfluenceEntityObject> contentList)
          Set which parent content should be excluded from the migration.
 void AttachmentDao.AttachmentCopier.setParentContentToExclude(List<? extends ConfluenceEntityObject> contentList)
          Set which parent content should be excluded from the copy.
 void AbstractAttachmentCopier.setParentContentToExclude(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.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(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(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)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.