Uses of Package
com.atlassian.confluence.core

Packages that use com.atlassian.confluence.core
com.atlassian.confluence   
com.atlassian.confluence.admin.actions   
com.atlassian.confluence.admin.actions.cluster   
com.atlassian.confluence.admin.actions.debug   
com.atlassian.confluence.admin.actions.languages   
com.atlassian.confluence.admin.actions.lookandfeel   
com.atlassian.confluence.admin.actions.macros   
com.atlassian.confluence.admin.actions.mail   
com.atlassian.confluence.admin.actions.plugins   
com.atlassian.confluence.admin.actions.trust   
com.atlassian.confluence.cache   
com.atlassian.confluence.cluster.safety   
com.atlassian.confluence.cluster.tangosol   
com.atlassian.confluence.content   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.content.service.space   
com.atlassian.confluence.core   
com.atlassian.confluence.core.actions   
com.atlassian.confluence.core.datetime   
com.atlassian.confluence.core.persistence   
com.atlassian.confluence.core.persistence.hibernate   
com.atlassian.confluence.core.service   
com.atlassian.confluence.dashboard.actions   
com.atlassian.confluence.event.events.content   
com.atlassian.confluence.event.events.content.attachment   
com.atlassian.confluence.event.events.content.blogpost   
com.atlassian.confluence.event.events.content.comment   
com.atlassian.confluence.event.events.content.mail   
com.atlassian.confluence.event.events.content.page   
com.atlassian.confluence.event.events.content.user   
com.atlassian.confluence.event.events.security   
com.atlassian.confluence.event.listeners   
com.atlassian.confluence.fixonly.actions The 'fixonly' package is for functionality that is intended only to allow 'emergency' fixes to a Confluence install. 
com.atlassian.confluence.importexport   
com.atlassian.confluence.importexport.actions   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.it   
com.atlassian.confluence.labels   
com.atlassian.confluence.labels.actions   
com.atlassian.confluence.labels.persistence.dao   
com.atlassian.confluence.labels.persistence.dao.hibernate   
com.atlassian.confluence.links   
com.atlassian.confluence.links.linktypes   
com.atlassian.confluence.links.persistence.dao   
com.atlassian.confluence.links.persistence.dao.hibernate   
com.atlassian.confluence.mail   
com.atlassian.confluence.mail.actions   
com.atlassian.confluence.mail.jobs   
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.actions   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.mail.reports   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
com.atlassian.confluence.pages.templates   
com.atlassian.confluence.pages.templates.actions   
com.atlassian.confluence.pages.wysiwyg   
com.atlassian.confluence.plugin.persistence   
com.atlassian.confluence.renderer   
com.atlassian.confluence.renderer.actions   
com.atlassian.confluence.renderer.radeox.macros   
com.atlassian.confluence.renderer.radeox.macros.compatibility   
com.atlassian.confluence.renderer.v2.macros   
com.atlassian.confluence.rpc.soap.beans   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.rss   
com.atlassian.confluence.search.actions   
com.atlassian.confluence.search.lucene.extractor   
com.atlassian.confluence.search.v2.lucene.compatibility Backwards compatibility wrappers to bridge between the old and new search APIs 
com.atlassian.confluence.security   
com.atlassian.confluence.security.actions   
com.atlassian.confluence.security.delegate   
com.atlassian.confluence.security.persistence.dao   
com.atlassian.confluence.security.persistence.dao.hibernate   
com.atlassian.confluence.security.trust   
com.atlassian.confluence.servlet.download   
com.atlassian.confluence.setup   
com.atlassian.confluence.setup.actions   
com.atlassian.confluence.setup.settings   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.test.rpc   
com.atlassian.confluence.themes   
com.atlassian.confluence.themes.persistence   
com.atlassian.confluence.themes.persistence.hibernate   
com.atlassian.confluence.upgrade   
com.atlassian.confluence.upgrade.security   
com.atlassian.confluence.user   
com.atlassian.confluence.user.actions   
com.atlassian.confluence.user.history   
com.atlassian.confluence.util   
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence
TimeZone
          Represents an instance of an valid time zone, wrapping a TimeZone.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.admin.actions
Administrative
          Deprecated. since 2.8. Please avoid this interface. Instead override ConfluenceActionSupport.isPermitted() and use PermissionManager.hasPermission(User,Permission,Object) instead. This will make it easier to determine the permissions required to invoke an action as they would be more explicit and in one place (you won't have to check whether the class or its super class implements this interface).
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
ConfluenceSidManager
          An SID is a unique ID for a particular Confluence instance.
FormatSettingsManager
          Persistent storage and retrieval of format settings.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.admin.actions.cluster
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.admin.actions.debug
Administrative
          Deprecated. since 2.8. Please avoid this interface. Instead override ConfluenceActionSupport.isPermitted() and use PermissionManager.hasPermission(User,Permission,Object) instead. This will make it easier to determine the permissions required to invoke an action as they would be more explicit and in one place (you won't have to check whether the class or its super class implements this interface).
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.admin.actions.languages
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.admin.actions.lookandfeel
Administrative
          Deprecated. since 2.8. Please avoid this interface. Instead override ConfluenceActionSupport.isPermitted() and use PermissionManager.hasPermission(User,Permission,Object) instead. This will make it easier to determine the permissions required to invoke an action as they would be more explicit and in one place (you won't have to check whether the class or its super class implements this interface).
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.admin.actions.macros
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.admin.actions.mail
Administrative
          Deprecated. since 2.8. Please avoid this interface. Instead override ConfluenceActionSupport.isPermitted() and use PermissionManager.hasPermission(User,Permission,Object) instead. This will make it easier to determine the permissions required to invoke an action as they would be more explicit and in one place (you won't have to check whether the class or its super class implements this interface).
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.admin.actions.plugins
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.admin.actions.trust
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.cache
SynchronizationManager
          Manages transaction synchronizations: a list of actions to be done when the transaction completes on the current thread.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.cluster.safety
NotExportable
          Classes which implement this are not exported as part of exports.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.cluster.tangosol
SynchronizationManager
          Manages transaction synchronizations: a list of actions to be done when the transaction completes on the current thread.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.content
AbstractVersionedEntityObject
           
Addressable
          Any addressable object has a URL and title.
ConfluenceEntityObject
          The superclass of all entity objects within Confluence.
ContentEntityObject
           
SpaceContentEntityObject
          A ContentEntityObject that is a first-class member of a Space (i.e.
Versioned
          A Confluence object that can exist in multiple versions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.content.service.page
ConfluenceEntityObject
          The superclass of all entity objects within Confluence.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.content.service.space
ConfluenceEntityObject
          The superclass of all entity objects within Confluence.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.core
AbstractVersionedEntityObject
           
ActivityAjaxResponse
           
Addressable
          Any addressable object has a URL and title.
ConfluenceEntityObject
          The superclass of all entity objects within Confluence.
ConfluencePropertySetManager
          Convenient way to break out creation of property sets for testing
ConfluenceSidManager
          An SID is a unique ID for a particular Confluence instance.
ConfluenceSynchronizationManager
          Confluence transaction sycnhronization manager.
ContentEntityManager
           
ContentEntityObject
           
ContentPermissionManager
           
ContentPropertyManager
           
DateFormatter
          Formats dates and times into a given timezone in a variety of formats.
EntitiesAjaxService
           
FormatSettingsManager
          Persistent storage and retrieval of format settings.
HeartbeatAjax
           
HeartbeatManager
           
InheritedContentPermissionManager
           
ListQuery
          A Query for the SmartListManager
SaveContext
          Context for managers to call upon when making decisions about how to save an object.
SmartListManager
          Manager for retrieving content based on arbitrary queries.
SpaceContentEntityObject
          A ContentEntityObject that is a first-class member of a Space (i.e.
SynchronizationManager
          Manages transaction synchronizations: a list of actions to be done when the transaction completes on the current thread.
TimeZone
          Represents an instance of an valid time zone, wrapping a TimeZone.
Versioned
          A Confluence object that can exist in multiple versions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.core.actions
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.core.datetime
DateFormatter
          Formats dates and times into a given timezone in a variety of formats.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.core.persistence
ContentEntityObject
           
ListQuery
          A Query for the SmartListManager
VersionHistory
          A record of an upgrade performed on Confluence.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.core.persistence.hibernate
ContentEntityObject
           
ListQuery
          A Query for the SmartListManager
VersionHistory
          A record of an upgrade performed on Confluence.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.core.service
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
ConfluenceEntityObject
          The superclass of all entity objects within Confluence.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.dashboard.actions
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
ContentEntityManager
           
SmartListManager
          Manager for retrieving content based on arbitrary queries.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.event.events.content
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.event.events.content.attachment
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.event.events.content.blogpost
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.event.events.content.comment
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.event.events.content.mail
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.event.events.content.page
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.event.events.content.user
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.event.events.security
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.event.listeners
ContentPropertyManager
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.fixonly.actions
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.importexport
ConfluenceEntityObject
          The superclass of all entity objects within Confluence.
ContentPermissionManager
           
DateFormatter
          Formats dates and times into a given timezone in a variety of formats.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.importexport.actions
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.importexport.impl
ConfluenceEntityObject
          The superclass of all entity objects within Confluence.
ConfluencePropertySetManager
          Convenient way to break out creation of property sets for testing
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.it
FormatSettingsManager
          Persistent storage and retrieval of format settings.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.labels
Addressable
          Any addressable object has a URL and title.
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.labels.actions
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
ContentEntityManager
           
ContentEntityObject
           
SmartListManager
          Manager for retrieving content based on arbitrary queries.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.labels.persistence.dao
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.labels.persistence.dao.hibernate
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.links
ConfluenceEntityObject
          The superclass of all entity objects within Confluence.
ContentEntityManager
           
ContentEntityObject
           
SpaceContentEntityObject
          A ContentEntityObject that is a first-class member of a Space (i.e.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.links.linktypes
ContentEntityManager
           
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.links.persistence.dao
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.links.persistence.dao.hibernate
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.mail
AbstractVersionedEntityObject
           
Addressable
          Any addressable object has a URL and title.
ConfluenceEntityObject
          The superclass of all entity objects within Confluence.
ConfluenceException
          For when we want a generic checked exception
ContentEntityManager
           
ContentEntityObject
           
DefaultContentEntityManager
           
SaveContext
          Context for managers to call upon when making decisions about how to save an object.
SpaceContentEntityObject
          A ContentEntityObject that is a first-class member of a Space (i.e.
Versioned
          A Confluence object that can exist in multiple versions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.mail.actions
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.mail.jobs
FormatSettingsManager
          Persistent storage and retrieval of format settings.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.mail.notification
ConfluenceEntityObject
          The superclass of all entity objects within Confluence.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.mail.notification.actions
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.mail.notification.listeners
ConfluenceEntityObject
          The superclass of all entity objects within Confluence.
FormatSettingsManager
          Persistent storage and retrieval of format settings.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.mail.reports
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.pages
AbstractVersionedEntityObject
           
Addressable
          Any addressable object has a URL and title.
ConfluenceEntityObject
          The superclass of all entity objects within Confluence.
ContentEntityManager
           
ContentEntityObject
           
ContentPermissionManager
           
ContentPropertyManager
           
DefaultContentEntityManager
           
FileExportable
          Classes that implement this interface are exported as files, rather than the native format (XML, HTML, etc)
Hierarchical
          Please do not use this interface.
ListQuery
          A Query for the SmartListManager
NotExportable
          Classes which implement this are not exported as part of exports.
PageContentEntityObject
           
SaveContext
          Context for managers to call upon when making decisions about how to save an object.
SpaceContentEntityObject
          A ContentEntityObject that is a first-class member of a Space (i.e.
UploadedResource
          Resource wrapper for uploaded files.
Versioned
          A Confluence object that can exist in multiple versions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.pages.actions
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
ContentEntityManager
           
ContentEntityObject
           
ContentPermissionManager
           
HeartbeatManager
           
SpaceContentEntityObject
          A ContentEntityObject that is a first-class member of a Space (i.e.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.pages.persistence.dao
ContentEntityManager
           
ContentEntityObject
           
ListQuery
          A Query for the SmartListManager
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.pages.persistence.dao.hibernate
ContentEntityObject
           
ListQuery
          A Query for the SmartListManager
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.pages.templates
AbstractVersionedEntityObject
           
ConfluenceEntityObject
          The superclass of all entity objects within Confluence.
Versioned
          A Confluence object that can exist in multiple versions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.pages.templates.actions
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.pages.wysiwyg
ContentEntityManager
           
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.plugin.persistence
NotExportable
          Classes which implement this are not exported as part of exports.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.renderer
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.renderer.actions
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.renderer.radeox.macros
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
ContentEntityObject
           
DateFormatter
          Formats dates and times into a given timezone in a variety of formats.
FormatSettingsManager
          Persistent storage and retrieval of format settings.
SmartListManager
          Manager for retrieving content based on arbitrary queries.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.renderer.radeox.macros.compatibility
ContentPropertyManager
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.renderer.v2.macros
ContentPropertyManager
           
FormatSettingsManager
          Persistent storage and retrieval of format settings.
SmartListManager
          Manager for retrieving content based on arbitrary queries.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.rpc.soap.beans
Addressable
          Any addressable object has a URL and title.
VersionHistorySummary
          That bit of a ContentEntityObject relevant to a version history
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.rpc.soap.services
ContentEntityManager
           
ContentPermissionManager
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.rss
ConfluenceEntityObject
          The superclass of all entity objects within Confluence.
DateFormatter
          Formats dates and times into a given timezone in a variety of formats.
FormatSettingsManager
          Persistent storage and retrieval of format settings.
ListQuery
          A Query for the SmartListManager
SmartListManager
          Manager for retrieving content based on arbitrary queries.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.search.actions
Administrative
          Deprecated. since 2.8. Please avoid this interface. Instead override ConfluenceActionSupport.isPermitted() and use PermissionManager.hasPermission(User,Permission,Object) instead. This will make it easier to determine the permissions required to invoke an action as they would be more explicit and in one place (you won't have to check whether the class or its super class implements this interface).
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.search.lucene.extractor
ContentPermissionManager
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.search.v2.lucene.compatibility
ListQuery
          A Query for the SmartListManager
SmartListManager
          Manager for retrieving content based on arbitrary queries.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.security
ConfluenceEntityObject
          The superclass of all entity objects within Confluence.
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.security.actions
Administrative
          Deprecated. since 2.8. Please avoid this interface. Instead override ConfluenceActionSupport.isPermitted() and use PermissionManager.hasPermission(User,Permission,Object) instead. This will make it easier to determine the permissions required to invoke an action as they would be more explicit and in one place (you won't have to check whether the class or its super class implements this interface).
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.security.delegate
ContentPermissionManager
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.security.persistence.dao
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.security.persistence.dao.hibernate
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.security.trust
ConfluenceSidManager
          An SID is a unique ID for a particular Confluence instance.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.servlet.download
ContentEntityObject
           
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.setup
ConfluenceSidManager
          An SID is a unique ID for a particular Confluence instance.
 

Classes in com.atlassian.confluence.core used by com.atlassian.confluence.setup.actions
Administrative
          Deprecated. since 2.8. Please avoid this interface. Instead override ConfluenceActionSupport.isPermitted() and use PermissionManager.hasPermission(User,Permission,Object) instead. This will make it easier to determine the permissions required to invoke an action as they would be more explicit and in one place (you won't have to check whether the class or its super class implements this interface).
ConfluenceActionSupport
          Base class for all Confluence webwork actions.
ConfluenceException
          For when we want a generic checked exception
ConfluenceSidManager
          An SID is a unique ID for a particular Confluence instance.