Serialized Form


Package bucket.core.persistence.hibernate

Class bucket.core.persistence.hibernate.HibernateHandle extends Object implements Serializable

Serialized Fields

className

String className

id

long id

Package bucket.core.persistence.hibernate.schema

Class bucket.core.persistence.hibernate.schema.TransientHibernateHandle extends Object implements Serializable

Serialized Fields

clazz

Class<T> clazz
Deprecated. 

id

Object id
Deprecated. 

hashCode

int hashCode
Deprecated. 

Package bucket.user

Class bucket.user.LicensingException extends com.atlassian.core.exception.InfrastructureException implements Serializable

Class bucket.user.UserFilter extends Object implements Serializable

Serialized Fields

emailPattern

String emailPattern
Deprecated. 

group

String group
Deprecated. 

Package bucket.user.propertyset

Class bucket.user.propertyset.BucketPropertySet extends com.opensymphony.module.propertyset.AbstractPropertySet implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

entityId

Long entityId

entityName

String entityName

Class bucket.user.propertyset.BucketPropertySetItem extends com.opensymphony.module.propertyset.hibernate.PropertySetItem implements Serializable

Serialized Fields

textVal

String textVal

Class bucket.user.propertyset.CacheAwarePropertySet extends Object implements Serializable

Serialized Fields

cache

com.atlassian.cache.Cache<K,V> cache

cacheKeyPrefix

String cacheKeyPrefix

delegatePropertySet

com.opensymphony.module.propertyset.PropertySet delegatePropertySet

Package bucket.user.providers

Class bucket.user.providers.CachingAccessProvider extends ChainedAccessProvider implements Serializable

Serialized Fields

handlesCache

com.atlassian.cache.Cache<K,V> handlesCache

inGroupCache

com.atlassian.cache.Cache<K,V> inGroupCache

cacheFactory

com.atlassian.cache.CacheFactory cacheFactory

Class bucket.user.providers.CachingCredentialsProvider extends ChainedCredentialsProvider implements Serializable

Serialized Fields

handlesCache

com.atlassian.cache.Cache<K,V> handlesCache

cacheFactory

com.atlassian.cache.CacheFactory cacheFactory

Class bucket.user.providers.CachingProfileProvider extends ChainedProfileProvider implements Serializable

Serialized Fields

cacheFactory

com.atlassian.cache.CacheFactory cacheFactory

handlesCache

com.atlassian.cache.Cache<K,V> handlesCache

propertySetValuesCache

com.atlassian.cache.Cache<K,V> propertySetValuesCache

propertySetReferencesCache

com.atlassian.cache.Cache<K,V> propertySetReferencesCache

Class bucket.user.providers.ChainedAccessProvider extends ChainedUserProvider implements Serializable

Class bucket.user.providers.ChainedCredentialsProvider extends ChainedUserProvider implements Serializable

Class bucket.user.providers.ChainedProfileProvider extends ChainedUserProvider implements Serializable

Class bucket.user.providers.ChainedUserProvider extends Object implements Serializable

Serialized Fields

nextProvider

com.opensymphony.user.provider.UserProvider nextProvider

Package com.atlassian.confluence.about

Class com.atlassian.confluence.about.AboutPageAction extends ConfluenceActionSupport implements Serializable


Package com.atlassian.confluence.admin.actions

Class com.atlassian.confluence.admin.actions.AbstractUpdateLicenseAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

clusterManager

ClusterManager clusterManager

licenseString

String licenseString

userChecker

UserChecker userChecker

licenseSubmitted

boolean licenseSubmitted

sidManager

ConfluenceSidManager sidManager

webLicenseFacade

LicenseWebFacade webLicenseFacade

applicationConfiguration

com.atlassian.config.ApplicationConfiguration applicationConfiguration

Class com.atlassian.confluence.admin.actions.AdministrationConsoleAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

displayAlmostSupportPeriodEndMessage

String displayAlmostSupportPeriodEndMessage

displaySupportPeriodEndMessage

String displaySupportPeriodEndMessage

supportPeriodEndDate

Date supportPeriodEndDate

almostSupportPeriodEndDate

Date almostSupportPeriodEndDate

supportPeriodEndDateString

String supportPeriodEndDateString

dateFormatter

DateFormat dateFormatter

bootstrapManager

BootstrapManager bootstrapManager

licenseService

LicenseService licenseService

scheduledJobManager

ScheduledJobManager scheduledJobManager

adminTasklistManager

AdminTasklistManager adminTasklistManager

adminTasks

List<E> adminTasks

completedTasks

List<E> completedTasks

incompleteTasks

List<E> incompleteTasks

httpContext

HttpContext httpContext

Class com.atlassian.confluence.admin.actions.AttachmentMigrationAction extends AttachmentStorageSetupAction implements Serializable

Serialized Fields

nonBackgroundTask

boolean nonBackgroundTask

Class com.atlassian.confluence.admin.actions.AttachmentStorageSetupAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

attachmentStorageTypes

List<E> attachmentStorageTypes

attachmentStorageType

String attachmentStorageType

originalAttachmentStorageType

String originalAttachmentStorageType

webdavServerUrl

String webdavServerUrl

webdavUsername

String webdavUsername

webdavPassword

String webdavPassword

Class com.atlassian.confluence.admin.actions.BrowseShortcutsAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

shortcutLinksManager

ShortcutLinksManager shortcutLinksManager

key

String key

shortcutLinkConfig

ShortcutLinkConfig shortcutLinkConfig

Class com.atlassian.confluence.admin.actions.ConfigureCaptchaAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

captchaManager

CaptchaManager captchaManager

captchaEnabled

Boolean captchaEnabled

exclude

String exclude

captchaGroups

Collection<E> captchaGroups

invalidGroups

Collection<E> invalidGroups

selectedGroups

String selectedGroups

group

String group

Class com.atlassian.confluence.admin.actions.ConfigureDefaultSpaceLogoAction extends AbstractLogoAction implements Serializable

Class com.atlassian.confluence.admin.actions.ConfigureLog4jAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

entries

List<E> entries

classNames

String[] classNames
TODO: figure out a way to get rid of this parallel array junk


levelNames

String[] levelNames

extraClassName

String extraClassName

extraLevelName

String extraLevelName

toDeleteName

String toDeleteName

profileName

String profileName

profilingOn

boolean profilingOn

Class com.atlassian.confluence.admin.actions.DailyBackupAdminAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

scheduledJobManager

ScheduledJobManager scheduledJobManager

backupPath

String backupPath

backupAttachments

boolean backupAttachments

backupOption

String backupOption

dailyBackupFilePrefix

String dailyBackupFilePrefix

dailyBackupDateFormatPattern

String dailyBackupDateFormatPattern

editMode

boolean editMode

adminUiProperties

AdminUiProperties adminUiProperties

Class com.atlassian.confluence.admin.actions.FlushCacheAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

showDistributions

boolean showDistributions

cache

String cache
The name of the cache to flush.


cacheManager

com.atlassian.cache.CacheManager cacheManager

Class com.atlassian.confluence.admin.actions.GeneralConfigurationAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

adminUiProperties

AdminUiProperties adminUiProperties

spaceManager

SpaceManager spaceManager

wikiStyleRenderer

com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer

formatSettingsManager

FormatSettingsManager formatSettingsManager

allowCamelCase

boolean allowCamelCase

gzipResponseEncoding

boolean gzipResponseEncoding

maxAttachmentsInUI

int maxAttachmentsInUI

attachmentMaxSize

long attachmentMaxSize

siteTitle

String siteTitle

indexingLanguage

String indexingLanguage

domainName

String domainName

customContactAdminMessage

String customContactAdminMessage

showContactAdministratorsForm

boolean showContactAdministratorsForm

defaultEncoding

String defaultEncoding

defaultTimeFormatterPattern

String defaultTimeFormatterPattern

defaultDateTimeFormatterPattern

String defaultDateTimeFormatterPattern

defaultDateFormatterPattern

String defaultDateFormatterPattern

defaultLongNumberFormatterPattern

String defaultLongNumberFormatterPattern

defaultDecimalNumberFormatterPattern

String defaultDecimalNumberFormatterPattern

siteSupportAddress

String siteSupportAddress

validURISchemes

String[] validURISchemes

socketTimeout

int socketTimeout

connectionTimeout

int connectionTimeout

connectionsEnabled

boolean connectionsEnabled

maxThumbHeight

int maxThumbHeight

maxThumbWidth

int maxThumbWidth

editMode

boolean editMode

Class com.atlassian.confluence.admin.actions.LongRunningTaskMonitorAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

longRunningTaskManager

LongRunningTaskManagerInternal longRunningTaskManager

task

com.atlassian.core.task.longrunning.LongRunningTask task

taskId

String taskId

Class com.atlassian.confluence.admin.actions.ManageReferrersAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

referrerToExclude

String referrerToExclude

referrerToRemove

String referrerToRemove

showActionMsg

boolean showActionMsg

deletions

int deletions

paginationSupport

PaginationSupport<T> paginationSupport

redirPageId

long redirPageId

editMode

boolean editMode

showExternalReferrers

boolean showExternalReferrers

collectReferrerData

boolean collectReferrerData

Class com.atlassian.confluence.admin.actions.PurgeReferrersAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

referralManager

ReferralManager referralManager

deletions

int deletions

referrer

String referrer

Class com.atlassian.confluence.admin.actions.RaiseSupportRequestAction extends ViewSystemInfoAction implements Serializable

Serialized Fields

mailServerManager

com.atlassian.mail.server.MailServerManager mailServerManager

taskManager

com.atlassian.core.task.MultiQueueTaskManager taskManager

subject

String subject

description

String description

existingRequest

String existingRequest

contactName

String contactName

contactEmail

String contactEmail

contactNumber

String contactNumber

supportUtility

SupportUtility supportUtility

Class com.atlassian.confluence.admin.actions.RefreshLicensingAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

userChecker

UserChecker userChecker

Class com.atlassian.confluence.admin.actions.SecurityConfigurationAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

spaceManager

SpaceManager spaceManager

externalUserManagement

boolean externalUserManagement

addWildcardsToUserAndGroupSearches

boolean addWildcardsToUserAndGroupSearches

nofollowExternalLinks

boolean nofollowExternalLinks

emailAddressVisibility

String emailAddressVisibility

allowRemoteApiAnonymous

boolean allowRemoteApiAnonymous

antiXssMode

boolean antiXssMode

enableSpaceStyles

boolean enableSpaceStyles

maxRssItems

int maxRssItems

showSystemInfoIn500Page

boolean showSystemInfoIn500Page

enableElevatedSecurityCheck

boolean enableElevatedSecurityCheck

loginAttemptsThreshold

int loginAttemptsThreshold

webSudoEnabled

boolean webSudoEnabled

webSudoTimeout

long webSudoTimeout

xsrfAddComments

boolean xsrfAddComments

attachmentSecurityLevel

AttachmentSecurityLevel attachmentSecurityLevel

emailAddressVisibilityTypes

List<E> emailAddressVisibilityTypes

editMode

boolean editMode

rssTimeout

int rssTimeout
Rss timeout in seconds.


pageTimeout

int pageTimeout
Page render timeout in seconds.

Class com.atlassian.confluence.admin.actions.SiteDarkFeaturesAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

featureKey

String featureKey

darkFeaturesManager

DarkFeaturesManager darkFeaturesManager

darkFeatures

DarkFeatures darkFeatures

Class com.atlassian.confluence.admin.actions.ViewIndexQueueAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

indexManager

ConfluenceIndexManager indexManager

queuedEntries

List<E> queuedEntries

Class com.atlassian.confluence.admin.actions.ViewOrUpdateLicenseAction extends AbstractUpdateLicenseAction implements Serializable

Serialized Fields

restartReminder

boolean restartReminder

Class com.atlassian.confluence.admin.actions.ViewSystemClasspathAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

duplicateClassFinder

DuplicateClassFinder duplicateClassFinder

Class com.atlassian.confluence.admin.actions.ViewSystemInfoAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

sysInfoService

SystemInformationService sysInfoService

servletContext

javax.servlet.ServletContext servletContext

gc

boolean gc

helper

SystemInformationHelper helper

clusterManager

ClusterManager clusterManager

settingsManager

SettingsManager settingsManager

scheduledJobManager

ScheduledJobManager scheduledJobManager

sidManager

ConfluenceSidManager sidManager

nonSystemPlugins

List<E> nonSystemPlugins

licenseService

LicenseService licenseService

Package com.atlassian.confluence.admin.actions.cluster

Class com.atlassian.confluence.admin.actions.cluster.ClusterConfigurationAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

clusterManager

ClusterManager clusterManager
Deprecated. 

clusterConfigurationHelper

ClusterConfigurationHelper clusterConfigurationHelper
Deprecated. 

Class com.atlassian.confluence.admin.actions.cluster.StartClusterAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

clusterName

String clusterName
Deprecated. 

clusterHome

String clusterHome
Deprecated. 

networkInterface

String networkInterface
Deprecated. 

taskId

String taskId
Deprecated. 

clusterAddressString

String clusterAddressString
Deprecated. 

clusterConfigurationHelper

ClusterConfigurationHelper clusterConfigurationHelper
Deprecated. 

longRunningTaskManager

LongRunningTaskManager longRunningTaskManager
Deprecated. 

clusterSetupValidator

ClusterSetupValidator clusterSetupValidator
Deprecated. 

Package com.atlassian.confluence.admin.actions.debug

Class com.atlassian.confluence.admin.actions.debug.BrowseCommentsAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

commentManager

CommentManager commentManager

spaceManager

SpaceManager spaceManager

comments

List<E> comments

deleteCommentsList

List<E> deleteCommentsList

Class com.atlassian.confluence.admin.actions.debug.EncodingTestAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

submittedTestString

String submittedTestString

databasedTestString

String databasedTestString

databasedLowercaseTestString

String databasedLowercaseTestString

sessionFactory

net.sf.hibernate.SessionFactory sessionFactory

fileNameEncodingTester

FileNameEncodingTester fileNameEncodingTester

applicationConfig

com.atlassian.config.ApplicationConfiguration applicationConfig

Class com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

provider

com.atlassian.plugin.osgi.hostcomponents.HostComponentProvider provider

registrar

PluginOsgiExportsAction.StubComponentRegistrar registrar

Class com.atlassian.confluence.admin.actions.debug.RebuildAncestorTableAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

pageAncestorManager

PageAncestorManager pageAncestorManager

Package com.atlassian.confluence.admin.actions.languages

Class com.atlassian.confluence.admin.actions.languages.ConfigureLanguageAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

globalDefaultLocale

String globalDefaultLocale

editMode

boolean editMode

Package com.atlassian.confluence.admin.actions.lookandfeel

Class com.atlassian.confluence.admin.actions.lookandfeel.AbstractDecoratorAction extends AbstractLookAndFeelAction implements Serializable

Serialized Fields

content

String content

decoratorName

String decoratorName

Class com.atlassian.confluence.admin.actions.lookandfeel.AbstractLookAndFeelAction extends AbstractSpaceAction implements Serializable

Serialized Fields

layoutHelper

LayoutHelper layoutHelper

colourSchemeManager

ColourSchemeManager colourSchemeManager

Class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction extends AbstractLookAndFeelAction implements Serializable

Serialized Fields

themeKey

String themeKey

Class com.atlassian.confluence.admin.actions.lookandfeel.ChooseThemeAction extends AbstractThemeAction implements Serializable

Class com.atlassian.confluence.admin.actions.lookandfeel.ColourPickerAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

colourKey

String colourKey

Class com.atlassian.confluence.admin.actions.lookandfeel.ColourSchemeAction extends LookAndFeelAction implements Serializable

Serialized Fields

resetDefaults

boolean resetDefaults

colourMap

Map<K,V> colourMap

Class com.atlassian.confluence.admin.actions.lookandfeel.CustomHtmlAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

customHtmlSettings

CustomHtmlSettings customHtmlSettings

Class com.atlassian.confluence.admin.actions.lookandfeel.EditDecoratorAction extends AbstractDecoratorAction implements Serializable

Serialized Fields

customLayoutManager

CustomLayoutManager customLayoutManager

Class com.atlassian.confluence.admin.actions.lookandfeel.EditStylesheetAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

style

String style

permissionManager

PermissionManager permissionManager

stylesheetManager

StylesheetManager stylesheetManager

Class com.atlassian.confluence.admin.actions.lookandfeel.LookAndFeelAction extends AbstractLookAndFeelAction implements Serializable

Serialized Fields

editableColourScheme

BaseColourScheme editableColourScheme

Class com.atlassian.confluence.admin.actions.lookandfeel.ViewDefaultDecoratorAction extends AbstractDecoratorAction implements Serializable


Package com.atlassian.confluence.admin.actions.macros

Class com.atlassian.confluence.admin.actions.macros.AddUserMacroAction extends UserMacroAction implements Serializable

Serialized Fields

start

boolean start
Flag that determines whether the macro template field is pre-populated with an example in usermacro-form.vm

Class com.atlassian.confluence.admin.actions.macros.RemoveUserMacroAction extends UserMacroAction implements Serializable

Class com.atlassian.confluence.admin.actions.macros.UpdateUserMacroAction extends UserMacroAction implements Serializable

Serialized Fields

originalName

String originalName

legacyOutputTypes

List<E> legacyOutputTypes
This is lazily initialized as the action is instantiated before the main spring context is up.

Class com.atlassian.confluence.admin.actions.macros.UserMacroAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

categories

List<E> categories

bodyTypeKeys

List<E> bodyTypeKeys

userMacro

UserMacroConfig userMacro

userMacroLibrary

UserMacroLibrary userMacroLibrary

macroManager

com.atlassian.renderer.v2.macro.MacroManager macroManager

macroMetadataManager

MacroMetadataManager macroMetadataManager

macro

String macro

showInMacroBrowser

boolean showInMacroBrowser

userMacros

List<E> userMacros

Package com.atlassian.confluence.admin.actions.mail

Class com.atlassian.confluence.admin.actions.mail.CreateMailServerAction extends AbstractSetupEmailAction implements Serializable

Serialized Fields

actionName

String actionName

Class com.atlassian.confluence.admin.actions.mail.EditMailServerAction extends AbstractSetupEmailAction implements Serializable

Serialized Fields

actionName

String actionName

Class com.atlassian.confluence.admin.actions.mail.RemoveMailServerAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

id

Long id

mailServerManager

com.atlassian.mail.server.MailServerManager mailServerManager

Class com.atlassian.confluence.admin.actions.mail.SendTestEmailAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

id

Long id

to

String to

subject

String subject

messageType

String messageType

message

String message

logMessage

String logMessage

mailServerManager

com.atlassian.mail.server.MailServerManager mailServerManager

Class com.atlassian.confluence.admin.actions.mail.ViewMailQueueAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

page

String page

queue

com.atlassian.core.task.TaskQueueWithErrorQueue queue

Class com.atlassian.confluence.admin.actions.mail.ViewMailServersAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

mailServerManager

com.atlassian.mail.server.MailServerManager mailServerManager

mailServers

List<E> mailServers

Package com.atlassian.confluence.admin.actions.migration

Class com.atlassian.confluence.admin.actions.migration.MigrateExternalMembershipsAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

applicationDao

com.atlassian.crowd.dao.application.ApplicationDAO applicationDao

directoryInstanceLoader

com.atlassian.crowd.directory.loader.DirectoryInstanceLoader directoryInstanceLoader

migrator

AtlassianUserExternalDataMigrator migrator

transactionManager

org.springframework.transaction.PlatformTransactionManager transactionManager

synchronous

boolean synchronous

Class com.atlassian.confluence.admin.actions.migration.MigrateUserPropertyEntriesAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

longRunningTaskManager

LongRunningTaskManager longRunningTaskManager

directoryInstanceLoader

com.atlassian.crowd.directory.loader.DirectoryInstanceLoader directoryInstanceLoader

transactionManager

org.springframework.transaction.PlatformTransactionManager transactionManager

legacyJiraUserDataMigrator

LegacyJiraUserDataMigrator legacyJiraUserDataMigrator

crowdDirectoryService

com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService

taskId

LongRunningTaskId taskId

synchronous

boolean synchronous

Package com.atlassian.confluence.admin.actions.plugins

Class com.atlassian.confluence.admin.actions.plugins.ManagePluginsAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

pluginController

com.atlassian.plugin.PluginController pluginController

selectedPlugin

com.atlassian.plugin.Plugin selectedPlugin

pluginKey

String pluginKey

moduleKey

String moduleKey

session

Map<K,V> session

nonSystemPlugins

List<E> nonSystemPlugins

newPlugins

Integer newPlugins

uninstallSuccessful

boolean uninstallSuccessful

mode

String mode

Class com.atlassian.confluence.admin.actions.plugins.UploadPluginAction extends ManagePluginsAction implements Serializable


Package com.atlassian.confluence.admin.actions.tasks

Class com.atlassian.confluence.admin.actions.tasks.ManageAdminTaskAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

key

String key

adminTasklistManager

AdminTasklistManager adminTasklistManager

Package com.atlassian.confluence.admin.actions.trust

Class com.atlassian.confluence.admin.actions.trust.AbstractTrustedApplicationAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

trustedApplicationsManager

TrustedApplicationsManager trustedApplicationsManager

Class com.atlassian.confluence.admin.actions.trust.EditTrustedApplicationAction extends AbstractTrustedApplicationAction implements Serializable

Serialized Fields

certificateRetrievalService

HttpCertificateRetrievalService certificateRetrievalService

applicationName

String applicationName

applicationKeyAlias

String applicationKeyAlias

id

long id

requestTimeout

int requestTimeout

ipRestrictions

Set<E> ipRestrictions

urlRestrictions

Set<E> urlRestrictions

sessionMap

Map<K,V> sessionMap

Class com.atlassian.confluence.admin.actions.trust.RemoveTrustedApplicationAction extends AbstractTrustedApplicationAction implements Serializable

Serialized Fields

id

long id

Class com.atlassian.confluence.admin.actions.trust.ViewTrustedApplicationsAction extends AbstractTrustedApplicationAction implements Serializable

Serialized Fields

applications

Collection<E> applications

Package com.atlassian.confluence.admin.actions.upgrade

Class com.atlassian.confluence.admin.actions.upgrade.ForceUpgradeAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

manuallyRunnableUpgradeTasks

List<E> manuallyRunnableUpgradeTasks

upgradeTaskToRun

String upgradeTaskToRun

transactionManager

org.springframework.transaction.PlatformTransactionManager transactionManager

upgradeErrors

Collection<E> upgradeErrors

upgradeException

Exception upgradeException

Package com.atlassian.confluence.admin.tasks

Class com.atlassian.confluence.admin.tasks.AdminTaskData extends Object implements Serializable

Serialized Fields

completedAt

Date completedAt

completedByUsername

String completedByUsername

completedByFullName

String completedByFullName

signedOffValue

String signedOffValue

Package com.atlassian.confluence.api.service.exceptions

Class com.atlassian.confluence.api.service.exceptions.BadRequestException extends ServiceException implements Serializable

Serialized Fields

validationResult

ValidationResult validationResult

Class com.atlassian.confluence.api.service.exceptions.ConflictException extends ServiceException implements Serializable

Class com.atlassian.confluence.api.service.exceptions.ContentTooLongException extends IOException implements Serializable

Class com.atlassian.confluence.api.service.exceptions.InternalServerException extends ServiceException implements Serializable

Class com.atlassian.confluence.api.service.exceptions.InvalidRepresentationException extends RuntimeException implements Serializable

Serialized Fields

permittedRepresentations

ContentRepresentation[] permittedRepresentations

Class com.atlassian.confluence.api.service.exceptions.NotFoundException extends ServiceException implements Serializable

Class com.atlassian.confluence.api.service.exceptions.PermissionException extends ServiceException implements Serializable

Class com.atlassian.confluence.api.service.exceptions.ServiceException extends RuntimeException implements Serializable


Package com.atlassian.confluence.api.service.exceptions.unchecked

Class com.atlassian.confluence.api.service.exceptions.unchecked.NotImplementedServiceException extends ServiceException implements Serializable


Package com.atlassian.confluence.cache

Class com.atlassian.confluence.cache.CacheStatisticsAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

cacheConfigManager

CacheConfigManager cacheConfigManager
Deprecated. 

showDistributions

boolean showDistributions
Deprecated. 

cacheName

String cacheName
Deprecated. 

cacheSize

int cacheSize
Deprecated. 

Package com.atlassian.confluence.cache.ehcache.config.migration

Class com.atlassian.confluence.cache.ehcache.config.migration.EhCacheConfigMigrationException extends Exception implements Serializable


Package com.atlassian.confluence.cache.hazelcast.hibernate

Class com.atlassian.confluence.cache.hazelcast.hibernate.CacheValue extends Object implements Serializable

Serialized Fields

value

Object value

version

Object version

txTimestamp

long txTimestamp

Package com.atlassian.confluence.cache.option

Class com.atlassian.confluence.cache.option.None extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Deprecated. 
Override default serialization behaviour to return a reference to the singleton instance. This will mean hashCode and equals will behave as expected on objects tha have been sent over the distributed cache.

Throws:
ObjectStreamException

Class com.atlassian.confluence.cache.option.Some extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

object

Object object
Deprecated. 

Package com.atlassian.confluence.cluster

Class com.atlassian.confluence.cluster.AlreadyClusteredException extends ClusterException implements Serializable

Serialized Fields

clusterInformation

ClusterInformation clusterInformation

Class com.atlassian.confluence.cluster.ClusterAlreadyExistsException extends NamedClusterException implements Serializable

Class com.atlassian.confluence.cluster.ClusterException extends Exception implements Serializable

Class com.atlassian.confluence.cluster.ClusterInvariants extends Object implements Serializable

Serialized Fields

buildNumber

String buildNumber

Class com.atlassian.confluence.cluster.ClusterLicenseExceededException extends ClusterException implements Serializable

Serialized Fields

clusterName

String clusterName

clusterAddress

InetAddress clusterAddress

permittedClusterNodes

int permittedClusterNodes

Class com.atlassian.confluence.cluster.ClusterNotPermittedException extends ClusterException implements Serializable

Class com.atlassian.confluence.cluster.InvalidClusterAddressException extends ClusterException implements Serializable

Serialized Fields

address

InetAddress address

Class com.atlassian.confluence.cluster.NamedClusterException extends ClusterException implements Serializable

Serialized Fields

clusterAddress

InetAddress clusterAddress

clusterName

String clusterName

Class com.atlassian.confluence.cluster.NodeStatusImpl extends Object implements Serializable

Serialized Fields

jvmStats

Map<K,V> jvmStats

props

Map<K,V> props

buildStats

Map<K,V> buildStats

Class com.atlassian.confluence.cluster.NoSuchClusterException extends NamedClusterException implements Serializable


Package com.atlassian.confluence.cluster.hazelcast

Class com.atlassian.confluence.cluster.hazelcast.CollectClusterInvariants extends Object implements Serializable

serialVersionUID: -7900392314635172475L

Serialized Fields

requestingMember

String requestingMember

Class com.atlassian.confluence.cluster.hazelcast.CollectNodeStatus extends Object implements Serializable

serialVersionUID: 7953447355233473859L

Serialized Fields

requestingMember

String requestingMember

Class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterEventWrapper extends ClusterEventWrapper implements Serializable

Serialized Fields

wrappedEvent

com.atlassian.hazelcast.serialization.OsgiSafe<T> wrappedEvent

Class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterNodeInformation extends Object implements Serializable

serialVersionUID: 7196398488574659353L

Serialized Fields

member

com.hazelcast.core.Member member

nodeIdentifierRef

com.google.common.base.Supplier<T> nodeIdentifierRef

Package com.atlassian.confluence.cluster.safety

Class com.atlassian.confluence.cluster.safety.ClusterPanicEvent extends ConfluenceEvent implements Serializable

Serialized Fields

description

String description

Package com.atlassian.confluence.cluster.shareddata

Class com.atlassian.confluence.cluster.shareddata.PluginSharedDataKey extends Object implements Serializable

serialVersionUID: 962835242393570432L

Serialized Fields

pluginKey

String pluginKey

sharedDataKey

String sharedDataKey

Package com.atlassian.confluence.content

Class com.atlassian.confluence.content.ContentProperties extends Object implements Serializable

Serialized Fields

properties

List<E> properties

Class com.atlassian.confluence.content.ContentProperty extends Object implements Serializable

Serialized Fields

id

long id

name

String name

stringValue

String stringValue

longValue

Long longValue

dateValue

Date dateValue

content

ContentEntityObject content

Class com.atlassian.confluence.content.CustomContentEntityObject extends SpaceContentEntityObject implements Serializable

Serialized Fields

parent

CustomContentEntityObject parent

adapter

ContentEntityAdapter adapter

pluginModuleKey

String pluginModuleKey

pluginVersion

String pluginVersion

Package com.atlassian.confluence.content.event

Class com.atlassian.confluence.content.event.PluginContentCreatedEvent extends ContentEvent implements Serializable

Serialized Fields

content

CustomContentEntityObject content

Class com.atlassian.confluence.content.event.PluginContentRemovedEvent extends ContentEvent implements Serializable

Serialized Fields

content

CustomContentEntityObject content

Class com.atlassian.confluence.content.event.PluginContentUpdatedEvent extends ContentEvent implements Serializable

Serialized Fields

oldContent

CustomContentEntityObject oldContent

currentContent

CustomContentEntityObject currentContent

saveContext

SaveContext saveContext

Class com.atlassian.confluence.content.event.PluginContentWillBeRemovedForSpaceEvent extends SpaceEvent implements Serializable


Package com.atlassian.confluence.content.render.xhtml

Class com.atlassian.confluence.content.render.xhtml.XhtmlException extends Exception implements Serializable

Class com.atlassian.confluence.content.render.xhtml.XhtmlFragmentTimeoutEvent extends ConfluenceEvent implements Serializable

Serialized Fields

entity

ContentEntityObject entity
The entity where this macro was being rendered.


allowedTimeInSeconds

long allowedTimeInSeconds
The number of seconds the timeout was set for.


exceededTimeInMilliseconds

long exceededTimeInMilliseconds
The number of milliseconds since the timeout expired at the time the exception was created.

Class com.atlassian.confluence.content.render.xhtml.XhtmlMacroTimeoutEvent extends ConfluenceEvent implements Serializable

Serialized Fields

name

String name
The name of the macro that timed out.


entity

ContentEntityObject entity
The entity where this macro was being rendered.


allowedTimeInSeconds

long allowedTimeInSeconds
The number of seconds the timeout was set for.


exceededTimeInMilliseconds

long exceededTimeInMilliseconds
The number of milliseconds since the timeout expired at the time the event was created.

Class com.atlassian.confluence.content.render.xhtml.XhtmlParsingException extends XhtmlException implements Serializable

Serialized Fields

lineNumber

int lineNumber

columnNumber

int columnNumber

parserMessage

String parserMessage

Class com.atlassian.confluence.content.render.xhtml.XhtmlTimeoutException extends XhtmlException implements Serializable

Serialized Fields

allowedTimeInSeconds

long allowedTimeInSeconds
The number of seconds the timeout was set for.


exceededTimeInMilliseconds

long exceededTimeInMilliseconds
The number of milliseconds since the timeout expired at the time the exception was created.


Package com.atlassian.confluence.content.render.xhtml.editor.embed

Class com.atlassian.confluence.content.render.xhtml.editor.embed.CannotUnmarshalEmbeddedResourceException extends TransformationException implements Serializable

Serialized Fields

resourceIdentifier

ResourceIdentifier resourceIdentifier

title

String title

Package com.atlassian.confluence.content.render.xhtml.editor.link

Class com.atlassian.confluence.content.render.xhtml.editor.link.CannotUnmarshalLinkException extends TransformationException implements Serializable

Serialized Fields

resourceIdentifier

ResourceIdentifier resourceIdentifier

linkAlias

String linkAlias

Class com.atlassian.confluence.content.render.xhtml.editor.link.EmptyLinkBodyException extends TransformationException implements Serializable


Package com.atlassian.confluence.content.render.xhtml.editor.macro

Class com.atlassian.confluence.content.render.xhtml.editor.macro.InvalidMacroParameterException extends Exception implements Serializable


Package com.atlassian.confluence.content.render.xhtml.links

Class com.atlassian.confluence.content.render.xhtml.links.LinksUpdateException extends RuntimeException implements Serializable


Package com.atlassian.confluence.content.render.xhtml.migration

Class com.atlassian.confluence.content.render.xhtml.migration.BatchException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

causes

List<E> causes

Class com.atlassian.confluence.content.render.xhtml.migration.OrderedEntityObjectBatchableWorkSource.EntityRetrievalException extends RuntimeException implements Serializable


Package com.atlassian.confluence.content.render.xhtml.migration.exceptions

Class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ContentMigrationException extends MigrationException implements Serializable

Serialized Fields

id

long id

title

String title

spaceKey

String spaceKey

spaceName

String spaceName

version

int version

type

String type

Class com.atlassian.confluence.content.render.xhtml.migration.exceptions.InvalidMigrationException extends RuntimeException implements Serializable

Class com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException extends Exception implements Serializable

Class com.atlassian.confluence.content.render.xhtml.migration.exceptions.PageTemplateMigrationException extends MigrationException implements Serializable

Serialized Fields

id

long id

spaceKey

String spaceKey

spaceName

String spaceName

name

String name

description

String description

version

int version

Class com.atlassian.confluence.content.render.xhtml.migration.exceptions.SettingsMigrationException extends MigrationException implements Serializable

Serialized Fields

settingName

String settingName

Class com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException extends RuntimeException implements Serializable

Serialized Fields

macroName

String macroName

Package com.atlassian.confluence.content.render.xhtml.migration.macro

Class com.atlassian.confluence.content.render.xhtml.migration.macro.ContentRemigrationAction extends ConfluenceActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

macroSearchResult

SearchResults macroSearchResult

macroMigrationService

MacroMigrationService macroMigrationService

Package com.atlassian.confluence.content.render.xhtml.model.resource.identifiers

Class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.CannotResolveAttachmentContainerException extends CannotResolveResourceIdentifierException implements Serializable

Class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.CannotResolveResourceIdentifierException extends XhtmlException implements Serializable

Serialized Fields

resourceIdentifier

ResourceIdentifier resourceIdentifier

Class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ResourceIdentifierCreationException extends RuntimeException implements Serializable


Package com.atlassian.confluence.content.render.xhtml.transformers

Class com.atlassian.confluence.content.render.xhtml.transformers.TransformationException extends RuntimeException implements Serializable


Package com.atlassian.confluence.content.render.xhtml.validation

Class com.atlassian.confluence.content.render.xhtml.validation.ValidationException extends Exception implements Serializable

Serialized Fields

invalidXml

String invalidXml

Package com.atlassian.confluence.core

Class com.atlassian.confluence.core.AbstractLabelableEntityObject extends AbstractVersionedEntityObject implements Serializable

Serialized Fields

labellings

List<E> labellings

Class com.atlassian.confluence.core.AbstractVersionedEntityObject extends ConfluenceEntityObject implements Serializable

Serialized Fields

version

int version

originalVersion

AbstractVersionedEntityObject originalVersion

Class com.atlassian.confluence.core.BodyContent extends Object implements Serializable

Serialized Fields

id

long id

content

ContentEntityObject content

body

String body

bodyCleaned

boolean bodyCleaned

bodyType

BodyType bodyType

Class com.atlassian.confluence.core.BodyType extends Object implements Serializable

Serialized Fields

id

int id

Class com.atlassian.confluence.core.ConfluenceActionSupport extends com.opensymphony.xwork.ActionSupport implements Serializable

Serialized Fields

userLocale

Locale userLocale

userLocaleDefaultDatePattern

String userLocaleDefaultDatePattern

userAccessor

UserAccessor userAccessor

eventManager

com.atlassian.event.EventManager eventManager

spacePermissionManager

SpacePermissionManager spacePermissionManager

permissionManager

PermissionManager permissionManager

settingsManager

SettingsManager settingsManager

labelManager

LabelManager labelManager

languageManager

LanguageManager languageManager

contentUiSupport

ContentUiSupport<T extends ConfluenceEntityObject> contentUiSupport

localeManager

LocaleManager localeManager

i18NBean

I18NBean i18NBean

i18NBeanFactory

I18NBeanFactory i18NBeanFactory

messageHolder

MessageHolder messageHolder

docBean

DocumentationBean docBean

webInterfaceManager

com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager

formatSettingsManager

FormatSettingsManager formatSettingsManager

systemInformationService

SystemInformationService systemInformationService

loginManager

LoginManager loginManager

timeZoneManager

com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager

permitted

boolean permitted

permissionCheck

boolean permissionCheck

cancel

String cancel

bootstrapManager

BootstrapManager bootstrapManager

previousLoginDate

Date previousLoginDate
The remote user running this action


userInterfaceState

UserInterfaceState userInterfaceState

globalHelper

GlobalHelper globalHelper

dateFormatter

DateFormatter dateFormatter

friendlyDateFormatter

FriendlyDateFormatter friendlyDateFormatter

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

dateFormatService

DateFormatService dateFormatService

Class com.atlassian.confluence.core.ConfluenceEntityObject extends com.atlassian.core.bean.EntityObject implements Serializable

Serialized Fields

creator

ConfluenceUser creator

lastModifier

ConfluenceUser lastModifier

Class com.atlassian.confluence.core.ConfluenceException extends Exception implements Serializable

Class com.atlassian.confluence.core.ContentEntityObject extends AbstractLabelableEntityObject implements Serializable

Serialized Fields

title

String title

bodyContents

List<E> bodyContents

versionComment

String versionComment

outgoingLinks

List<E> outgoingLinks

referralLinks

List<E> referralLinks

trackbackLinks

List<E> trackbackLinks

contentStatus

String contentStatus

attachments

List<E> attachments

containerContent

ContentEntityObject containerContent

contentPermissionSets

List<E> contentPermissionSets

contentProperties

ContentProperties contentProperties

historicalVersions

List<E> historicalVersions
The historical versions of the content entity object, this field should NOT be used !!!


comments

List<E> comments

customContent

List<E> customContent

Class com.atlassian.confluence.core.ContentEntitySimulacrum extends SpaceContentEntityObject implements Serializable

Class com.atlassian.confluence.core.InsufficientPrivilegeException extends RuntimeException implements Serializable

Serialized Fields

username

String username

Class com.atlassian.confluence.core.PageContentEntityObject extends ContentEntityObject implements Serializable

Serialized Fields

page

AbstractPage page
Deprecated. 
The page of this entity.

Class com.atlassian.confluence.core.PersistentDecorator extends Object implements Serializable

Serialized Fields

id

long id

spaceKey

String spaceKey

name

String name

body

String body

lastModificationDate

Date lastModificationDate

Class com.atlassian.confluence.core.SpaceContentEntityObject extends ContentEntityObject implements Serializable

Serialized Fields

space

Space space
The space of this entity.


Package com.atlassian.confluence.core.actions

Class com.atlassian.confluence.core.actions.AttachmentNotFoundAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

pageId

long pageId

Class com.atlassian.confluence.core.actions.ColorsStylesheetAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

colorScheme

ColorSchemeBean colorScheme

colourSchemeManager

ColourSchemeManager colourSchemeManager

colourUtils

ColourUtils colourUtils

spaceKey

String spaceKey

Class com.atlassian.confluence.core.actions.CustomStylesheetAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

spaceKey

String spaceKey

style

String style

stylesheetManager

StylesheetManager stylesheetManager

Class com.atlassian.confluence.core.actions.FourOhFourAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

themeManager

ThemeManager themeManager

Class com.atlassian.confluence.core.actions.IndexAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

location

String location

Class com.atlassian.confluence.core.actions.ThemeColorsStylesheetAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

completeModuleKey

String completeModuleKey

stylesheetName

String stylesheetName

stylesheetLocation

String stylesheetLocation

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

colorScheme

ColorSchemeBean colorScheme

colourSchemeManager

ColourSchemeManager colourSchemeManager

spaceKey

String spaceKey

Class com.atlassian.confluence.core.actions.XsrfTokenExpiredAction extends ConfluenceActionSupport implements Serializable


Package com.atlassian.confluence.core.persistence.confluence

Class com.atlassian.confluence.core.persistence.confluence.StaleObjectStateException extends RuntimeException implements Serializable

Class com.atlassian.confluence.core.persistence.confluence.SwitcheableSessionFactory extends Object implements Serializable

Serialized Fields

sessionFactories

Map<K,V> sessionFactories

Package com.atlassian.confluence.core.persistence.hibernate

Class com.atlassian.confluence.core.persistence.hibernate.StringClobType extends net.sf.hibernate.type.StringType implements Serializable

Serialized Fields

isHsql

boolean isHsql

Class com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle extends TransientHibernateHandle implements Serializable


Package com.atlassian.confluence.core.service

Class com.atlassian.confluence.core.service.NotAuthorizedException extends IllegalStateException implements Serializable

Class com.atlassian.confluence.core.service.NotValidException extends IllegalStateException implements Serializable


Package com.atlassian.confluence.dashboard.actions

Class com.atlassian.confluence.dashboard.actions.ConfigureRssFeedAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

contentEntityManager

ContentEntityManager contentEntityManager

spaceManager

SpaceManager spaceManager

title

String title

spaces

List<E> spaces

excludedSpaceKeys

List<E> excludedSpaceKeys

created

boolean created

modified

boolean modified

maxResults

int maxResults

timeSpan

int timeSpan

rssType

String rssType

sort

String sort

publicFeed

boolean publicFeed

showContent

boolean showContent

rssLink

String rssLink

spacePickerHelper

SpacePickerHelper spacePickerHelper

settingsManager

SettingsManager settingsManager

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

types

List<E> types

blogSubTypes

List<E> blogSubTypes

pageSubTypes

List<E> pageSubTypes

Class com.atlassian.confluence.dashboard.actions.DashboardAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

welcomeMessageService

WelcomeMessageService welcomeMessageService

pageContext

PageContext pageContext

Class com.atlassian.confluence.dashboard.actions.GlobalRssFeedAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

rssType

String rssType

Class com.atlassian.confluence.dashboard.actions.HomepageAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

siteHomePageSpaceKey

String siteHomePageSpaceKey

spaceManager

SpaceManager spaceManager

Package com.atlassian.confluence.diff

Class com.atlassian.confluence.diff.ChangeChunk extends Object implements Serializable

Serialized Fields

type

DiffType type
Deprecated. 

lines

List<E> lines
Deprecated. 

Class com.atlassian.confluence.diff.CharacterChunk extends Object implements Serializable

Serialized Fields

type

DiffType type
Deprecated. 

text

String text
Deprecated. 

Class com.atlassian.confluence.diff.ConfluenceDiff extends Object implements Serializable

Serialized Fields

chunks

List<E> chunks
Deprecated. 

numChanges

int numChanges
Deprecated. 

Class com.atlassian.confluence.diff.DiffException extends RuntimeException implements Serializable

Class com.atlassian.confluence.diff.InterruptedDiffException extends DiffException implements Serializable

Serialized Fields

timeout

int timeout

Class com.atlassian.confluence.diff.LineChunk extends Object implements Serializable

Serialized Fields

wordChunks

List<E> wordChunks
Deprecated. 

type

DiffType type
Deprecated. 

Class com.atlassian.confluence.diff.WordChunk extends Object implements Serializable

Serialized Fields

type

DiffType type
Deprecated. 

characterChunks

List<E> characterChunks
Deprecated. 

Package com.atlassian.confluence.diff.actions

Class com.atlassian.confluence.diff.actions.ViewDiffOfDraftAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

bean

ConfluenceDiffDraftBean bean

draftManager

DraftManager draftManager

username

String username

draft

Draft draft

htmlDiffer

Differ htmlDiffer

Package com.atlassian.confluence.event.events

Class com.atlassian.confluence.event.events.ConfluenceEvent extends com.atlassian.event.Event implements Serializable


Package com.atlassian.confluence.event.events.admin

Class com.atlassian.confluence.event.events.admin.ConfigurationEvent extends ConfluenceEvent implements Serializable

Class com.atlassian.confluence.event.events.admin.ConfluenceReadyEvent extends ConfluenceEvent implements Serializable

Class com.atlassian.confluence.event.events.admin.DatabaseConfiguredEvent extends ConfluenceEvent implements Serializable

Class com.atlassian.confluence.event.events.admin.ExportFinishedEvent extends ConfluenceEvent implements Serializable

Serialized Fields

exportType

String exportType

exportScope

String exportScope

Class com.atlassian.confluence.event.events.admin.GlobalPermissionsUpdateEvent extends ConfluenceEvent implements Serializable

Class com.atlassian.confluence.event.events.admin.GlobalPermissionsViewEvent extends ConfluenceEvent implements Serializable

Class com.atlassian.confluence.event.events.admin.GlobalSettingsChangedEvent extends ConfigurationEvent implements Serializable

Serialized Fields

oldSettings

Settings oldSettings

newSettings

Settings newSettings

oldDomainName

String oldDomainName

newDomainName

String newDomainName

Class com.atlassian.confluence.event.events.admin.GlobalSettingsViewEvent extends ConfigurationEvent implements Serializable

Class com.atlassian.confluence.event.events.admin.ImportFinishedEvent extends ConfluenceEvent implements Serializable

Serialized Fields

siteImport

boolean siteImport

Class com.atlassian.confluence.event.events.admin.LicenceUpdatedEvent extends ConfigurationEvent implements Serializable

Serialized Fields

license

com.atlassian.extras.api.AtlassianLicense license

Class com.atlassian.confluence.event.events.admin.MailServerCreateEvent extends MailServerEvent implements Serializable

Class com.atlassian.confluence.event.events.admin.MailServerDeleteEvent extends MailServerEvent implements Serializable

Class com.atlassian.confluence.event.events.admin.MailServerEditEvent extends MailServerEvent implements Serializable

Serialized Fields

originalServerName

String originalServerName

Class com.atlassian.confluence.event.events.admin.MailServerEvent extends ConfigurationEvent implements Serializable

Serialized Fields

server

com.atlassian.mail.server.MailServer server

Class com.atlassian.confluence.event.events.admin.MaxCacheSizeChangedEvent extends ConfigurationEvent implements Serializable

Serialized Fields

cacheName

String cacheName

maxCacheSize

int maxCacheSize

Class com.atlassian.confluence.event.events.admin.PluginMacroRegisteredEvent extends ConfigurationEvent implements Serializable

Serialized Fields

macroName

String macroName

Class com.atlassian.confluence.event.events.admin.PluginMacroUnregisteredEvent extends ConfigurationEvent implements Serializable

Serialized Fields

macroName

String macroName

Class com.atlassian.confluence.event.events.admin.ReindexEvent extends ConfluenceEvent implements Serializable

Class com.atlassian.confluence.event.events.admin.ReindexFinishedEvent extends ReindexEvent implements Serializable

Class com.atlassian.confluence.event.events.admin.ReindexStageFinishedEvent extends ReindexEvent implements Serializable

Serialized Fields

reIndexOption

ReIndexOption reIndexOption

Class com.atlassian.confluence.event.events.admin.ReindexStageStartedEvent extends ReindexEvent implements Serializable

Serialized Fields

reIndexOption

ReIndexOption reIndexOption

Class com.atlassian.confluence.event.events.admin.ReindexStartedEvent extends ReindexEvent implements Serializable

Class com.atlassian.confluence.event.events.admin.ResetHibernateIdRangeEvent extends ConfluenceEvent implements Serializable

Class com.atlassian.confluence.event.events.admin.SiteDarkFeatureDisabledEvent extends ConfluenceEvent implements Serializable

serialVersionUID: 8204675600659165265L

Serialized Fields

featureKey

String featureKey

Class com.atlassian.confluence.event.events.admin.SiteDarkFeatureEnabledEvent extends ConfluenceEvent implements Serializable

serialVersionUID: -2775161611504010285L

Serialized Fields

featureKey

String featureKey

Class com.atlassian.confluence.event.events.admin.UpgradeFinishedEvent extends ConfluenceEvent implements Serializable

Class com.atlassian.confluence.event.events.admin.WebDAVSettingsChangedEvent extends ConfigurationEvent implements Serializable

Serialized Fields

manager

BootstrapManager manager

Package com.atlassian.confluence.event.events.cluster

Class com.atlassian.confluence.event.events.cluster.ClusterEventWrapper extends ConfluenceEvent implements Serializable

Serialized Fields

event

com.atlassian.event.Event event

Class com.atlassian.confluence.event.events.cluster.ClusterReindexRequiredEvent extends ConfluenceEvent implements Serializable

Class com.atlassian.confluence.event.events.cluster.ClusterSharedHomeSanityCheckEvent extends ConfluenceEvent implements Serializable

serialVersionUID: 1L


Package com.atlassian.confluence.event.events.content

Class com.atlassian.confluence.event.events.content.ContentEvent extends ConfluenceEvent implements Serializable

Serialized Fields

suppressNotifications

boolean suppressNotifications

Package com.atlassian.confluence.event.events.content.attachment

Class com.atlassian.confluence.event.events.content.attachment.AttachmentBatchUploadCompletedEvent extends GeneralAttachmentBatchUploadCompletedEvent implements Serializable

Class com.atlassian.confluence.event.events.content.attachment.AttachmentCreateEvent extends GeneralAttachmentCreateEvent implements Serializable

Class com.atlassian.confluence.event.events.content.attachment.AttachmentEvent extends ContentEvent implements Serializable

Serialized Fields

attachments

List<E> attachments

attachedTo

ContentEntityObject attachedTo

Class com.atlassian.confluence.event.events.content.attachment.AttachmentListViewEvent extends SpaceEvent implements Serializable

Serialized Fields

fileExtension

String fileExtension

Class com.atlassian.confluence.event.events.content.attachment.AttachmentRemoveEvent extends GeneralAttachmentRemoveEvent implements Serializable

Class com.atlassian.confluence.event.events.content.attachment.AttachmentUpdateEvent extends GeneralAttachmentUpdateEvent implements Serializable

Class com.atlassian.confluence.event.events.content.attachment.AttachmentVersionRemoveEvent extends GeneralAttachmentVersionRemoveEvent implements Serializable

Class com.atlassian.confluence.event.events.content.attachment.AttachmentViewEvent extends AttachmentEvent implements Serializable

Class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentBatchUploadCompletedEvent extends AttachmentEvent implements Serializable

Class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentCreateEvent extends AttachmentEvent implements Serializable

Class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentRemoveEvent extends AttachmentEvent implements Serializable

Serialized Fields

remover

com.atlassian.user.User remover

Class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentUpdateEvent extends AttachmentEvent implements Serializable

Serialized Fields

attachment

Attachment attachment

previousVersion

Attachment previousVersion

Class com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentVersionRemoveEvent extends AttachmentEvent implements Serializable

Serialized Fields

remover

com.atlassian.user.User remover

Class com.atlassian.confluence.event.events.content.attachment.HiddenAttachmentBatchUploadCompletedEvent extends GeneralAttachmentBatchUploadCompletedEvent implements Serializable

Class com.atlassian.confluence.event.events.content.attachment.HiddenAttachmentCreateEvent extends GeneralAttachmentCreateEvent implements Serializable

Class com.atlassian.confluence.event.events.content.attachment.HiddenAttachmentRemoveEvent extends GeneralAttachmentRemoveEvent implements Serializable

Class com.atlassian.confluence.event.events.content.attachment.HiddenAttachmentUpdateEvent extends GeneralAttachmentUpdateEvent implements Serializable

Class com.atlassian.confluence.event.events.content.attachment.HiddenAttachmentVersionRemoveEvent extends GeneralAttachmentVersionRemoveEvent implements Serializable

Class com.atlassian.confluence.event.events.content.attachment.ProfilePictureThumbnailViewEvent extends ProfilePictureViewEvent implements Serializable

Class com.atlassian.confluence.event.events.content.attachment.ProfilePictureViewEvent extends AttachmentViewEvent implements Serializable

Class com.atlassian.confluence.event.events.content.attachment.ThumbnailViewEvent extends AttachmentViewEvent implements Serializable


Package com.atlassian.confluence.event.events.content.blogpost

Class com.atlassian.confluence.event.events.content.blogpost.BlogPostCreateEvent extends BlogPostEvent implements Serializable

Serialized Fields

context

com.google.common.collect.ImmutableMap<K,V> context

Class com.atlassian.confluence.event.events.content.blogpost.BlogPostEvent extends ContentEvent implements Serializable

Serialized Fields

blogPost

BlogPost blogPost

Class com.atlassian.confluence.event.events.content.blogpost.BlogPostInfoViewEvent extends BlogPostViewEvent implements Serializable

Class com.atlassian.confluence.event.events.content.blogpost.BlogPostMovedEvent extends BlogPostEvent implements Serializable

Serialized Fields

user

ConfluenceUser user

originalSpace

Space originalSpace

currentSpace

Space currentSpace

Class com.atlassian.confluence.event.events.content.blogpost.BlogPostRemoveEvent extends BlogPostEvent implements Serializable

Class com.atlassian.confluence.event.events.content.blogpost.BlogPostRestoreEvent extends BlogPostEvent implements Serializable

Class com.atlassian.confluence.event.events.content.blogpost.BlogPostTrashedEvent extends BlogPostEvent implements Serializable

Serialized Fields

trasher

com.atlassian.user.User trasher

Class com.atlassian.confluence.event.events.content.blogpost.BlogPostUpdateEvent extends BlogPostEvent implements Serializable

Serialized Fields

originalBlogPost

BlogPost originalBlogPost

updateTrigger

PageUpdateTrigger updateTrigger

Class com.atlassian.confluence.event.events.content.blogpost.BlogPostViewEvent extends BlogPostEvent implements Serializable


Package com.atlassian.confluence.event.events.content.comment

Class com.atlassian.confluence.event.events.content.comment.CommentCreateEvent extends CommentEvent implements Serializable

Class com.atlassian.confluence.event.events.content.comment.CommentEvent extends ContentEvent implements Serializable

Serialized Fields

comment

Comment comment

Class com.atlassian.confluence.event.events.content.comment.CommentRemoveEvent extends CommentEvent implements Serializable

Serialized Fields

remover

com.atlassian.user.User remover

Class com.atlassian.confluence.event.events.content.comment.CommentUpdateEvent extends CommentEvent implements Serializable

Serialized Fields

originalComment

Comment originalComment

Package com.atlassian.confluence.event.events.content.mail

Class com.atlassian.confluence.event.events.content.mail.MailCreateEvent extends MailEvent implements Serializable

Class com.atlassian.confluence.event.events.content.mail.MailEvent extends ContentEvent implements Serializable

Serialized Fields

mail

Mail mail

Class com.atlassian.confluence.event.events.content.mail.MailRemoveEvent extends MailEvent implements Serializable

Class com.atlassian.confluence.event.events.content.mail.MailUpdateEvent extends MailEvent implements Serializable

Serialized Fields

originalMail

Mail originalMail

Package com.atlassian.confluence.event.events.content.mail.notification

Class com.atlassian.confluence.event.events.content.mail.notification.ContentNotificationAddedEvent extends ContentNotificationEvent implements Serializable

Class com.atlassian.confluence.event.events.content.mail.notification.ContentNotificationEvent extends NotificationEvent implements Serializable

Class com.atlassian.confluence.event.events.content.mail.notification.ContentNotificationRemovedEvent extends ContentNotificationEvent implements Serializable

Class com.atlassian.confluence.event.events.content.mail.notification.NotificationEvent extends ConfluenceEvent implements Serializable

Serialized Fields

notification

Notification notification

Class com.atlassian.confluence.event.events.content.mail.notification.SiteNotificationAddedEvent extends SiteNotificationEvent implements Serializable

Class com.atlassian.confluence.event.events.content.mail.notification.SiteNotificationEvent extends NotificationEvent implements Serializable

Class com.atlassian.confluence.event.events.content.mail.notification.SiteNotificationRemovedEvent extends SiteNotificationEvent implements Serializable

Class com.atlassian.confluence.event.events.content.mail.notification.SpaceNotificationAddedEvent extends SpaceNotificationEvent implements Serializable

Class com.atlassian.confluence.event.events.content.mail.notification.SpaceNotificationEvent extends NotificationEvent implements Serializable

Class com.atlassian.confluence.event.events.content.mail.notification.SpaceNotificationRemovedEvent extends SpaceNotificationEvent implements Serializable


Package com.atlassian.confluence.event.events.content.page

Class com.atlassian.confluence.event.events.content.page.PageChildrenReorderEvent extends PageEvent implements Serializable

Serialized Fields

user

com.atlassian.user.User user

oldSortedChildren

List<E> oldSortedChildren

newSortedChildren

List<E> newSortedChildren

Class com.atlassian.confluence.event.events.content.page.PageCreateEvent extends PageEvent implements Serializable

Serialized Fields

context

com.google.common.collect.ImmutableMap<K,V> context

Class com.atlassian.confluence.event.events.content.page.PageCreateFromTemplateEvent extends PageEvent implements Serializable

Serialized Fields

templateId

String templateId

Class com.atlassian.confluence.event.events.content.page.PageEvent extends ContentEvent implements Serializable

Serialized Fields

page

Page page

Class com.atlassian.confluence.event.events.content.page.PageInfoViewEvent extends PageViewEvent implements Serializable

Class com.atlassian.confluence.event.events.content.page.PageListViewEvent extends SpaceEvent implements Serializable

Serialized Fields

viewType

String viewType

Class com.atlassian.confluence.event.events.content.page.PageMoveCompletedEvent extends ConfluenceEvent implements Serializable

Serialized Fields

movedPageList

List<E> movedPageList

oldSpace

Space oldSpace

Class com.atlassian.confluence.event.events.content.page.PageMoveEvent extends PageEvent implements Serializable

Serialized Fields

theMover

com.atlassian.user.User theMover

oldSpace

Space oldSpace

oldParentPage

Page oldParentPage

oldPosition

Integer oldPosition

movedBecauseOfParent

boolean movedBecauseOfParent

movedPageList

List<E> movedPageList

Class com.atlassian.confluence.event.events.content.page.PageRemoveEvent extends PageEvent implements Serializable

Class com.atlassian.confluence.event.events.content.page.PageRestoreEvent extends PageEvent implements Serializable

Class com.atlassian.confluence.event.events.content.page.PageTrashedEvent extends PageEvent implements Serializable

Serialized Fields

trasher

com.atlassian.user.User trasher

Class com.atlassian.confluence.event.events.content.page.PageUpdateEvent extends PageEvent implements Serializable

Serialized Fields

originalPage

AbstractPage originalPage

updateTrigger

PageUpdateTrigger updateTrigger

Class com.atlassian.confluence.event.events.content.page.PageViewEvent extends PageEvent implements Serializable


Package com.atlassian.confluence.event.events.content.page.async

Class com.atlassian.confluence.event.events.content.page.async.PageCreatedEvent extends PageEvent implements Serializable

Class com.atlassian.confluence.event.events.content.page.async.PageEditedEvent extends PageEvent implements Serializable

Serialized Fields

originalPageId

Long originalPageId
Deprecated. 

originalVersion

Integer originalVersion
Deprecated. 

Class com.atlassian.confluence.event.events.content.page.async.PageEvent extends com.atlassian.event.Event implements Serializable

Serialized Fields

originatingUserKey

com.atlassian.sal.api.user.UserKey originatingUserKey

pageId

Long pageId

pageVersion

Integer pageVersion

suppressNotifications

boolean suppressNotifications

Class com.atlassian.confluence.event.events.content.page.async.PageMovedEvent extends PageEvent implements Serializable

Serialized Fields

originalSpaceKey

String originalSpaceKey
Deprecated. 

currentSpaceKey

String currentSpaceKey
Deprecated. 

originalParentPageId

Long originalParentPageId
Deprecated. 

currentParentPageId

Long currentParentPageId
Deprecated. 

movedBecauseOfParent

boolean movedBecauseOfParent
Deprecated. 

hasMovedChildren

boolean hasMovedChildren
Deprecated. 

Class com.atlassian.confluence.event.events.content.page.async.PageTrashedEvent extends PageEvent implements Serializable


Package com.atlassian.confluence.event.events.content.user

Class com.atlassian.confluence.event.events.content.user.PersonalInformationCreateEvent extends PersonalInformationEvent implements Serializable

Class com.atlassian.confluence.event.events.content.user.PersonalInformationEvent extends ContentEvent implements Serializable

Serialized Fields

personalInformation

PersonalInformation personalInformation

Class com.atlassian.confluence.event.events.content.user.PersonalInformationRemoveEvent extends PersonalInformationEvent implements Serializable

Class com.atlassian.confluence.event.events.content.user.PersonalInformationUpdateEvent extends PersonalInformationEvent implements Serializable

Serialized Fields

originalPersonalInformation

PersonalInformation originalPersonalInformation

Package com.atlassian.confluence.event.events.exception

Class com.atlassian.confluence.event.events.exception.ConfluenceEventPropagatingException extends RuntimeException implements Serializable


Package com.atlassian.confluence.event.events.follow

Class com.atlassian.confluence.event.events.follow.FollowEvent extends ConfluenceEvent implements Serializable

Serialized Fields

follower

ConfluenceUser follower

followee

ConfluenceUser followee

Package com.atlassian.confluence.event.events.group

Class com.atlassian.confluence.event.events.group.GroupCreateEvent extends GroupEvent implements Serializable

Class com.atlassian.confluence.event.events.group.GroupEvent extends ConfluenceEvent implements Serializable

Serialized Fields

group

com.atlassian.user.Group group

Class com.atlassian.confluence.event.events.group.GroupRemoveEvent extends GroupEvent implements Serializable


Package com.atlassian.confluence.event.events.label

Class com.atlassian.confluence.event.events.label.LabelAddEvent extends LabelEvent implements Serializable

Class com.atlassian.confluence.event.events.label.LabelCreateEvent extends LabelEvent implements Serializable

Class com.atlassian.confluence.event.events.label.LabelDeleteEvent extends LabelEvent implements Serializable

Class com.atlassian.confluence.event.events.label.LabelEvent extends ConfluenceEvent implements Serializable

Serialized Fields

labelled

Labelable labelled

Class com.atlassian.confluence.event.events.label.LabelListViewEvent extends ConfluenceEvent implements Serializable

Serialized Fields

viewType

String viewType

space

Space space

Class com.atlassian.confluence.event.events.label.LabelRemoveEvent extends LabelEvent implements Serializable


Package com.atlassian.confluence.event.events.like

Class com.atlassian.confluence.event.events.like.AbstractLikeEvent extends ContentEvent implements Serializable

Serialized Fields

user

com.atlassian.user.User user

content

ContentEntityObject content

Class com.atlassian.confluence.event.events.like.LikeCreatedEvent extends AbstractLikeEvent implements Serializable

Class com.atlassian.confluence.event.events.like.LikeRemovedEvent extends AbstractLikeEvent implements Serializable


Package com.atlassian.confluence.event.events.plugin

Class com.atlassian.confluence.event.events.plugin.PluginDisableEvent extends PluginEvent implements Serializable

Serialized Fields

scope

PluginDisableEvent.Scope scope

Class com.atlassian.confluence.event.events.plugin.PluginEnableEvent extends PluginEvent implements Serializable

Class com.atlassian.confluence.event.events.plugin.PluginEvent extends ConfigurationEvent implements Serializable

Serialized Fields

pluginKey

String pluginKey

Class com.atlassian.confluence.event.events.plugin.PluginFrameworkStartedEvent extends ConfluenceEvent implements Serializable

Class com.atlassian.confluence.event.events.plugin.PluginInstallEvent extends PluginEvent implements Serializable

Class com.atlassian.confluence.event.events.plugin.PluginModuleDisableEvent extends PluginModuleEvent implements Serializable

Class com.atlassian.confluence.event.events.plugin.PluginModuleEnableEvent extends PluginModuleEvent implements Serializable

Class com.atlassian.confluence.event.events.plugin.PluginModuleEvent extends PluginEvent implements Serializable

Class com.atlassian.confluence.event.events.plugin.PluginUninstallEvent extends PluginEvent implements Serializable

Class com.atlassian.confluence.event.events.plugin.XWorkStateChangeEvent extends ConfluenceEvent implements Serializable


Package com.atlassian.confluence.event.events.search

Class com.atlassian.confluence.event.events.search.IndexQueueFlushCompleteEvent extends ConfluenceEvent implements Serializable

Serialized Fields

flushStatistics

FlushStatistics flushStatistics

Class com.atlassian.confluence.event.events.search.SearchEvent extends ConfluenceEvent implements Serializable

Class com.atlassian.confluence.event.events.search.SearchPerformedEvent extends SearchEvent implements Serializable

Serialized Fields

searchQuery

SearchQuery searchQuery

user

com.atlassian.user.User user

numberOfResults

int numberOfResults

uuid

String uuid

Package com.atlassian.confluence.event.events.search.didyoumean

Class com.atlassian.confluence.event.events.search.didyoumean.IndexBuildCompleteEvent extends ConfluenceEvent implements Serializable


Package com.atlassian.confluence.event.events.security

Class com.atlassian.confluence.event.events.security.ContentPermissionEvent extends ContentEvent implements Serializable

Serialized Fields

contentPermission

ContentPermission contentPermission

content

ContentEntityObject content

Class com.atlassian.confluence.event.events.security.LoginEvent extends SecurityEvent implements Serializable

Serialized Fields

loginSource

String loginSource

Class com.atlassian.confluence.event.events.security.LoginFailedEvent extends SecurityEvent implements Serializable

Class com.atlassian.confluence.event.events.security.LogoutEvent extends SecurityEvent implements Serializable

Serialized Fields

explicitLogout

boolean explicitLogout

Class com.atlassian.confluence.event.events.security.RpcAuthenticatedEvent extends com.atlassian.event.Event implements Serializable

Serialized Fields

user

com.atlassian.user.User user

token

String token

Class com.atlassian.confluence.event.events.security.SecurityEvent extends ConfluenceEvent implements Serializable

Serialized Fields

username

String username

sessionId

String sessionId

remoteHost

String remoteHost

remoteIP

String remoteIP

Class com.atlassian.confluence.event.events.security.WebLoginEvent extends SecurityEvent implements Serializable


Package com.atlassian.confluence.event.events.space

Class com.atlassian.confluence.event.events.space.RemoveSpaceViewEvent extends SpaceEvent implements Serializable

Class com.atlassian.confluence.event.events.space.SpaceAdminViewEvent extends SpaceEvent implements Serializable

Class com.atlassian.confluence.event.events.space.SpaceArchivedEvent extends SpaceEvent implements Serializable

Class com.atlassian.confluence.event.events.space.SpaceContentWillRemoveEvent extends SpaceEvent implements Serializable

Serialized Fields

progressMeter

com.atlassian.core.util.ProgressMeter progressMeter

Class com.atlassian.confluence.event.events.space.SpaceCreateEvent extends SpaceEvent implements Serializable

Class com.atlassian.confluence.event.events.space.SpaceDetailsViewEvent extends SpaceEvent implements Serializable

Class com.atlassian.confluence.event.events.space.SpaceEvent extends ConfluenceEvent implements Serializable

Serialized Fields

space

Space space

Class com.atlassian.confluence.event.events.space.SpaceLabelsViewEvent extends SpaceEvent implements Serializable

Class com.atlassian.confluence.event.events.space.SpaceLogoUpdateEvent extends SpaceEvent implements Serializable

Serialized Fields

eventType

String eventType

logo

Attachment logo

Class com.atlassian.confluence.event.events.space.SpacePermissionsUpdateEvent extends SpaceEvent implements Serializable

Class com.atlassian.confluence.event.events.space.SpacePermissionsViewEvent extends SpaceEvent implements Serializable

Class com.atlassian.confluence.event.events.space.SpaceRemoveEvent extends SpaceEvent implements Serializable

Serialized Fields

progressMeter

com.atlassian.core.util.ProgressMeter progressMeter

Class com.atlassian.confluence.event.events.space.SpaceTrashEmptyEvent extends SpaceEvent implements Serializable

Class com.atlassian.confluence.event.events.space.SpaceTrashViewEvent extends SpaceEvent implements Serializable

Class com.atlassian.confluence.event.events.space.SpaceUnArchivedEvent extends SpaceEvent implements Serializable

Class com.atlassian.confluence.event.events.space.SpaceUpdateEvent extends SpaceEvent implements Serializable

Serialized Fields

originalSpace

Space originalSpace

Class com.atlassian.confluence.event.events.space.SpaceWillRemoveEvent extends SpaceEvent implements Serializable

Serialized Fields

progressMeter

com.atlassian.core.util.ProgressMeter progressMeter

Package com.atlassian.confluence.event.events.support

Class com.atlassian.confluence.event.events.support.SupportRequestCreatedEvent extends ConfluenceEvent implements Serializable


Package com.atlassian.confluence.event.events.template

Class com.atlassian.confluence.event.events.template.TemplateEvent extends ConfluenceEvent implements Serializable

Class com.atlassian.confluence.event.events.template.TemplateListViewEvent extends SpaceEvent implements Serializable

Class com.atlassian.confluence.event.events.template.TemplateRemoveEvent extends TemplateEvent implements Serializable

Serialized Fields

template

PageTemplate template

Class com.atlassian.confluence.event.events.template.TemplateUpdateEvent extends TemplateEvent implements Serializable

Serialized Fields

oldTemplate

PageTemplate oldTemplate

newTemplate

PageTemplate newTemplate

Package com.atlassian.confluence.event.events.user

Class com.atlassian.confluence.event.events.user.ConfirmEmailAddressEvent extends UserSignupEvent implements Serializable

Class com.atlassian.confluence.event.events.user.DirectoryUserRenamedEvent extends ConfluenceEvent implements Serializable

Serialized Fields

oldUsername

String oldUsername

user

com.atlassian.crowd.model.user.User user

Class com.atlassian.confluence.event.events.user.DomainRestrictedUserSignupEvent extends UserEvent implements Serializable

Class com.atlassian.confluence.event.events.user.GroupInviteUserSignupEvent extends UserSignupEvent implements Serializable

Class com.atlassian.confluence.event.events.user.PublicUserSignupEvent extends UserSignupEvent implements Serializable

Class com.atlassian.confluence.event.events.user.SendUserInviteEvent extends ConfluenceEvent implements Serializable

Serialized Fields

sender

com.atlassian.user.User sender

message

String message

recipients

List<E> recipients

Class com.atlassian.confluence.event.events.user.UserCreateEvent extends UserEvent implements Serializable

Class com.atlassian.confluence.event.events.user.UserDeactivateEvent extends UserEvent implements Serializable

Class com.atlassian.confluence.event.events.user.UserEvent extends ConfluenceEvent implements Serializable

Serialized Fields

user

com.atlassian.user.User user

Class com.atlassian.confluence.event.events.user.UserProfilePictureUpdateEvent extends UserEvent implements Serializable

Serialized Fields

profilePictureInfo

ProfilePictureInfo profilePictureInfo

Class com.atlassian.confluence.event.events.user.UserReactivateEvent extends UserEvent implements Serializable

Class com.atlassian.confluence.event.events.user.UserRemoveEvent extends UserEvent implements Serializable

Class com.atlassian.confluence.event.events.user.UserSignupEvent extends UserEvent implements Serializable


Package com.atlassian.confluence.event.events.userstatus

Class com.atlassian.confluence.event.events.userstatus.AbstractStatusContentEvent extends ContentEvent implements Serializable

Serialized Fields

status

UserStatus status

Class com.atlassian.confluence.event.events.userstatus.StatusClearedEvent extends ConfluenceEvent implements Serializable

Serialized Fields

username

String username

Class com.atlassian.confluence.event.events.userstatus.StatusCreateEvent extends AbstractStatusContentEvent implements Serializable

Class com.atlassian.confluence.event.events.userstatus.StatusRemoveEvent extends AbstractStatusContentEvent implements Serializable


Package com.atlassian.confluence.extra.velocitydeprecation

Class com.atlassian.confluence.extra.velocitydeprecation.DeprecationTestAction extends ConfluenceActionSupport implements Serializable


Package com.atlassian.confluence.fixonly.actions

Class com.atlassian.confluence.fixonly.actions.FixLicenseAction extends AbstractUpdateLicenseAction implements Serializable

Serialized Fields

johnsonEventContainer

com.atlassian.johnson.JohnsonEventContainer johnsonEventContainer

Package com.atlassian.confluence.httpmethod

Class com.atlassian.confluence.httpmethod.NoRequireAnnotationAction extends ConfluenceActionSupport implements Serializable

Class com.atlassian.confluence.httpmethod.RequireGetMethodAction extends ConfluenceActionSupport implements Serializable

Class com.atlassian.confluence.httpmethod.RequirePostMethodAction extends ConfluenceActionSupport implements Serializable


Package com.atlassian.confluence.importexport

Class com.atlassian.confluence.importexport.ConfigurationMigrationEvent extends ConfluenceEvent implements Serializable

Class com.atlassian.confluence.importexport.ImportExportException extends Exception implements Serializable


Package com.atlassian.confluence.importexport.actions

Class com.atlassian.confluence.importexport.actions.AbstractBackupRestoreAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

importExportManager

ImportExportManager importExportManager

buildInformation

BuildInformation buildInformation

synchronous

boolean synchronous

Class com.atlassian.confluence.importexport.actions.AbstractFileRestoreAction extends AbstractImportAction implements Serializable

Serialized Fields

spaceManager

SpaceManager spaceManager

docBeanFactory

DocumentationBeanFactory docBeanFactory

Class com.atlassian.confluence.importexport.actions.AbstractImportAction extends AbstractBackupRestoreAction implements Serializable

Serialized Fields

localFileName

String localFileName

buildIndex

boolean buildIndex

eventPublisher

com.atlassian.event.api.EventPublisher eventPublisher

indexManager

ConfluenceIndexManager indexManager

taskId

String taskId

uploadedFileCopy

File uploadedFileCopy

longRunningTaskManager

LongRunningTaskManagerInternal longRunningTaskManager

Class com.atlassian.confluence.importexport.actions.BackupAction extends AbstractBackupRestoreAction implements Serializable

Serialized Fields

tempPath

String tempPath

archivePath

String archivePath

downloadPath

String downloadPath

archiveBackup

boolean archiveBackup

backupAttachments

boolean backupAttachments

gateKeeper

GateKeeper gateKeeper

adminUiProperties

AdminUiProperties adminUiProperties

Class com.atlassian.confluence.importexport.actions.ExportSpaceAction extends AbstractSpaceAction implements Serializable

Serialized Fields

longRunningTaskManager

LongRunningTaskManager longRunningTaskManager

importExportManager

ImportExportManager importExportManager

exportType

String exportType

downloadPath

String downloadPath

includeComments

boolean includeComments

contentToBeExported

long[] contentToBeExported

contentToBeExcluded

long[] contentToBeExcluded

gateKeeper

GateKeeper gateKeeper

contentTree

ContentTree contentTree

servletContext

javax.servlet.ServletContext servletContext

servletRequest

javax.servlet.http.HttpServletRequest servletRequest

contentOption

String contentOption

synchronous

boolean synchronous

pageManager

PageManager pageManager

taskId

LongRunningTaskId taskId

preloadContentTree

boolean preloadContentTree

Class com.atlassian.confluence.importexport.actions.RestoreAction extends AbstractFileRestoreAction implements Serializable

Class com.atlassian.confluence.importexport.actions.RestoreLocalFileAction extends AbstractFileRestoreAction implements Serializable

Class com.atlassian.confluence.importexport.actions.RestorePageAction extends RestoreAction implements Serializable

Serialized Fields

spaceManager

SpaceManager spaceManager

themeManager

ThemeManager themeManager

space

Space space

key

String key

wikiStyleRenderer

com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer

Class com.atlassian.confluence.importexport.actions.SetupRestoreAction extends RestoreAction implements Serializable

Class com.atlassian.confluence.importexport.actions.SetupRestoreFileAction extends RestoreLocalFileAction implements Serializable


Package com.atlassian.confluence.importexport.impl

Class com.atlassian.confluence.importexport.impl.ExportScope.IllegalExportScopeException extends Exception implements Serializable

Class com.atlassian.confluence.importexport.impl.UnexpectedImportZipFileContents extends Throwable implements Serializable

Serialized Fields

missingFile

String missingFile

exportZip

File exportZip

Package com.atlassian.confluence.importexport.plugin

Class com.atlassian.confluence.importexport.plugin.BackupRestoreException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package com.atlassian.confluence.importexport.resource

Class com.atlassian.confluence.importexport.resource.DownloadResourceNotFoundException extends Exception implements Serializable

Class com.atlassian.confluence.importexport.resource.UnauthorizedDownloadResourceException extends Exception implements Serializable


Package com.atlassian.confluence.it.api

Class com.atlassian.confluence.it.api.RemoteServiceException extends RuntimeException implements Serializable


Package com.atlassian.confluence.it.mail

Class com.atlassian.confluence.it.mail.SwingMail extends JFrame implements Serializable

Serialized Fields

protocols

String[] protocols

mailServices

MailServices mailServices

startButton

AbstractButton startButton

stopButton

AbstractButton stopButton

testMessageButton

AbstractButton testMessageButton

removeMessagesButton

AbstractButton removeMessagesButton

tableModel

DefaultTableModel tableModel

consoleLogArea

JTextArea consoleLogArea

receivedMessagesLabel

JLabel receivedMessagesLabel

lastWorker

SwingWorker<T,V> lastWorker

receivedMessagesList

JList receivedMessagesList

messageDisplayArea

JTextPane messageDisplayArea

txtServerHost

JTextField txtServerHost

Package com.atlassian.confluence.it.rpc

Class com.atlassian.confluence.it.rpc.RpcRuntimeException extends RuntimeException implements Serializable


Package com.atlassian.confluence.it.usermanagement

Class com.atlassian.confluence.it.usermanagement.LdapService.LdapServerBindException extends RuntimeException implements Serializable


Package com.atlassian.confluence.jmx

Class com.atlassian.confluence.jmx.JmxSMTPMailServer extends com.atlassian.mail.server.impl.SMTPMailServerImpl implements Serializable

Serialized Fields

emailsSent

AtomicInteger emailsSent

emailsAttempted

AtomicInteger emailsAttempted

lastSuccessful

Date lastSuccessful

fromName

String fromName

Package com.atlassian.confluence.json

Class com.atlassian.confluence.json.JsonResult extends com.opensymphony.webwork.dispatcher.WebWorkResultSupport implements Serializable

Serialized Fields

jsonator

Jsonator<T> jsonator

Package com.atlassian.confluence.json.parser

Class com.atlassian.confluence.json.parser.JSONException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause
Deprecated. 

Package com.atlassian.confluence.labels

Class com.atlassian.confluence.labels.Label extends com.atlassian.core.bean.EntityObject implements Serializable

Serialized Fields

name

String name

owningUser

ConfluenceUser owningUser

namespace

Namespace namespace

Class com.atlassian.confluence.labels.Labelling extends com.atlassian.core.bean.EntityObject implements Serializable

Serialized Fields

content

ContentEntityObject content

pageTemplate

PageTemplate pageTemplate

label

Label label

owningUser

ConfluenceUser owningUser

labelableType

String labelableType

labelableId

Long labelableId

Class com.atlassian.confluence.labels.Namespace extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

namespacePrefix

String namespacePrefix

visibility

String visibility

Package com.atlassian.confluence.labels.actions

Class com.atlassian.confluence.labels.actions.AbstractLabelDisplayingAction extends AbstractSpaceAction implements Serializable

Class com.atlassian.confluence.labels.actions.AbstractLabelsForEntityAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

contentEntityManager

ContentEntityManager contentEntityManager

entityId

long entityId

errorMessage

String errorMessage

entity

ContentEntityObject entity

isPermittedToEditLabels

Boolean isPermittedToEditLabels

Class com.atlassian.confluence.labels.actions.AddFavouriteAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

entityId

long entityId

labelsService

LabelsService labelsService

command

AddLabelsCommand command

Class com.atlassian.confluence.labels.actions.AddLabelAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

entityId

long entityId

labelString

String labelString

entityType

String entityType

labelsService

LabelsService labelsService

command

AddLabelsCommand command

Class com.atlassian.confluence.labels.actions.AddSpaceToFavouriteAjaxAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

entityId

long entityId

labelsService

LabelsService labelsService

command

AddLabelsCommand command

space

Space space

Class com.atlassian.confluence.labels.actions.AddSpaceToFavouritesAction extends AbstractSpaceAction implements Serializable

Serialized Fields

favouriteManager

FavouriteManager favouriteManager

mode

String mode

username

String username

Class com.atlassian.confluence.labels.actions.AlphabeticalListLabelsAction extends AbstractLabelDisplayingAction implements Serializable

Serialized Fields

startsWith

String startsWith

contents

List<E> contents

alphaSupport

AlphabeticalLabelGroupingSupport alphaSupport

Class com.atlassian.confluence.labels.actions.AutocompleteLabelsAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

pageManager

PageManager pageManager

labelManager

LabelManager labelManager

query

String query

contentId

long contentId

maxResults

int maxResults

result

ContentNameSearchResult result

errors

List<E> errors

spaceKey

String spaceKey

Class com.atlassian.confluence.labels.actions.FollowUserAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

followManager

FollowManager followManager

username

String username

mode

String mode

alreadyFollowing

boolean alreadyFollowing

Class com.atlassian.confluence.labels.actions.ListLabelsBySpaceAction extends AbstractPaginatedListAction implements Serializable

Serialized Fields

labels

List<E> labels

Class com.atlassian.confluence.labels.actions.RankListLabelsAction extends AbstractLabelDisplayingAction implements Serializable

Serialized Fields

mostPopularLabels

List<E> mostPopularLabels

results

Set<E> results

Class com.atlassian.confluence.labels.actions.RemoveFavouriteAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

bean

Map<K,V> bean

entityId

long entityId

labelsService

LabelsService labelsService

command

RemoveLabelCommand command

americanCommand

RemoveLabelCommand americanCommand

Class com.atlassian.confluence.labels.actions.RemoveLabelAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

bean

Map<K,V> bean

entityId

long entityId

labelId

long labelId

labelString

String labelString

labelsService

LabelsService labelsService

command

RemoveLabelCommand command

Class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouriteAjaxAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

bean

Map<K,V> bean

entityId

long entityId

labelsService

LabelsService labelsService

command

RemoveLabelCommand command

americanCommand

RemoveLabelCommand americanCommand

space

Space space

Class com.atlassian.confluence.labels.actions.RemoveSpaceFromFavouritesAction extends AbstractSpaceAction implements Serializable

Serialized Fields

favouriteManager

FavouriteManager favouriteManager

mode

String mode

username

String username

Class com.atlassian.confluence.labels.actions.SetFavouriteAction extends AbstractLabelsForEntityAction implements Serializable

Class com.atlassian.confluence.labels.actions.UnFollowUserAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

followManager

FollowManager followManager

username

String username

mode

String mode

Class com.atlassian.confluence.labels.actions.ViewLabelAction extends AbstractLabelDisplayingAction implements Serializable

Serialized Fields

ids

long[] ids
The ids of the labels to be displayed. This field is only used for pasing parameters to the Action - it is not synced with names.


labels

List<E> labels
The loaded labels.


paginationSupport

PaginationSupport<T> paginationSupport
Pagination support to assist in the display of the list of content associated with the label.


related

List<E> related
The list of related labels.


content

List<E> content
The list of labelled content.


preloadedPage

List<E> preloadedPage

searchManager

SearchManager searchManager

friendlyDateFormatterHelper

FriendlyDateFormatterHelper friendlyDateFormatterHelper

combinedLabel

DisplayableLabel combinedLabel
Label with either single or '+'-separated label names.


friendlyTitle

String friendlyTitle

description

String description

startIndex

int startIndex

Package com.atlassian.confluence.languages

Class com.atlassian.confluence.languages.Language extends Object implements Serializable

Serialized Fields

encoding

String encoding

locale

Locale locale

flagUrl

String flagUrl

capitalDisplayName

String capitalDisplayName

Package com.atlassian.confluence.legacyapi

Class com.atlassian.confluence.legacyapi.NotFoundException extends RuntimeException implements Serializable

Class com.atlassian.confluence.legacyapi.NotPermittedException extends Exception implements Serializable


Package com.atlassian.confluence.legacyapi.service.content

Class com.atlassian.confluence.legacyapi.service.content.InvalidRepresentationException extends RuntimeException implements Serializable

Serialized Fields

permittedRepresentations

ContentRepresentation[] permittedRepresentations

Package com.atlassian.confluence.license.exception

Class com.atlassian.confluence.license.exception.ConfluenceLicenseValidationException extends LicenseValidationException implements Serializable

Serialized Fields

license

com.atlassian.extras.api.confluence.ConfluenceLicense license

Class com.atlassian.confluence.license.exception.EmptyLicenseValidationException extends LicenseValidationException implements Serializable

Class com.atlassian.confluence.license.exception.InvalidLicenseException extends LicenseException implements Serializable

Serialized Fields

licenseString

String licenseString

Class com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException extends ConfluenceLicenseValidationException implements Serializable

Serialized Fields

reason

KnownConfluenceLicenseValidationException.Reason reason

Class com.atlassian.confluence.license.exception.LicenseException extends RuntimeException implements Serializable

Class com.atlassian.confluence.license.exception.LicenseValidationException extends LicenseException implements Serializable

Class com.atlassian.confluence.license.exception.MissingConfluenceLicenseValidationException extends LicenseValidationException implements Serializable

Serialized Fields

otherProductLicenses

Iterable<T> otherProductLicenses

Package com.atlassian.confluence.links

Class com.atlassian.confluence.links.AbstractLink extends ConfluenceEntityObject implements Serializable

Serialized Fields

sourceContent

ContentEntityObject sourceContent

linkTitle

String linkTitle

Class com.atlassian.confluence.links.OutgoingLink extends AbstractLink implements Serializable

Serialized Fields

destinationSpaceKey

String destinationSpaceKey

destinationPageTitle

String destinationPageTitle

Class com.atlassian.confluence.links.ReferralLink extends AbstractLink implements Serializable

Serialized Fields

viewCount

int viewCount

url

String url

Class com.atlassian.confluence.links.ReferralTask extends Object implements Serializable

Serialized Fields

entityHandle

com.atlassian.bonnie.Handle entityHandle

referrerUrl

String referrerUrl

hitCount

int hitCount

referralManager

ReferralManager referralManager

Class com.atlassian.confluence.links.TrackbackLink extends ReferralLink implements Serializable

Serialized Fields

title

String title

excerpt

String excerpt

blogName

String blogName

Package com.atlassian.confluence.macro

Class com.atlassian.confluence.macro.CustomHtmlEditorPlaceholder.PlaceholderGenerationException extends Exception implements Serializable

Class com.atlassian.confluence.macro.MacroExecutionException extends Exception implements Serializable


Package com.atlassian.confluence.macro.browser.actions

Class com.atlassian.confluence.macro.browser.actions.BrowseMacrosAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

bean

Map<K,V> bean

macroBrowserManager

MacroBrowserManager macroBrowserManager

whitelist

String whitelist

isDetailed

boolean isDetailed
Set to false to not return params and stuff.

Class com.atlassian.confluence.macro.browser.actions.MacroDetailsAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

bean

Map<K,V> bean

macroMetadataManager

MacroMetadataManager macroMetadataManager

key

String key

alternateId

String alternateId

keys

List<E> keys

Package com.atlassian.confluence.macro.browser.beans

Class com.atlassian.confluence.macro.browser.beans.MacroParameter extends Object implements Serializable

Serialized Fields

pluginKey

String pluginKey

macroName

String macroName

name

String name

type

MacroParameterType type

defaultValue

String defaultValue

required

boolean required

multiple

boolean multiple

aliases

Set<E> aliases

enumValues

List<E> enumValues

options

Properties options

hidden

boolean hidden

displayName

String displayName

description

String description

Package com.atlassian.confluence.macro.count

Class com.atlassian.confluence.macro.count.MacroCountEvent extends ConfluenceEvent implements Serializable

Serialized Fields

contentId

String contentId

containerId

String containerId

outputType

String outputType

outputDeviceType

String outputDeviceType

entityType

String entityType

count

int count

macroId

String macroId

action

com.atlassian.confluence.macro.count.MacroCountEvent.Action action

Package com.atlassian.confluence.macro.params

Class com.atlassian.confluence.macro.params.ParameterException extends com.atlassian.renderer.v2.macro.MacroException implements Serializable

Serialized Fields

name

String name

value

String value

acceptableValues

Set<E> acceptableValues

Package com.atlassian.confluence.macro.query

Class com.atlassian.confluence.macro.query.SearchQueryInterpreterException extends Exception implements Serializable

Class com.atlassian.confluence.macro.query.SearchQueryParserException extends Exception implements Serializable


Package com.atlassian.confluence.mail

Class com.atlassian.confluence.mail.ConfluencePopMailServer extends com.atlassian.mail.server.impl.PopMailServerImpl implements Serializable

Serialized Fields

toAddress

String toAddress

Class com.atlassian.confluence.mail.Mail extends SpaceContentEntityObject implements Serializable

Serialized Fields

message

javax.mail.internet.MimeMessage message
Deprecated. 

messageId

String messageId
Deprecated. 

inReplyTo

String inReplyTo
Deprecated. 

references

List<E> references
Deprecated. 

canonicalSubject

String canonicalSubject
Deprecated. 

Package com.atlassian.confluence.mail.archive

Class com.atlassian.confluence.mail.archive.AbstractMailAccount extends Object implements Serializable

Serialized Fields

id

int id

name

String name

description

String description

hostname

String hostname

username

String username

password

String password

port

int port

secure

boolean secure

status

boolean status

enabled

boolean enabled

Class com.atlassian.confluence.mail.archive.ImapMailAccount extends AbstractMailAccount implements Serializable

Class com.atlassian.confluence.mail.archive.PopMailAccount extends AbstractMailAccount implements Serializable


Package com.atlassian.confluence.mail.archive.actions

Class com.atlassian.confluence.mail.archive.actions.AbstractMailAccountAction extends AbstractSpaceAction implements Serializable

Serialized Fields

mailAccountManager

MailAccountManager mailAccountManager

name

String name

description

String description

hostname

String hostname

protocol

String protocol

username

String username

password

String password

port

int port

secure

boolean secure

confirm

String confirm

testConnection

String testConnection

pollResult

MailPollResult pollResult

breadcrumbGenerator

BreadcrumbGenerator breadcrumbGenerator

Class com.atlassian.confluence.mail.archive.actions.AbstractMailAction extends AbstractSpaceAction implements Serializable

Serialized Fields

id

long id

mail

Mail mail

localMailContentManager

MailContentManager localMailContentManager

mailHelper

ThemeHelper mailHelper

breadcrumbGenerator

BreadcrumbGenerator breadcrumbGenerator

Class com.atlassian.confluence.mail.archive.actions.AddMailAccountAction extends AbstractMailAccountAction implements Serializable

Class com.atlassian.confluence.mail.archive.actions.EditMailAccountAction extends AbstractMailAccountAction implements Serializable

Serialized Fields

id

int id

Class com.atlassian.confluence.mail.archive.actions.EnableDisableMailAction extends AbstractSpaceAction implements Serializable

Serialized Fields

id

int id

mailAccountManager

MailAccountManager mailAccountManager

breadcrumbGenerator

BreadcrumbGenerator breadcrumbGenerator

Class com.atlassian.confluence.mail.archive.actions.ImportMboxAction extends AbstractSpaceAdminAction implements Serializable

Serialized Fields

mboxImporter

MboxImporter mboxImporter

uploadedFile

File uploadedFile

fileName

String fileName

nonBackgroundTask

boolean nonBackgroundTask

Class com.atlassian.confluence.mail.archive.actions.RemoveMailAccountAction extends AbstractSpaceAction implements Serializable

Serialized Fields

id

int id

breadcrumbGenerator

BreadcrumbGenerator breadcrumbGenerator

mailAccountManager

MailAccountManager mailAccountManager

Class com.atlassian.confluence.mail.archive.actions.RemoveMailAction extends AbstractMailAction implements Serializable

Serialized Fields

indexer

ConfluenceIndexer indexer

mailHelper

MailHelper mailHelper

Class com.atlassian.confluence.mail.archive.actions.RemoveSpaceMailAction extends AbstractSpaceAction implements Serializable

Serialized Fields

localMailContentManager

MailContentManager localMailContentManager

breadcrumbGenerator

BreadcrumbGenerator breadcrumbGenerator

Class com.atlassian.confluence.mail.archive.actions.ViewMailAccountsAction extends AbstractSpaceAdminAction implements Serializable

Serialized Fields

mailAccounts

List<E> mailAccounts

mailAccountManager

MailAccountManager mailAccountManager

breadcrumbGenerator

BreadcrumbGenerator breadcrumbGenerator

Class com.atlassian.confluence.mail.archive.actions.ViewMailAction extends AbstractMailAction implements Serializable

Serialized Fields

threadBuilder

ThreadBuilder threadBuilder

containingThread

ThreadNode containingThread

attachmentManager

AttachmentManager attachmentManager

nextMail

Mail nextMail

previousMail

Mail previousMail

highlight

List<E> highlight

Class com.atlassian.confluence.mail.archive.actions.ViewMailArchiveAction extends AbstractPaginatedListAction implements Serializable

Serialized Fields

mailAccountManager

MailAccountManager mailAccountManager

localMailContentManager

MailContentManager localMailContentManager

polling

boolean polling

pollResults

List<E> pollResults

mailHelper

MailHelper mailHelper

breadcrumbGenerator

BreadcrumbGenerator breadcrumbGenerator

Package com.atlassian.confluence.mail.archive.events

Class com.atlassian.confluence.mail.archive.events.MailListViewEvent extends ConfluenceEvent implements Serializable

Serialized Fields

space

Space space

Package com.atlassian.confluence.mail.archive.jobs

Class com.atlassian.confluence.mail.archive.jobs.MailPollJobDetail extends org.quartz.JobDetail implements Serializable

Serialized Fields

mailAccountManager

MailAccountManager mailAccountManager

transactionTemplate

com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate

Package com.atlassian.confluence.mail.notification

Class com.atlassian.confluence.mail.notification.Notification extends ConfluenceEntityObject implements Serializable

Serialized Fields

receiver

ConfluenceUser receiver
The user this notification applies to


space

Space space
Used for watches on a single space. Should be null if Notification.content is not null.


digest

boolean digest
Should the notification be calculated on update, or included in a daily digest. Currently only makes sense if Notification.content and Notification.space are both null.


type

ContentTypeEnum type
Used for watches on a single contentType. Only really makes sense for watches where Notification.content is null. If set to null, then all types will be returned. If Notification.content is not a BlogPost and you set Notification.type to ContentTypeEnum.PAGE, then behaviour is undefined (depends on impl).


network

boolean network
Used for watching the user's entire network. Only makes sense when everything else is null/false.


content

ContentEntityObject content
Used for watching content.


label

Label label
Used for watching a label.


Package com.atlassian.confluence.mail.notification.actions

Class com.atlassian.confluence.mail.notification.actions.AddSpaceNotificationAction extends AbstractSpaceAction implements Serializable

Serialized Fields

type

ContentTypeEnum type

Class com.atlassian.confluence.mail.notification.actions.AlterPageNotificationAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

notificationManager

NotificationManager notificationManager

username

String username
User to set the notification for. If null, sets the notification for the current user.

Class com.atlassian.confluence.mail.notification.actions.ListWatchersAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

page

AbstractPage page

notificationManager

NotificationManager notificationManager

pageWatchers

List<E> pageWatchers

spaceWatchers

List<E> spaceWatchers

Class com.atlassian.confluence.mail.notification.actions.PageNotificationAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

bean

Map<K,V> bean

pageManager

PageManager pageManager

notificationManager

NotificationManager notificationManager

entityId

long entityId

Class com.atlassian.confluence.mail.notification.actions.RemoveSpaceNotificationAction extends AbstractSpaceAction implements Serializable

Serialized Fields

contentType

ContentTypeEnum contentType

Package com.atlassian.confluence.mail.notification.listeners

Package com.atlassian.confluence.mail.template

Class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem extends Object implements Serializable

Serialized Fields

lastError

String lastError

dateQueued

Date dateQueued

timesSent

int timesSent

subject

String subject

templateFileName

String templateFileName

templateContent

String templateContent

templateLocation

String templateLocation

body

String body

context

Map<K,V> context

Class com.atlassian.confluence.mail.template.ConfluenceMailQueueItem extends Object implements Serializable

Serialized Fields

toAddress

String toAddress

ccAddress

String ccAddress

fromAddress

String fromAddress

fromName

String fromName

subject

String subject

body

String body

mimeType

String mimeType

attachedImages

Collection<E> attachedImages

dateQueued

Date dateQueued

sendLogs

boolean sendLogs

logsLocation

String logsLocation

hasError

boolean hasError

lastError

String lastError

sendCount

int sendCount

Class com.atlassian.confluence.mail.template.MailNotificationQueueItem extends AbstractMailNotificationQueueItem implements Serializable

Serialized Fields

userName

String userName

mimeType

String mimeType

Class com.atlassian.confluence.mail.template.NonUserMailNotificationQueueItem extends AbstractMailNotificationQueueItem implements Serializable

Serialized Fields

email

String email

mimeType

String mimeType

Class com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem extends MailNotificationQueueItem implements Serializable

Serialized Fields

renderedSubject

String renderedSubject

mimeType

String mimeType

email

String email

templateImageDataSources

Collection<E> templateImageDataSources

recipient

com.atlassian.user.User recipient

modifier

com.atlassian.user.User modifier

replyTo

String replyTo

enableEmailReply

boolean enableEmailReply

contentId

Long contentId

Package com.atlassian.confluence.notifications

Class com.atlassian.confluence.notifications.DomainRestrictedSignupAcceptanceTest extends Object implements Serializable

Class com.atlassian.confluence.notifications.SystemUser extends Object implements Serializable

Serialized Fields

fullname

String fullname

name

String name

email

String email

Package com.atlassian.confluence.osgi

Class com.atlassian.confluence.osgi.OsgiNoServiceAvailableException extends RuntimeException implements Serializable


Package com.atlassian.confluence.pages

Class com.atlassian.confluence.pages.AbstractPage extends SpaceContentEntityObject implements Serializable

Class com.atlassian.confluence.pages.Attachment extends ContentEntityObject implements Serializable

Serialized Fields

imageDetailsDTO

Collection<E> imageDetailsDTO

Class com.atlassian.confluence.pages.AttachmentDataExistsException extends Exception implements Serializable

Class com.atlassian.confluence.pages.AttachmentDataNotFoundException extends Exception implements Serializable

Class com.atlassian.confluence.pages.AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey extends Object implements Serializable

Serialized Fields

contentId

long contentId

attachmentFileName

String attachmentFileName

Class com.atlassian.confluence.pages.BlogPost extends AbstractPage implements Serializable

Class com.atlassian.confluence.pages.Comment extends ContentEntityObject implements Serializable

Serialized Fields

parent

Comment parent

children

List<E> children

Class com.atlassian.confluence.pages.Draft extends ContentEntityObject implements Serializable

Serialized Fields

pageId

String pageId

draftType

String draftType

pageVersion

int pageVersion

draftSpaceKey

String draftSpaceKey

Class com.atlassian.confluence.pages.DuplicateDataRuntimeException extends IllegalArgumentException implements Serializable

Serialized Fields

dataIdentifier

String dataIdentifier

Class com.atlassian.confluence.pages.Page extends AbstractPage implements Serializable

Serialized Fields

parent

Page parent

children

List<E> children

ancestors

List<E> ancestors

position

Integer position

Package com.atlassian.confluence.pages.actions

Class com.atlassian.confluence.pages.actions.AbstractBlogPostsAction extends AbstractSpaceAction implements Serializable

Serialized Fields

pageManager

PageManager pageManager

firstPostInNextMonth

BlogPost firstPostInNextMonth

lastPostInPreviousMonth

BlogPost lastPostInPreviousMonth

viewRenderer

Renderer viewRenderer

hasCreatePermission

boolean hasCreatePermission

Class com.atlassian.confluence.pages.actions.AbstractCommandAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

helper

CommandActionHelper helper

Class com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction extends AbstractTemplatePageAction implements Serializable

Serialized Fields

parentPageTitle

String parentPageTitle

parentPageSpaceKey

String parentPageSpaceKey

parentPage

Page parentPage

parentPageId

long parentPageId

viewPermissionsGroups

String viewPermissionsGroups

viewPermissionsUsers

String viewPermissionsUsers

editPermissionsGroups

String editPermissionsGroups

editPermissionsUsers

String editPermissionsUsers

labelsString

String labelsString

newSpaceKey

String newSpaceKey

parentPageString

String parentPageString

draftManager

DraftManager draftManager

draftService

DraftService draftService

showDraftMessage

boolean showDraftMessage

position

String position

targetId

long targetId

captchaManager

CaptchaManager captchaManager

notificationManager

NotificationManager notificationManager

pageService

PageService pageService

spaceService

SpaceService spaceService

sharedDraftsDarkFeatureHelper

SharedDraftsDarkFeatureHelper sharedDraftsDarkFeatureHelper

useDraft

boolean useDraft

title

String title

draft

Draft draft

existingDraft

Draft existingDraft

draftShareId

String draftShareId

Class com.atlassian.confluence.pages.actions.AbstractCreatePageAction extends AbstractCreateAndEditPageAction implements Serializable

Serialized Fields

space

Space space

newSpace

Space newSpace

spaceKey

String spaceKey

fromPageId

long fromPageId

fromPage

Page fromPage

titleWritten

String titleWritten

queryString

String queryString

viewPermissions

List<E> viewPermissions
Set by the add operation.


editPermissions

List<E> editPermissions
Set by the add operation.


attachmentManager

AttachmentManager attachmentManager

themeManager

ThemeManager themeManager

breadcrumbGenerator

BreadcrumbGenerator breadcrumbGenerator

contextProvider

StringParsingContextProvider contextProvider

originalReferrer

String originalReferrer
To get back to the correct place if creation gets cancelled. Specially important for integrations like Service Desk

Class com.atlassian.confluence.pages.actions.AbstractDiffPagesAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

originalPage

AbstractPage originalPage

diff

String diff

pageManager

PageManager pageManager

differ

Differ differ

previousVersions

List<E> previousVersions

Class com.atlassian.confluence.pages.actions.AbstractEditPageAction extends AbstractCreateAndEditPageAction implements Serializable

Serialized Fields

originalPage

AbstractPage originalPage

originalVersion

int originalVersion

conflictingVersion

int conflictingVersion

oldContent

String oldContent

overwrite

String overwrite

notifyWatchers

String notifyWatchers

versionComment

String versionComment

conflictFound

boolean conflictFound

mergeRequired

boolean mergeRequired

heartbeatManager

HeartbeatManager heartbeatManager

mergerManager

MergerManager mergerManager

storageFormatCleaner

StorageFormatCleaner storageFormatCleaner

viewConflict

boolean viewConflict

differ

Differ differ

diff

String diff

lastConflictingUser

ConfluenceUser lastConflictingUser

breadcrumbGenerator

BreadcrumbGenerator breadcrumbGenerator

Class com.atlassian.confluence.pages.actions.AbstractPageAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

pageManager

PageManager pageManager

linkManager

LinkManager linkManager

incomingLinks

List<E> incomingLinks

postingDate

Date postingDate

nextPost

BlogPost nextPost

previousPost

BlogPost previousPost

permittedChildren

List<E> permittedChildren

wysiwygConverter

ConfluenceWysiwygConverter wysiwygConverter

viewRenderer

Renderer viewRenderer

mode

String mode

editorManager

EditorManager editorManager

pageHelper

PageHelper pageHelper

Class com.atlassian.confluence.pages.actions.AbstractPageAwareAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

page

AbstractPage page

spaceManager

SpaceManager spaceManager

contentPermissionManager

ContentPermissionManager contentPermissionManager

friendlyDateFormatterHelper

FriendlyDateFormatterHelper friendlyDateFormatterHelper

Class com.atlassian.confluence.pages.actions.AbstractPaginatedListAction extends AbstractSpaceAction implements Serializable

Serialized Fields

paginationSupport

PaginationSupport<T> paginationSupport

Class com.atlassian.confluence.pages.actions.AbstractPreviewPageAction extends AbstractPageAction implements Serializable

Serialized Fields

formatConverter

FormatConverter formatConverter

wikiStyleRenderer

com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer

xHtmlContent

String xHtmlContent

preview

String preview
Deprecated. since 5.3 (and really much much longer)
This ancient unused field used to do something when there were full page reloads for going to preview/edit/back


back

String back
Deprecated. since 5.3 (and really much much longer)
This ancient unused field used to do something when there were full page reloads for going to preview/edit/back


bean

Map<K,V> bean

wysiwygContent

String wysiwygContent
The editor content.


storageFormat

String storageFormat
The current content in storageFormat ready for saving. This is set during the validate call on the action. Anything taking place after validation can assume this field to be populated.


inPreview

boolean inPreview
Deprecated. since 5.3 (and really much much longer)
This ancient unused field used to do something when there were full page reloads for going to preview/edit/back

Class com.atlassian.confluence.pages.actions.AbstractRemoveAttachmentAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

attachmentManager

AttachmentManager attachmentManager

attachmentBean

AttachmentBean attachmentBean

attachment

Attachment attachment

request

javax.servlet.http.HttpServletRequest request

Class com.atlassian.confluence.pages.actions.AbstractTemplatePageAction extends AbstractPreviewPageAction implements Serializable

Serialized Fields

globalPageTemplates

List<E> globalPageTemplates

spacePageTemplates

List<E> spacePageTemplates

templateId

String templateId

pageTemplateManager

PageTemplateManager pageTemplateManager

pageTemplate

PageTemplate pageTemplate

Class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

attachmentManager

AttachmentManager attachmentManager

fileUploadManager

FileUploadManager fileUploadManager

multiPartRequest

javax.servlet.http.HttpServletRequest multiPartRequest

highlight

List<E> highlight

sortBy

String sortBy

fileStorer

FileStorer fileStorer

attachFileHelper

AttachFileHelper attachFileHelper

labels

String labels

Class com.atlassian.confluence.pages.actions.AddCommentAction extends AbstractPreviewPageAction implements Serializable

Serialized Fields

captchaManager

CaptchaManager captchaManager

commentService

CommentService commentService

notificationManager

NotificationManager notificationManager

createCommentCommand

CreateCommentCommand createCommentCommand

parentId

long parentId

watchPageAfterComment

boolean watchPageAfterComment

textContent

String textContent

Class com.atlassian.confluence.pages.actions.AddLabelAjaxAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

pageManager

PageManager pageManager

permissionManager

PermissionManager permissionManager

labelManager

LabelManager labelManager

bean

Object bean

labelsService

LabelsService labelsService

entityIdString

String entityIdString

labelString

String labelString

entityType

String entityType

spaceKey

String spaceKey

Class com.atlassian.confluence.pages.actions.AdvancedSearchTipsAction extends ConfluenceActionSupport implements Serializable

Class com.atlassian.confluence.pages.actions.AlphabeticalListPagesAction extends AbstractSpaceAction implements Serializable

Serialized Fields

startsWith

String startsWith

searchManager

SearchManager searchManager

paginationSupport

PaginationSupport<T> paginationSupport

results

List<E> results

startIndex

int startIndex

Class com.atlassian.confluence.pages.actions.AttachedImagesAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

attachmentManager

AttachmentManager attachmentManager

thumbnailManager

ThumbnailManager thumbnailManager

contentEntityManager

ContentEntityManager contentEntityManager

attachedImages

List<E> attachedImages

contentId

long contentId

contentEntity

ContentEntityObject contentEntity

Class com.atlassian.confluence.pages.actions.AttachFileAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

attachmentManager

AttachmentManager attachmentManager

fileUploadManager

FileUploadManager fileUploadManager

contentEntityManager

ContentEntityManager contentEntityManager

contentId

long contentId

request

javax.servlet.http.HttpServletRequest request

attachmentsAdded

List<E> attachmentsAdded

responseFormat

String responseFormat

Class com.atlassian.confluence.pages.actions.BreadcrumbAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

spaceManager

SpaceManager spaceManager

breadcrumbs

List<E> breadcrumbs

spaceKey

String spaceKey

pageId

long pageId

title

String title

page

AbstractPage page

fileName

String fileName

userName

String userName

breadcrumbType

String breadcrumbType

breadcrumbGenerator

BreadcrumbGenerator breadcrumbGenerator

Class com.atlassian.confluence.pages.actions.BrowseSpaceAction extends AbstractSpaceAction implements Serializable

Serialized Fields

redirectUrl

String redirectUrl

Class com.atlassian.confluence.pages.actions.ChildrenAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

node

String node

space

Space space

pageManager

PageManager pageManager

permissionCheckExemptions

PermissionCheckExemptions permissionCheckExemptions

Class com.atlassian.confluence.pages.actions.CopyPageAction extends CreatePageAction implements Serializable

Serialized Fields

idOfPageToCopy

long idOfPageToCopy

pageToCopy

Page pageToCopy

refactorer

RelatedContentRefactorer refactorer

spaceProvider

SpaceProvider spaceProvider

Class com.atlassian.confluence.pages.actions.CreateBlogPostAction extends AbstractCreatePageAction implements Serializable

Serialized Fields

blogPostService

BlogPostService blogPostService

helper

CommandActionHelper helper

blogPostProvider

com.atlassian.confluence.pages.actions.CreateBlogPostAction.SimpleBlogPostProvider blogPostProvider

contentPermissionProvider

SimpleContentPermissionProvider contentPermissionProvider

Class com.atlassian.confluence.pages.actions.CreatePageAction extends AbstractCreatePageAction implements Serializable

Serialized Fields

linkCreation

String linkCreation
Are we being created through clicking on an unfinished link?


helper

CommandActionHelper helper

pageProvider

CreatePageAction.SimplePageProvider pageProvider

contentPermissionProvider

SimpleContentPermissionProvider contentPermissionProvider

Class com.atlassian.confluence.pages.actions.CreatePageEntryAction extends CreatePageAction implements Serializable

Class com.atlassian.confluence.pages.actions.CreatePageFromTemplateAction extends CreatePageAction implements Serializable

Serialized Fields

sourceTemplateId

String sourceTemplateId

Class com.atlassian.confluence.pages.actions.DiffPagesAction extends AbstractDiffPagesAction implements Serializable

Serialized Fields

originalId

long originalId

Class com.atlassian.confluence.pages.actions.DiffPagesByVersionAction extends AbstractDiffPagesAction implements Serializable

Serialized Fields

originalVersion

int originalVersion

revisedVersion

int revisedVersion

revisedPage

AbstractPage revisedPage

selectedPageVersions

int[] selectedPageVersions

Class com.atlassian.confluence.pages.actions.DirectoryViewListPagesAction extends AbstractSpaceAction implements Serializable

Serialized Fields

openPageId

long openPageId

openedNodes

List<E> openedNodes

pageManager

PageManager pageManager

Class com.atlassian.confluence.pages.actions.DownloadAllAttachmentsOnPageAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

attachmentManager

AttachmentManager attachmentManager

downloadPath

String downloadPath

tempDirectoryForZipping

File tempDirectoryForZipping

zipFilename

String zipFilename

gateKeeper

GateKeeper gateKeeper

Class com.atlassian.confluence.pages.actions.EditBlogPostAction extends AbstractEditPageAction implements Serializable

Class com.atlassian.confluence.pages.actions.EditCommentAction extends AbstractPreviewPageAction implements Serializable

Serialized Fields

commentService

CommentService commentService

captchaManager

CaptchaManager captchaManager

notificationManager

NotificationManager notificationManager

commentId

long commentId

watchPageAfterComment

boolean watchPageAfterComment

Class com.atlassian.confluence.pages.actions.EditPageAction extends AbstractEditPageAction implements Serializable

Serialized Fields

moveHierarchy

boolean moveHierarchy
Deprecated. since 5.3. This hasn't actually been used in Confluence since 4.0.

Class com.atlassian.confluence.pages.actions.EmptyTrashAction extends ViewTrashAction implements Serializable

Class com.atlassian.confluence.pages.actions.GetPagePermissionsAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

bean

Map<K,V> bean

userKeys

Set<E> userKeys

groupNames

Set<E> groupNames

pageManager

PageManager pageManager

space

Space space

parentPageId

long parentPageId

parentPageTitle

String parentPageTitle

draftManager

DraftManager draftManager

draftId

long draftId

viewPermissionsUsers

String viewPermissionsUsers

editPermissionsUsers

String editPermissionsUsers

viewPermissionsGroups

String viewPermissionsGroups

editPermissionsGroups

String editPermissionsGroups

Class com.atlassian.confluence.pages.actions.HandleNameConflictsAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

pagesWithNameConflicts

List<E> pagesWithNameConflicts

parameters

Map<K,V> parameters

pageManager

PageManager pageManager

Class com.atlassian.confluence.pages.actions.HeartbeatAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

heartbeatManager

HeartbeatManager heartbeatManager

draftManager

DraftManager draftManager

i18NBeanFactory

I18NBeanFactory i18NBeanFactory

localeManager

LocaleManager localeManager

formatSettingsManager

FormatSettingsManager formatSettingsManager

dateFormatter

DateFormatter dateFormatter

tokenGenerator

com.atlassian.xwork.XsrfTokenGenerator tokenGenerator

sharedDraftsDarkFeatureHelper

SharedDraftsDarkFeatureHelper sharedDraftsDarkFeatureHelper

contentId

Long contentId

draftId

Long draftId

draftType

String draftType

bean

Object bean

spaceKey

String spaceKey

Class com.atlassian.confluence.pages.actions.ListNewOrUpdatedPagesAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

contentFacade

ContentFacade contentFacade

pagesCreatedOrUpdatedSinceLastLogin

List<E> pagesCreatedOrUpdatedSinceLastLogin

Class com.atlassian.confluence.pages.actions.ListOrphanedPagesAction extends AbstractPaginatedListAction implements Serializable

Serialized Fields

pageManager

PageManager pageManager

Class com.atlassian.confluence.pages.actions.ListPagesAction extends AbstractSpaceAction implements Serializable

Serialized Fields

redirectUrl

String redirectUrl

Class com.atlassian.confluence.pages.actions.ListPermissionPagesAction extends AbstractPaginatedListAction implements Serializable

Serialized Fields

pageManager

PageManager pageManager

Class com.atlassian.confluence.pages.actions.ListUndefinedPagesAction extends AbstractPaginatedListAction implements Serializable

Serialized Fields

pageManager

PageManager pageManager

Class com.atlassian.confluence.pages.actions.MoveAttachmentAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

availableSpaces

List<E> availableSpaces

newFileName

String newFileName

newParentPage

String newParentPage

newComment

String newComment

newContentType

String newContentType

attachmentManager

AttachmentManager attachmentManager

linkManager

LinkManager linkManager

pageManager

PageManager pageManager

breadcrumbGenerator

BreadcrumbGenerator breadcrumbGenerator

suggestedContentToBeRefactored

Collection<E> suggestedContentToBeRefactored

attachment

Attachment attachment

attachmentBean

AttachmentBean attachmentBean

newAttachmentBean

AttachmentBean newAttachmentBean

newPageTitle

String newPageTitle

newSpaceKey

String newSpaceKey

newSpace

Space newSpace

isFromPageView

boolean isFromPageView

Class com.atlassian.confluence.pages.actions.MoveBlogPostAction extends AbstractCommandAction implements Serializable

Serialized Fields

blogPostService

BlogPostService blogPostService

spaceService

SpaceService spaceService

blogPostId

long blogPostId
The ID of the blog post to be moved.


spaceKey

String spaceKey
The destination space key.

Class com.atlassian.confluence.pages.actions.MovePageAction extends AbstractCommandAction implements Serializable

Serialized Fields

pageService

PageService pageService

spaceService

SpaceService spaceService

pageId

long pageId
The ID of the page to be moved.


targetId

long targetId
The ID of the new parent page if appending, otherwise the ID of the sibling you're moving it relative to.


position

String position
The position in the child order, as defined in the constants on MovePageCommand.


spaceKey

String spaceKey
The destination space key.


targetTitle

String targetTitle
The title of the new parent page or sibling. You can supply this as an alternative to the MovePageAction.targetId, as long as you also provide the MovePageAction.spaceKey.

Class com.atlassian.confluence.pages.actions.MovePageDialogAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

pageManager

PageManager pageManager

parentPage

Page parentPage

parentPageTitle

String parentPageTitle

parentPageString

String parentPageString

dialogMode

String dialogMode

space

Space space

spaceKey

String spaceKey

newSpaceKey

String newSpaceKey

panelName

String panelName

Class com.atlassian.confluence.pages.actions.PageChildrenAction extends ChildrenAction implements Serializable

Serialized Fields

pageManager

PageManager pageManager

showChildren

Boolean showChildren

bean

Object bean

Class com.atlassian.confluence.pages.actions.PageDestinationSearchAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

query

String query

where

String where

startIndex

int startIndex

searchMapper

LuceneSearchMapper searchMapper

predefinedSearchBuilder

PredefinedSearchBuilder predefinedSearchBuilder

searchManager

SearchManager searchManager

destinationResults

PageDestinationSearchAction.DestinationSearchResults destinationResults

Class com.atlassian.confluence.pages.actions.PageInfoAction extends ViewPageAction implements Serializable

Serialized Fields

outgoingLinks

com.google.common.collect.Multimap<K,V> outgoingLinks

incomingLinksMap

com.google.common.collect.Multimap<K,V> incomingLinksMap

externalLinks

Collection<E> externalLinks

linkResolver

com.atlassian.renderer.links.LinkResolver linkResolver

wikiStyleRenderer

com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer

latestChanges

List<E> latestChanges

versionHistorySummaryList

List<E> versionHistorySummaryList

Class com.atlassian.confluence.pages.actions.PageNotFoundAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

spaceKey

String spaceKey

title

String title

space

Space space

spaceManager

SpaceManager spaceManager

pageManager

PageManager pageManager

pageLocator

AlternativePagesLocator pageLocator

xhtmlSummariser

Summariser xhtmlSummariser

themeManager

ThemeManager themeManager

Class com.atlassian.confluence.pages.actions.PageNotPermittedAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

pageId

long pageId

spaceKey

String spaceKey

title

String title

pageManager

PageManager pageManager

originalurl

String originalurl
Deprecated. since 5.3.

page

AbstractPage page

Class com.atlassian.confluence.pages.actions.PagePermissionsActionHelper extends Object implements Serializable

Serialized Fields

userAccessor

UserAccessor userAccessor

currentAuthenticatedUser

ConfluenceUser currentAuthenticatedUser

Class com.atlassian.confluence.pages.actions.PageSummaryAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

pageId

long pageId

pageManager

PageManager pageManager

excerptHelper

ExcerptHelper excerptHelper

Class com.atlassian.confluence.pages.actions.PageVariablesAction extends CreatePageAction implements Serializable

Serialized Fields

editorFormatService

EditorFormatService editorFormatService

xhtmlContent

XhtmlContent xhtmlContent

formatConverter

FormatConverter formatConverter

templateVariables

List<E> templateVariables

templateApplied

boolean templateApplied

renderedTemplateContent

String renderedTemplateContent

webInterfaceContext

DefaultWebInterfaceContext webInterfaceContext

labels

List<E> labels

Class com.atlassian.confluence.pages.actions.PurgeTrashItemAction extends AbstractSpaceAction implements Serializable

Serialized Fields

contentEntityManager

ContentEntityManager contentEntityManager

contentEntityObject

ContentEntityObject contentEntityObject

pageManager

PageManager pageManager

customContentManager

CustomContentManager customContentManager

contentId

long contentId

Type

String Type

Class com.atlassian.confluence.pages.actions.RecentBlogPostsAction extends AbstractBlogPostsAction implements Serializable

Serialized Fields

viewingBlogs

List<E> viewingBlogs

calendar

BlogPostsCalendar calendar

currentPage

int currentPage

isOldestPage

boolean isOldestPage

Class com.atlassian.confluence.pages.actions.RemoveAttachedFileAction extends AbstractRemoveAttachmentAction implements Serializable

Class com.atlassian.confluence.pages.actions.RemoveAttachedFileVersionAction extends AbstractRemoveAttachmentAction implements Serializable

Class com.atlassian.confluence.pages.actions.RemoveCommentAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

contentService

ContentService contentService

validationResult

ValidationResult validationResult

commentId

long commentId

confirm

String confirm

Class com.atlassian.confluence.pages.actions.RemoveHistoricalVersionAction extends AbstractCommandAction implements Serializable

Serialized Fields

latestVersion

AbstractPage latestVersion

pageId

long pageId

pageService

PageService pageService

Class com.atlassian.confluence.pages.actions.RemoveLabelAjaxAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

pageManager

PageManager pageManager

permissionManager

PermissionManager permissionManager

labelManager

LabelManager labelManager

labelsService

LabelsService labelsService

bean

Object bean

entityIdString

String entityIdString

labelIdString

String labelIdString

Class com.atlassian.confluence.pages.actions.RemovePageAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

spaceKey

String spaceKey

indexer

ConfluenceIndexer indexer

cachedParent

Page cachedParent

pageManager

PageManager pageManager

linkManager

LinkManager linkManager

themeManager

ThemeManager themeManager

Class com.atlassian.confluence.pages.actions.RemovePagePermissionAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

permissionCheckDispatcherResultCache

PermissionCheckDispatcherResultCache permissionCheckDispatcherResultCache

permissionId

long permissionId

removeAll

boolean removeAll

returnPath

String returnPath

Class com.atlassian.confluence.pages.actions.ReorderPageDialogAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

panelName

String panelName

parentPageTitle

String parentPageTitle
The name of the parent page who's children are being requested, or null if it is the root of the space.


space

Space space
The space being worked in.


movedPageId

String movedPageId
The Id of page being moved.


pageTitle

String pageTitle
The title of the page being ordered. This is necessary since in edit mode the page may be getting a modified title.


pageManager

PageManager pageManager

Class com.atlassian.confluence.pages.actions.RestoreExistingTrashItemAction extends AbstractSpaceAction implements Serializable

Serialized Fields

pageManager

PageManager pageManager

contentEntityManager

ContentEntityManager contentEntityManager

contentId

long contentId

existingContentId

long existingContentId

newPageTitle

String newPageTitle

restoreAction

String restoreAction

Class com.atlassian.confluence.pages.actions.RestoreTrashItemAction extends AbstractSpaceAction implements Serializable

Serialized Fields

contentEntityManager

ContentEntityManager contentEntityManager

spaceContentEntityObject

SpaceContentEntityObject spaceContentEntityObject

pageManager

PageManager pageManager

contentId

long contentId

existingContentId

long existingContentId

indexer

ConfluenceIndexer indexer

Class com.atlassian.confluence.pages.actions.ResumeDraftAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

draftManager

DraftManager draftManager

sharedDraftsDarkFeatureHelper

SharedDraftsDarkFeatureHelper sharedDraftsDarkFeatureHelper

draftId

long draftId

draftShareId

String draftShareId

draft

Draft draft

Class com.atlassian.confluence.pages.actions.RevertPageBackToVersionAction extends AbstractPageAction implements Serializable

Serialized Fields

version

int version

pageToRevert

AbstractPage pageToRevert

serviceCommand

ServiceCommand serviceCommand

pageService

PageService pageService

blogPostService

BlogPostService blogPostService

isRevertTitle

boolean isRevertTitle

revertComment

String revertComment

i18NBeanFactory

I18NBeanFactory i18NBeanFactory

settingsManager

SettingsManager settingsManager

Class com.atlassian.confluence.pages.actions.RevertPageOrderAction extends AbstractCommandAction implements Serializable

Serialized Fields

pageService

PageService pageService

pageId

long pageId

Class com.atlassian.confluence.pages.actions.SetPageOrderAction extends AbstractCommandAction implements Serializable

Serialized Fields

pageService

PageService pageService

pageId

long pageId

orderedChildIds

String orderedChildIds

Class com.atlassian.confluence.pages.actions.SetPagePermissionsAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

bean

Map<K,V> bean

viewPermissionsGroups

String viewPermissionsGroups

viewPermissionsUsers

String viewPermissionsUsers

editPermissionsGroups

String editPermissionsGroups

editPermissionsUsers

String editPermissionsUsers

Class com.atlassian.confluence.pages.actions.SpaceToolsAction extends AbstractSpaceAction implements Serializable

Serialized Fields

redirectUrl

String redirectUrl

Class com.atlassian.confluence.pages.actions.SuggestLabelsAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

pageManager

PageManager pageManager

labelManager

LabelManager labelManager

bean

Object bean

entityIdString

String entityIdString

Class com.atlassian.confluence.pages.actions.TinyUrlAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

pageManager

PageManager pageManager

urlPath

String urlPath

urlIdentifier

String urlIdentifier

Class com.atlassian.confluence.pages.actions.ValidateLabelAjaxAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

bean

Object bean

labelsService

LabelsService labelsService

labelString

String labelString

Class com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction extends AbstractBlogPostsAction implements Serializable

Serialized Fields

postingDate

String postingDate

postingDay

Calendar postingDay

period

int period

currentPage

int currentPage

isOldestPage

boolean isOldestPage

blogPosts

List<E> blogPosts

aggregatedBlogPosts

Map<K,V> aggregatedBlogPosts

nextPost

BlogPost nextPost

previousPost

BlogPost previousPost

nextDatePost

BlogPost nextDatePost

previousDatePost

BlogPost previousDatePost

calendar

BlogPostsCalendar calendar

breadcrumbGenerator

BreadcrumbGenerator breadcrumbGenerator

Class com.atlassian.confluence.pages.actions.ViewChangesSinceLastEditAction extends AbstractDiffPagesAction implements Serializable

Class com.atlassian.confluence.pages.actions.ViewChangesSinceLastLoginAction extends AbstractDiffPagesAction implements Serializable

Class com.atlassian.confluence.pages.actions.ViewDraftAttachmentsAction extends AbstractViewAttachmentsAction implements Serializable

Serialized Fields

draftType

String draftType
Deprecated. 

draft

Draft draft
Deprecated. 

draftManager

DraftManager draftManager
Deprecated. 

spaceManager

SpaceManager spaceManager
Deprecated. 

spaceKey

String spaceKey
Deprecated. 

Class com.atlassian.confluence.pages.actions.ViewPageAction extends AbstractPageAction implements Serializable

Serialized Fields

referralManager

ReferralManager referralManager

notificationManager

NotificationManager notificationManager

commentManager

CommentManager commentManager

captchaManager

CaptchaManager captchaManager

themeManager

ThemeManager themeManager

trackbackUtils

ConfluenceTrackbackUtils trackbackUtils

editRenderer

Renderer editRenderer

xhtmlContent

XhtmlContent xhtmlContent

pageContent

String pageContent
Deprecated. since 4.0. This is not used anywhere.

hotReferrers

List<E> hotReferrers

externalReferences

List<E> externalReferences

xHtmlComments

Map<K,V> xHtmlComments

pageXHtmlContent

String pageXHtmlContent

replyToComment

long replyToComment

calendar

BlogPostsCalendar calendar

showCommentArea

boolean showCommentArea

editComment

boolean editComment

lastPostInPreviousMonth

BlogPost lastPostInPreviousMonth

firstPostInNextMonth

BlogPost firstPostInNextMonth

navigatingVersions

boolean navigatingVersions

wikiStyleRenderer

com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer
Deprecated. Since 4.0. See PageInfoAction.renderWikiLink(String) instead.

comment

Comment comment
The comment being viewed, edited or replied to.


rootCommentId

long rootCommentId
Deprecated. since 2.8 see ViewPageAction.comment

rootComment

Comment rootComment
Deprecated. since 2.8 see ViewPageAction.comment

focusedCommentId

long focusedCommentId
Deprecated. since 2.8 see ViewPageAction.comment

possibleAlternativesInSpace

List<E> possibleAlternativesInSpace
Deprecated. since 3.1

possibleAlternativesElsewhere

List<E> possibleAlternativesElsewhere
Deprecated. since 3.1

Class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction extends AbstractViewAttachmentsAction implements Serializable

Serialized Fields

page

AbstractPage page

pageId

String pageId

paginationSupport

PaginationSupport<T> paginationSupport

startIndex

int startIndex

captchaManager

CaptchaManager captchaManager

Class com.atlassian.confluence.pages.actions.ViewPreviousVersionsAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

previousVersions

List<E> previousVersions

pageManager

PageManager pageManager

Class com.atlassian.confluence.pages.actions.ViewTrashAction extends AbstractSpaceAdminAction implements Serializable

Serialized Fields

trashManager

TrashManager trashManager

Class com.atlassian.confluence.pages.actions.WysiwygConverterAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

bean

String bean

confluenceWysiwygConverter

ConfluenceWysiwygConverter confluenceWysiwygConverter

wikiMarkup

String wikiMarkup

xhtml

String xhtml

pageId

String pageId

spaceKey

String spaceKey

Package com.atlassian.confluence.pages.ancestors

Class com.atlassian.confluence.pages.ancestors.AncestorRebuildException extends Exception implements Serializable


Package com.atlassian.confluence.pages.attachments

Class com.atlassian.confluence.pages.attachments.AttachmentDataStreamSizeMismatchException extends RuntimeException implements Serializable

Serialized Fields

expectedSize

long expectedSize

actualSize

long actualSize

Package com.atlassian.confluence.pages.persistence.dao

Class com.atlassian.confluence.pages.persistence.dao.UpdateAttachmentsOnFileSystemException extends ConfluenceEventPropagatingException implements Serializable

Serialized Fields

destinationDir

File destinationDir
Deprecated. 

sourceDir

File sourceDir
Deprecated. 

Package com.atlassian.confluence.pages.persistence.dao.filesystem

Class com.atlassian.confluence.pages.persistence.dao.filesystem.AttachmentDataFileSystemException extends RuntimeException implements Serializable

Class com.atlassian.confluence.pages.persistence.dao.filesystem.UpdateAttachmentsOnFileSystemException extends ConfluenceEventPropagatingException implements Serializable


Package com.atlassian.confluence.pages.templates

Class com.atlassian.confluence.pages.templates.PageTemplate extends AbstractLabelableEntityObject implements Serializable

Serialized Fields

name

String name

description

String description

referencingPluginKey

String referencingPluginKey
referencingPluginKey and referencingPluginModuleKey provide a mechanism for plugin modules to store customised versions of templates declared in other plugins. For example 2 Blueprint modules might reference the same template in another plugin but might each have their own user edited versions of the template.


referencingModuleKey

String referencingModuleKey

pluginKey

String pluginKey
pluginKey and moduleKey provides a means to identify a PageTemplate declared in a plugin that has not been persisted to the database (and hence does not yet have a database ID)


moduleKey

String moduleKey

content

String content

space

Space space

bodyType

BodyType bodyType

Package com.atlassian.confluence.pages.thumbnail

Class com.atlassian.confluence.pages.thumbnail.CannotGenerateThumbnailException extends Exception implements Serializable

Serialized Fields

attachment

Attachment attachment

Class com.atlassian.confluence.pages.thumbnail.ThumbnailRenderException extends RuntimeException implements Serializable


Package com.atlassian.confluence.plugin

Class com.atlassian.confluence.plugin.ExpectedException extends RuntimeException implements Serializable

Class com.atlassian.confluence.plugin.PluginsClassLoaderAvailableEvent extends ConfluenceEvent implements Serializable

Serialized Fields

pluginsClassLoader

ClassLoader pluginsClassLoader

Package com.atlassian.confluence.plugin.descriptor

Class com.atlassian.confluence.plugin.descriptor.PluginAwareActionConfig extends com.opensymphony.xwork.config.entities.ActionConfig implements Serializable

Serialized Fields

plugin

com.atlassian.plugin.Plugin plugin

Package com.atlassian.confluence.plugins.contentproperty.index.config

Class com.atlassian.confluence.plugins.contentproperty.index.config.InvalidSchemaDefinitionException extends RuntimeException implements Serializable


Package com.atlassian.confluence.plugins.crowdproxy

Class com.atlassian.confluence.plugins.crowdproxy.CrowdProxyServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

log

org.slf4j.Logger log

permissionManager

PermissionManager permissionManager

Package com.atlassian.confluence.plugins.dailysummary.actions

Class com.atlassian.confluence.plugins.dailysummary.actions.PopularContentAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

summaryEmailService

SummaryEmailService summaryEmailService

summaryEmailFactory

SummaryEmailTaskFactory summaryEmailFactory

velocityHelperService

VelocityHelperService velocityHelperService

fireemail

boolean fireemail

schedule

String schedule

renderedContent

String renderedContent

mailQueueManager

MailQueueManager mailQueueManager

spaceManager

SpaceManager spaceManager

space

Space space

Class com.atlassian.confluence.plugins.dailysummary.actions.SettingsAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

setting

String setting

value

String value

undo

boolean undo

previousValue

Object previousValue

token

String token

username

String username

unsubscribeTokenManager

SingleUseUnsubscribeTokenManager unsubscribeTokenManager

Class com.atlassian.confluence.plugins.dailysummary.actions.SummaryEmailAdminAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

defaultSchedule

String defaultSchedule

defaultEnabled

boolean defaultEnabled

pluginSettingsFactory

com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory

Package com.atlassian.confluence.plugins.dailysummary.analytics

Class com.atlassian.confluence.plugins.dailysummary.analytics.SummaryEmailTrackingServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

eventPublisher

com.atlassian.event.api.EventPublisher eventPublisher
Deprecated. 

Package com.atlassian.confluence.plugins.doctheme

Class com.atlassian.confluence.plugins.doctheme.ConfigureThemeAction extends AbstractSpaceAction implements Serializable

Serialized Fields

headerText

String headerText

footerText

String footerText

navigationText

String navigationText

treeEnabled

boolean treeEnabled

spaceSearchEnabled

boolean spaceSearchEnabled

themeService

ThemeService themeService

Class com.atlassian.confluence.plugins.doctheme.Settings extends Object implements Serializable

Serialized Fields

header

String header

footer

String footer

navigation

String navigation

treeEnabled

boolean treeEnabled

spaceSearchEnabled

boolean spaceSearchEnabled

Package com.atlassian.confluence.plugins.dragdrop

Class com.atlassian.confluence.plugins.dragdrop.UploadAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

fileUploadManager

FileUploadManager fileUploadManager

attachmentManager

AttachmentManager attachmentManager

editorFormatService

EditorFormatService editorFormatService

contentEntityManager

ContentEntityManager contentEntityManager

draftService

DraftService draftService

pageId

long pageId

draftId

long draftId

dragAndDropEntityId

long dragAndDropEntityId

filename

String filename

mimeType

String mimeType

size

long size

minorEdit

boolean minorEdit

withEditorPlaceholder

boolean withEditorPlaceholder

contentType

String contentType

isVFMSupported

boolean isVFMSupported

jsonResult

Map<K,V> jsonResult

httpServletRequest

javax.servlet.http.HttpServletRequest httpServletRequest

Package com.atlassian.confluence.plugins.edgeindex.servlet

Class com.atlassian.confluence.plugins.edgeindex.servlet.BuildEdgeIndexServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

permissionManager

PermissionManager permissionManager

edgeIndexBuilder

EdgeIndexBuilder edgeIndexBuilder

xsrfTokenService

XsrfTokenService xsrfTokenService

i18NBeanFactory

I18NBeanFactory i18NBeanFactory

Class com.atlassian.confluence.plugins.edgeindex.servlet.EdgeIndexRebuiltEvent extends Object implements Serializable

Serialized Fields

since

org.joda.time.Period since

Package com.atlassian.confluence.plugins.editorloader

Class com.atlassian.confluence.plugins.editorloader.EditorAction extends AbstractCreateAndEditPageAction implements Serializable

Serialized Fields

notificationManager

NotificationManager notificationManager

viewPermissionsGroups

String viewPermissionsGroups

viewPermissionsUsers

String viewPermissionsUsers

editPermissionsGroups

String editPermissionsGroups

editPermissionsUsers

String editPermissionsUsers

breadcrumbGenerator

BreadcrumbGenerator breadcrumbGenerator

space

Space space

Package com.atlassian.confluence.plugins.gadgets

Class com.atlassian.confluence.plugins.gadgets.GadgetPlaceholderServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

httpRetrievalService

HttpRetrievalService httpRetrievalService

requestContextBuilder

RequestContextBuilder requestContextBuilder

gadgetSpecFactory

com.atlassian.gadgets.spec.GadgetSpecFactory gadgetSpecFactory

whiteListManager

GadgetWhiteListManager whiteListManager

resolver

com.atlassian.sal.api.message.I18nResolver resolver

eventPublisher

com.atlassian.event.api.EventPublisher eventPublisher

font

Font font

placeholderCache

com.atlassian.cache.Cache<K,V> placeholderCache
Since we want to cache the BufferedImage it can not go outside of the jvm Given that we have less than 200 customers running clustered AND gadgets are not all that common on pages it is simply not worth making it possible to use the cache on a clustered system. Instead we check if we are clustered and turn the cache off if we are.


isClustered

boolean isClustered

Package com.atlassian.confluence.plugins.gadgets.admin.actions

Class com.atlassian.confluence.plugins.gadgets.admin.actions.AddOrRemoveGadgetFeedAction extends ViewGadgetsAdminAction implements Serializable

Serialized Fields

gadgetFeedReaderFactory

com.atlassian.gadgets.feed.GadgetFeedReaderFactory gadgetFeedReaderFactory

gadgetFeedToAdd

String gadgetFeedToAdd

gadgetFeedToRemove

String gadgetFeedToRemove

Class com.atlassian.confluence.plugins.gadgets.admin.actions.AddOrRemoveGadgetSpecAction extends ViewGadgetsAdminAction implements Serializable

Serialized Fields

gadgetUrlToAdd

String gadgetUrlToAdd

gadgetUrlToRemove

String gadgetUrlToRemove

eventPublisher

com.atlassian.event.api.EventPublisher eventPublisher

gadgetSpecFactory

com.atlassian.gadgets.spec.GadgetSpecFactory gadgetSpecFactory

whitelistService

com.atlassian.plugins.whitelist.WhitelistService whitelistService

outboundWhitelist

com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist

Class com.atlassian.confluence.plugins.gadgets.admin.actions.ViewGadgetsAdminAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

installedGadgets

List<E> installedGadgets

installedGadgetFeeds

List<E> installedGadgetFeeds

clusterSafeGadgetDirectoryStore

com.atlassian.gadgets.directory.spi.ExternalGadgetSpecStore clusterSafeGadgetDirectoryStore

subscribedGadgetFeedStore

com.atlassian.gadgets.directory.spi.SubscribedGadgetFeedStore subscribedGadgetFeedStore

activeTab

String activeTab

Package com.atlassian.confluence.plugins.gadgets.events

Class com.atlassian.confluence.plugins.gadgets.events.GadgetInstalledEvent extends ConfluenceEvent implements Serializable

Serialized Fields

gadgetUri

URI gadgetUri

Class com.atlassian.confluence.plugins.gadgets.events.GadgetUninstalledEvent extends ConfluenceEvent implements Serializable

Serialized Fields

gadgetUri

URI gadgetUri

Package com.atlassian.confluence.plugins.gadgets.metadata

Class com.atlassian.confluence.plugins.gadgets.metadata.GadgetMacroParameter extends MacroParameter implements Serializable

Serialized Fields

displayName

String displayName

Package com.atlassian.confluence.plugins.gadgets.tokenstore

Class com.atlassian.confluence.plugins.gadgets.tokenstore.RevokeOAuthTokensAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

store

com.atlassian.oauth.serviceprovider.ServiceProviderTokenStore store

tokens

Iterable<T> tokens

token

String token
The token to delete.


Package com.atlassian.confluence.plugins.like.actions

Class com.atlassian.confluence.plugins.like.actions.LikeAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

likeManager

LikeManager likeManager

contentEntityManager

ContentEntityManager contentEntityManager

contentId

long contentId

url

String url

Class com.atlassian.confluence.plugins.like.actions.NotificationsAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

notificationManager

NotificationManager notificationManager

likeNotificationPreferences

LikeNotificationPreferences likeNotificationPreferences

notifyAuthor

boolean notifyAuthor
These fields are only used to store any request state that has been posted to update-notifications.action


notifyFollowers

boolean notifyFollowers

Package com.atlassian.confluence.plugins.like.notifications.dao

Class com.atlassian.confluence.plugins.like.notifications.dao.CacheBackedNotificationDao.CacheKey extends Object implements Serializable

Serialized Fields

username

String username

contentId

long contentId

Package com.atlassian.confluence.plugins.lookandfeel

Class com.atlassian.confluence.plugins.lookandfeel.EditSiteLogoAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

soyTemplateRenderer

com.atlassian.soy.renderer.SoyTemplateRenderer soyTemplateRenderer

siteLogoManager

SiteLogoManager siteLogoManager

tokenGenerator

com.atlassian.xwork.XsrfTokenGenerator tokenGenerator

autoLookAndFeelManager

AutoLookAndFeelManager autoLookAndFeelManager

i18nResolver

com.atlassian.sal.api.message.I18nResolver i18nResolver

faviconManager

com.atlassian.favicon.core.FaviconManager faviconManager

siteTitle

String siteTitle

showBothLogoAndTitle

boolean showBothLogoAndTitle

showOptions

String showOptions

colorSchemeUpdated

boolean colorSchemeUpdated

faviconUpdated

boolean faviconUpdated

faviconReset

boolean faviconReset

Package com.atlassian.confluence.plugins.lookandfeel.events

Class com.atlassian.confluence.plugins.lookandfeel.events.SiteLogoChangedEvent extends LookAndFeelEvent implements Serializable


Package com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events

Class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events.DashboardPopularTabViewEvent extends DashboardRecentlyUpdatedViewEvent implements Serializable

Class com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events.DashboardRecentlyUpdatedViewEvent extends ConfluenceEvent implements Serializable

Serialized Fields

tabName

String tabName

Package com.atlassian.confluence.plugins.monitoring.actions

Class com.atlassian.confluence.plugins.monitoring.actions.LoadConsoleAction extends ConfluenceActionSupport implements Serializable


Package com.atlassian.confluence.plugins.rest.service

Class com.atlassian.confluence.plugins.rest.service.SearchServiceException extends Exception implements Serializable


Package com.atlassian.confluence.plugins.schedule.admin.action

Class com.atlassian.confluence.plugins.schedule.admin.action.AbstractViewAction extends ConfluenceActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

scheduledJobManager

ScheduledJobManager scheduledJobManager

Class com.atlassian.confluence.plugins.schedule.admin.action.ChangeScheduleAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

scheduledJobManager

ScheduledJobManager scheduledJobManager

group

String group

id

String id

cronExpression

String cronExpression

Class com.atlassian.confluence.plugins.schedule.admin.action.GetFutureSchedulesAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

result

GetFutureSchedulesAction.Result result

cronExpressionValue

String cronExpressionValue

Class com.atlassian.confluence.plugins.schedule.admin.action.JobAction extends ConfluenceActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

scheduledJobManager

ScheduledJobManager scheduledJobManager

group

String group

id

String id

Class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsAction extends AbstractViewAction implements Serializable

serialVersionUID: 1L

Serialized Fields

jobs

List<E> jobs

jobRegistry

ManagedScheduledJobRegistry jobRegistry

Class com.atlassian.confluence.plugins.schedule.admin.action.ViewScheduledJobsHistoryAction extends AbstractViewAction implements Serializable

serialVersionUID: 1L

Serialized Fields

job

ScheduledJobStatus job

group

String group

id

String id

history

List<E> history

Package com.atlassian.confluence.plugins.servlet

Class com.atlassian.confluence.plugins.servlet.MonitoringConsoleHelperServlet extends javax.servlet.http.HttpServlet implements Serializable


Package com.atlassian.confluence.plugins.spacedirectory

Class com.atlassian.confluence.plugins.spacedirectory.ViewSpaceDirectoryAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

spaceManager

SpaceManager spaceManager

startIndex

int startIndex

teamLabel

String teamLabel

spaceList

List<E> spaceList

totalSize

int totalSize

paginationSupport

PaginationSupport<T> paginationSupport

predefinedSearchBuilder

PredefinedSearchBuilder predefinedSearchBuilder

spaceLogoManager

SpaceLogoManager spaceLogoManager

searchManager

SearchManager searchManager

selectedSpaceCategory

String selectedSpaceCategory

showBlankExperience

boolean showBlankExperience

hasCreatePermission

boolean hasCreatePermission

Package com.atlassian.confluence.plugins.spaces

Class com.atlassian.confluence.plugins.spaces.SpacesConfigurationAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

spaceManager

SpaceManager spaceManager

allowThreadedComments

boolean allowThreadedComments

allowTrackbacks

boolean allowTrackbacks

allowRemoteApi

boolean allowRemoteApi

enableQuickNav

boolean enableQuickNav

enableOpenSearch

boolean enableOpenSearch

maxSimultaneousQuickNavRequests

int maxSimultaneousQuickNavRequests

draftSaveIntervalMinutes

int draftSaveIntervalMinutes

draftSaveIntervalSeconds

int draftSaveIntervalSeconds

siteHomePage

String siteHomePage

editMode

boolean editMode

Package com.atlassian.confluence.plugins.templates.actions

Class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction extends AbstractPageTemplateAction implements Serializable

Serialized Fields

preview

String preview

back

String back

title

String title

wysiwygContent

String wysiwygContent

description

String description

formatConverter

FormatConverter formatConverter

labelManager

LabelManager labelManager

Class com.atlassian.confluence.plugins.templates.actions.AbstractPageTemplateAction extends AbstractSpaceAction implements Serializable

Serialized Fields

pageTemplateManager

PageTemplateManager pageTemplateManager

pageTemplate

PageTemplate pageTemplate

entityId

long entityId

originalPageTemplate

PageTemplate originalPageTemplate

labelsString

String labelsString

breadcrumbGenerator

BreadcrumbGenerator breadcrumbGenerator

Class com.atlassian.confluence.plugins.templates.actions.CreatePageTemplateAction extends AbstractEditPageTemplateAction implements Serializable

Class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateAction extends AbstractEditPageTemplateAction implements Serializable

Serialized Fields

versionMismatch

boolean versionMismatch

oldContent

String oldContent

isTitleReadOnly

boolean isTitleReadOnly

Class com.atlassian.confluence.plugins.templates.actions.EditPageTemplateDescriptionAction extends AbstractPageTemplateAction implements Serializable

Serialized Fields

newDescription

String newDescription

Class com.atlassian.confluence.plugins.templates.actions.ListGlobalTemplatesAction extends ListPageTemplatesAction implements Serializable

Class com.atlassian.confluence.plugins.templates.actions.ListPageTemplatesAction extends AbstractPageTemplateAction implements Serializable

Serialized Fields

pageTemplates

List<E> pageTemplates

xhtmlPageTemplates

List<E> xhtmlPageTemplates

Class com.atlassian.confluence.plugins.templates.actions.RemovePageTemplateAction extends AbstractPageTemplateAction implements Serializable

Class com.atlassian.confluence.plugins.templates.actions.ViewPageTemplateAction extends AbstractPageTemplateAction implements Serializable

Serialized Fields

formatConverter

FormatConverter formatConverter

content

String content

Package com.atlassian.confluence.plugins.templates.servlet

Class com.atlassian.confluence.plugins.templates.servlet.TemplateVariablePlaceholderServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

placeholderImageFactory

PlaceholderImageFactory placeholderImageFactory

Package com.atlassian.confluence.plugins.viewsource

Class com.atlassian.confluence.plugins.viewsource.ViewSourceAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

editRenderer

Renderer editRenderer

html

String html

xhtmlContent

XhtmlContent xhtmlContent

Package com.atlassian.confluence.plugins.viewstorage

Class com.atlassian.confluence.plugins.viewstorage.ViewStorageFormatAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

commentManager

CommentManager commentManager

inputStream

InputStream inputStream

commentId

long commentId

Package com.atlassian.confluence.qunit

Class com.atlassian.confluence.qunit.QunitWebDriverEnvironmentCreator extends Object implements Serializable


Package com.atlassian.confluence.renderer

Class com.atlassian.confluence.renderer.ShortcutLinkConfig extends Object implements Serializable

Serialized Fields

expandedValue

String expandedValue

defaultAlias

String defaultAlias

Class com.atlassian.confluence.renderer.UserMacroConfig extends Object implements Serializable

Serialized Fields

template

String template

name

String name

title

String title

description

String description

categories

Set<E> categories

iconLocation

String iconLocation

documentationUrl

String documentationUrl

hasBody

boolean hasBody

hidden

boolean hidden
By default, existing User Macros should not appear in the Macro Browser.


outputType

String outputType

bodyType

String bodyType

parameters

List<E> parameters

Class com.atlassian.confluence.renderer.WikiRenderException extends Exception implements Serializable


Package com.atlassian.confluence.renderer.actions

Class com.atlassian.confluence.renderer.actions.RenderContentAction extends AbstractCommandAction implements Serializable

Serialized Fields

renderingService

RenderingService renderingService

spaceService

SpaceService spaceService

themeManager

ThemeManager themeManager

contentId

String contentId

contentType

String contentType

spaceKey

String spaceKey

xHtml

String xHtml

outputType

String outputType
Should be one of ConversionContextOutputType. Defaults to ConversionContextOutputType.DISPLAY


Package com.atlassian.confluence.renderer.template

Class com.atlassian.confluence.renderer.template.TemplateRenderingException extends RuntimeException implements Serializable


Package com.atlassian.confluence.rpc

Class com.atlassian.confluence.rpc.AlreadyExistsException extends RemoteException implements Serializable

Class com.atlassian.confluence.rpc.AuthenticationFailedException extends RemoteException implements Serializable

Class com.atlassian.confluence.rpc.InvalidSessionException extends RemoteException implements Serializable

Class com.atlassian.confluence.rpc.NotFoundException extends RemoteException implements Serializable

Class com.atlassian.confluence.rpc.NotPermittedException extends RemoteException implements Serializable

Class com.atlassian.confluence.rpc.OperationTimedOutException extends RemoteException implements Serializable

Class com.atlassian.confluence.rpc.RemoteException extends Exception implements Serializable

Class com.atlassian.confluence.rpc.VersionMismatchException extends RemoteException implements Serializable


Package com.atlassian.confluence.rpc.auth

Class com.atlassian.confluence.rpc.auth.TokenMap extends HashMap implements Serializable

Serialized Fields

tokenTimeout

long tokenTimeout

tokenTimeouts

Map<K,V> tokenTimeouts

Package com.atlassian.confluence.rss

Class com.atlassian.confluence.rss.FeedTimeoutEvent extends ConfluenceEvent implements Serializable

Serialized Fields

entity

ConfluenceEntityObject entity
The entity where this macro was being rendered.


allowedTimeInSeconds

long allowedTimeInSeconds
The number of seconds the timeout was set for.


exceededTimeInMilliseconds

long exceededTimeInMilliseconds
The number of milliseconds since the timeout expired at the time the event was created.


numResultsToRender

int numResultsToRender
The number of results that were supposed to be rendered.


numResultsRendered

int numResultsRendered
The number of results that were successfully rendered before the timeout.


Package com.atlassian.confluence.rss.actions

Class com.atlassian.confluence.rss.actions.NetworkFeedAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

feedBuilder

FeedBuilder feedBuilder

predefinedSearchBuilder

PredefinedSearchBuilder predefinedSearchBuilder

followManager

FollowManagerInternal followManager

userAccessor

UserAccessor userAccessor

username

String username

rssType

String rssType

max

int max

user

ConfluenceUser user

contentType

ContentTypeEnum contentType

Package com.atlassian.confluence.schedule

Class com.atlassian.confluence.schedule.ScheduledJobConfiguration extends Object implements Serializable

Serialized Fields

enabled

AtomicBoolean enabled

cronSchedule

AtomicReference<V> cronSchedule

Class com.atlassian.confluence.schedule.ScheduledJobHistory extends Object implements Serializable

Serialized Fields

startDate

Date startDate

endDate

Date endDate

Class com.atlassian.confluence.schedule.ScheduledJobKey extends Object implements Serializable

Serialized Fields

group

String group

jobId

String jobId

Class com.atlassian.confluence.schedule.ScheduledJobStatus extends Object implements Serializable

Serialized Fields

scheduledJobKey

ScheduledJobKey scheduledJobKey

lastExecution

AtomicReference<V> lastExecution

nextExecution

AtomicReference<V> nextExecution

history

org.apache.commons.collections.Buffer history

status

AtomicReference<V> status

Package com.atlassian.confluence.schedule.events

Class com.atlassian.confluence.schedule.events.PauseAllJobsEvent extends ConfluenceEvent implements Serializable

Class com.atlassian.confluence.schedule.events.PauseJobEvent extends ConfluenceEvent implements Serializable

Serialized Fields

jobGroupName

String jobGroupName

jobName

String jobName

Class com.atlassian.confluence.schedule.events.PauseJobGroupEvent extends ConfluenceEvent implements Serializable

Serialized Fields

jobGroupName

String jobGroupName

Class com.atlassian.confluence.schedule.events.ResumeJobEvent extends ConfluenceEvent implements Serializable

Serialized Fields

jobGroupName

String jobGroupName

jobName

String jobName

Class com.atlassian.confluence.schedule.events.TriggerJobEvent extends ConfluenceEvent implements Serializable

Serialized Fields

jobGroupName

String jobGroupName

jobName

String jobName

pauseBackgroundJobs

boolean pauseBackgroundJobs

Package com.atlassian.confluence.schedule.managers

Class com.atlassian.confluence.schedule.managers.ManagedScheduleJobException extends RuntimeException implements Serializable


Package com.atlassian.confluence.search.actions

Class com.atlassian.confluence.search.actions.AttachmentSearchAction extends AbstractPageAwareAction implements Serializable

Serialized Fields

result

Map<K,V> result

attachmentManager

AttachmentManager attachmentManager

filetypes

String[] filetypes

Class com.atlassian.confluence.search.actions.ContentNameSearchAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

contentNameSearchService

ContentNameSearchService contentNameSearchService
Deprecated. 

query

String query
Deprecated. 

types

String[] types
Deprecated. 

spaceKey

String spaceKey
Deprecated. 

maxPerCategory

int maxPerCategory
Deprecated. 

servletRequest

javax.servlet.http.HttpServletRequest servletRequest
Deprecated. 

result

ContentNameSearchResult result
Deprecated. 

Class com.atlassian.confluence.search.actions.DraftAttachmentSearchAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

result

Map<K,V> result

attachmentManager

AttachmentManager attachmentManager

draftId

long draftId

draftManager

DraftManager draftManager

filetypes

String[] filetypes

Class com.atlassian.confluence.search.actions.FlushIndexQueueAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

indexManager

ConfluenceIndexManager indexManager

Class com.atlassian.confluence.search.actions.OpenSearchDescriptorAction extends ConfluenceActionSupport implements Serializable

Class com.atlassian.confluence.search.actions.ReindexTaskProgressAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

indexManager

ConfluenceIndexManager indexManager

Class com.atlassian.confluence.search.actions.SearchIndexesAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

indexManager

ConfluenceIndexManager indexManager

searchLuceneConnection

com.atlassian.bonnie.ILuceneConnection searchLuceneConnection

Class com.atlassian.confluence.search.actions.SearchQueryBean extends Object implements Serializable

Serialized Fields

queryString

String queryString
Deprecated. 

spaceKey

String spaceKey
Deprecated. 

type

String type
Deprecated. 

groupBy

String groupBy
Deprecated. 

lastModified

String lastModified
Deprecated. 

timer

Timer timer
Deprecated. 

spaceKeys

List<E> spaceKeys
Deprecated. 

Class com.atlassian.confluence.search.actions.SearchSiteAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

spacePickerHelper

SpacePickerHelper spacePickerHelper

paginationSupport

PaginationSupport<T> paginationSupport

searchManager

SearchManager searchManager

spaceManager

SpaceManager spaceManager

predefinedSearchBuilder

PredefinedSearchBuilder predefinedSearchBuilder

searchMapper

LuceneSearchMapper searchMapper

contentTypesDisplayMapper

ContentTypesDisplayMapper contentTypesDisplayMapper

pluginAccessor

com.atlassian.plugin.PluginAccessor pluginAccessor

queryAnalyzer

org.apache.lucene.analysis.Analyzer queryAnalyzer

highlighter

HitHighlighter highlighter

startIndex

int startIndex

results

List<E> results

searchUuid

String searchUuid

validatedContributor

SearchSiteAction.UserDetails validatedContributor

key

String key

queryString

String queryString

where

String where

types

String[] types

contributor

String contributor
This field serves two purposes. The first is to store the query used to find a particular user. This happens when the user does not use autocomplete, but simply submits a query on this field. The second purpose is to store the formatted name of a user (formatted according to SearchSiteAction.AUTOCOMPLETE_USER_DETAILS_FORMAT). This happens when the user uses autocomplete and it populates this field with the value they have selected.


contributorUsername

String contributorUsername

lastModified

DateRangeEnum lastModified

totalSearchResults

int totalSearchResults

searchWords

List<E> searchWords

searchQuery

SearchSiteAction.BackwardsCompatibility searchQuery
Do not change the name of this variable. See SearchSiteAction.BackwardsCompatibility for more details.


typeOptions

List<E> typeOptions

dateRanges

List<E> dateRanges

relatedLabels

List<E> relatedLabels

includeArchivedSpaces

boolean includeArchivedSpaces

renderer

DelegatedSearchResultRenderer renderer

Class com.atlassian.confluence.search.actions.Timer extends Object implements Serializable

Serialized Fields

map

LinkedHashMap<K,V> map

Class com.atlassian.confluence.search.actions.UserSearchAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

searchManager

SearchManager searchManager
Deprecated. 

predefinedSearchBuilder

PredefinedSearchBuilder predefinedSearchBuilder
Deprecated. 

query

String query
Deprecated. 

results

List<E> results
Deprecated. 

filterDisabledUsers

boolean filterDisabledUsers
Deprecated. 

Package com.atlassian.confluence.search.actions.json

Class com.atlassian.confluence.search.actions.json.ContentNameMatch extends Object implements Serializable

Serialized Fields

id

String id

name

String name

href

String href

className

String className

icon

String icon

spaceName

String spaceName

spaceKey

String spaceKey

username

String username

Class com.atlassian.confluence.search.actions.json.ContentNameSearchResult extends Object implements Serializable

Serialized Fields

statusMessage

String statusMessage

queryTokens

List<E> queryTokens

matches

List<E> matches

query

String query

Package com.atlassian.confluence.search.lucene.tasks

Class com.atlassian.confluence.search.lucene.tasks.UnIndexSpaceIndexTask.SpaceKeyHandle extends Object implements Serializable

Serialized Fields

key

String key

Package com.atlassian.confluence.search.v2

Class com.atlassian.confluence.search.v2.FieldNotRequestedException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class com.atlassian.confluence.search.v2.InvalidQueryException extends InvalidSearchException implements Serializable

Serialized Fields

queryKey

String queryKey

Class com.atlassian.confluence.search.v2.InvalidSearchException extends Exception implements Serializable

Class com.atlassian.confluence.search.v2.SearchTokenExpiredException extends Exception implements Serializable

Serialized Fields

searchToken

long searchToken

Package com.atlassian.confluence.search.v2.lucene

Class com.atlassian.confluence.search.v2.lucene.LuceneMapperNotFoundException extends RuntimeException implements Serializable

Serialized Fields

mappeeKey

String mappeeKey

mappeeClass

Class<T> mappeeClass

Package com.atlassian.confluence.security

Class com.atlassian.confluence.security.ContentPermission extends ConfluenceEntityObject implements Serializable

Serialized Fields

type

String type

userSubject

ConfluenceUser userSubject

groupName

String groupName

owningSet

ContentPermissionSet owningSet

Class com.atlassian.confluence.security.ContentPermissionSet extends com.atlassian.core.bean.EntityObject implements Serializable

Serialized Fields

contentPermissions

Set<E> contentPermissions

owningContent

ContentEntityObject owningContent

type

String type
The permission type that applies to this permission set.

See Also:
ContentPermission.EDIT_PERMISSION, ContentPermission.VIEW_PERMISSION

Class com.atlassian.confluence.security.EntityRuntimeException extends RuntimeException implements Serializable

Class com.atlassian.confluence.security.InvalidOperationException extends RuntimeException implements Serializable

Class com.atlassian.confluence.security.Permission extends Object implements Serializable

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

myName

String myName

Class com.atlassian.confluence.security.SpacePermission extends ConfluenceEntityObject implements Serializable

Serialized Fields

type

String type

space

Space space

group

String group

userSubject

ConfluenceUser userSubject

Package com.atlassian.confluence.security.actions

Class com.atlassian.confluence.security.actions.AbstractEditPermissionAction extends AbstractPermissionsAction implements Serializable

Serialized Fields

permissionCheckDispatcherResultCache

PermissionCheckDispatcherResultCache permissionCheckDispatcherResultCache

selectedUsername

String selectedUsername

selectedGroup

String selectedGroup

usersToAdd

String usersToAdd

groupsToAdd

String groupsToAdd

permissionsAdministrator

EditPermissionsAdministrator permissionsAdministrator

Class com.atlassian.confluence.security.actions.AbstractGlobalPermissionsAction extends AbstractPermissionsAction implements Serializable

Class com.atlassian.confluence.security.actions.AbstractPermissionsAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

userPermissionRows

Collection<E> userPermissionRows
Map of usernames to DefaultPermissionsAdministrator.UserPermissionRows.


groupPermissionRows

Collection<E> groupPermissionRows
Map of groupnames to DefaultPermissionsAdministrator.GroupPermissionRows.


anonymousPermissionRow

PermissionRow anonymousPermissionRow

permissionsAdministratorBuilder

PermissionsAdministratorBuilder permissionsAdministratorBuilder

Class com.atlassian.confluence.security.actions.AbstractSpacePermissionsAction extends AbstractPermissionsAction implements Serializable

Serialized Fields

space

Space space
Deprecated. 

spaceManager

SpaceManager spaceManager
Deprecated. 

key

String key
Deprecated. 

Class com.atlassian.confluence.security.actions.EditGlobalPermissionsAction extends AbstractEditPermissionAction implements Serializable

Class com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction extends AbstractEditPermissionAction implements Serializable

Serialized Fields

searchEntitiesManager

SearchEntitiesManager searchEntitiesManager

spacePermissionDefaultsStore

SpacePermissionDefaultsStore spacePermissionDefaultsStore

space

Space space

Class com.atlassian.confluence.security.actions.EditSpacePermissionsAction extends AbstractEditPermissionAction implements Serializable

Serialized Fields

spaceManager

SpaceManager spaceManager

space

Space space

key

String key

themeManager

ThemeManager themeManager

Class com.atlassian.confluence.security.actions.NotPermittedAction extends LoginAction implements Serializable

Serialized Fields

key

String key

spaceManager

SpaceManager spaceManager

jsonResult

Object jsonResult

request

javax.servlet.http.HttpServletRequest request

Class com.atlassian.confluence.security.actions.ViewGlobalPermissionsAction extends AbstractPermissionsAction implements Serializable

Serialized Fields

globalPermissionsAdministrator

PermissionsAdministrator globalPermissionsAdministrator

Class com.atlassian.confluence.security.actions.ViewSpacePermissionDefaultsAction extends AbstractPermissionsAction implements Serializable

Serialized Fields

spacePermissionsAdministrator

PermissionsAdministrator spacePermissionsAdministrator

spacePermissionDefaultsStore

SpacePermissionDefaultsStore spacePermissionDefaultsStore

spaceManager

SpaceManager spaceManager

spaces

List<E> spaces

Class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction extends AbstractPermissionsAction implements Serializable

Serialized Fields

spacePermissionsAdministrator

PermissionsAdministrator spacePermissionsAdministrator

spaceManager

SpaceManager spaceManager

space

Space space

key

String key

themeManager

ThemeManager themeManager

Package com.atlassian.confluence.security.persistence.dao.hibernate

Class com.atlassian.confluence.security.persistence.dao.hibernate.AliasedKey extends Object implements Serializable

Serialized Fields

id

long id

alias

String alias

key

Key key

Class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean extends Object implements Serializable

Serialized Fields

keyType

String keyType

algorithm

String algorithm

encodedKey

String encodedKey

Class com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo extends Object implements Serializable

Serialized Fields

id

long id

currentFailedLoginCount

int currentFailedLoginCount

totalFailedLoginCount

int totalFailedLoginCount

lastSuccessfulLoginDate

Date lastSuccessfulLoginDate

previousSuccessfulLoginDate

Date previousSuccessfulLoginDate

lastFailedLoginDate

Date lastFailedLoginDate

user

ConfluenceUser user

Package com.atlassian.confluence.security.seraph

Class com.atlassian.confluence.security.seraph.ConfluenceUserPrincipal extends Object implements Serializable

Serialized Fields

userKey

com.atlassian.sal.api.user.UserKey userKey

username

String username

Package com.atlassian.confluence.security.service

Class com.atlassian.confluence.security.service.IllegalPermissionStateException extends IllegalStateException implements Serializable


Package com.atlassian.confluence.security.trust

Class com.atlassian.confluence.security.trust.CertificateRetrievalException extends Exception implements Serializable


Package com.atlassian.confluence.security.websudo

Class com.atlassian.confluence.security.websudo.AuthenticateAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

password

String password

destination

String destination

webSudoManager

WebSudoManager webSudoManager

Class com.atlassian.confluence.security.websudo.DropAuthenticationAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

response

AjaxResponse response

webSudoManager

WebSudoManager webSudoManager

Package com.atlassian.confluence.selenium

Class com.atlassian.confluence.selenium.FlakyTestException extends RuntimeException implements Serializable


Package com.atlassian.confluence.servlet

Class com.atlassian.confluence.servlet.ConfluenceHttpServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

log

org.apache.log4j.Category log
Deprecated. Since 5.5. Use private logger

Class com.atlassian.confluence.servlet.ConfluenceNoOpServlet extends com.atlassian.core.servlet.AbstractNoOpServlet implements Serializable

Class com.atlassian.confluence.servlet.ConfluenceServletDispatcher extends com.opensymphony.webwork.dispatcher.ServletDispatcher implements Serializable

Class com.atlassian.confluence.servlet.ConfluenceVelocityServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

velocityManager

com.opensymphony.webwork.views.velocity.VelocityManager velocityManager

Class com.atlassian.confluence.servlet.CssServlet extends javax.servlet.http.HttpServlet implements Serializable

Class com.atlassian.confluence.servlet.FileServerServlet extends com.atlassian.plugin.servlet.AbstractFileServerServlet implements Serializable

Serialized Fields

downloadStrategies

com.google.common.base.Supplier<T> downloadStrategies

Class com.atlassian.confluence.servlet.ImageCaptchaServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

captchaManager

CaptchaManager captchaManager

Class com.atlassian.confluence.servlet.LabelServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

labelManager

LabelManager labelManager

Class com.atlassian.confluence.servlet.ReadyToServeServlet extends javax.servlet.GenericServlet implements Serializable

Class com.atlassian.confluence.servlet.ServletModuleContainerServlet extends com.atlassian.plugin.servlet.ServletModuleContainerServlet implements Serializable

Serialized Fields

servletModuleManager

com.atlassian.plugin.servlet.ServletModuleManager servletModuleManager

Class com.atlassian.confluence.servlet.SpringManagedServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

servletManager

ServletManager servletManager

servletConfig

javax.servlet.ServletConfig servletConfig

componentName

String componentName

Class com.atlassian.confluence.servlet.TinyUrlServlet extends javax.servlet.http.HttpServlet implements Serializable


Package com.atlassian.confluence.setup

Class com.atlassian.confluence.setup.BootstrapContextInitialisedEvent extends org.springframework.context.ApplicationEvent implements Serializable

Class com.atlassian.confluence.setup.SetupCompleteEvent extends ConfluenceEvent implements Serializable

Class com.atlassian.confluence.setup.SharedConfigurationMap extends Object implements Serializable

Serialized Fields

attributes

Map<K,V> attributes

Package com.atlassian.confluence.setup.actions

Class com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction extends AbstractSetupDatabaseAction implements Serializable

Serialized Fields

sidManager

ConfluenceSidManager sidManager

bandanaManager

com.atlassian.bandana.BandanaManager bandanaManager

keyPairInitialiser

KeyPairInitialiser keyPairInitialiser

Class com.atlassian.confluence.setup.actions.AbstractSetupAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

setupPersister

ConfluenceSetupPersister setupPersister

containerManager

com.atlassian.spring.container.ContainerManager containerManager

licenseService

LicenseService licenseService

bootstrapSidManager

ConfluenceSidManager bootstrapSidManager

Class com.atlassian.confluence.setup.actions.AbstractSetupDatabaseAction extends AbstractSetupAction implements Serializable

Serialized Fields

database

String database

dbDetails

com.atlassian.config.db.DatabaseDetails dbDetails

hibernateConfig

com.atlassian.config.db.HibernateConfig hibernateConfig

Class com.atlassian.confluence.setup.actions.AbstractSetupEmailAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

name

String name

emailAddress

String emailAddress

fromName

String fromName

prefix

String prefix

userName

String userName

password

String password

hostname

String hostname

port

String port

jndiName

String jndiName

id

Long id

mailServerManager

com.atlassian.mail.server.MailServerManager mailServerManager

protocol

String protocol

tls

boolean tls

Class com.atlassian.confluence.setup.actions.ChecklistAction extends AbstractSetupAction implements Serializable

Class com.atlassian.confluence.setup.actions.ConnectToJiraAction extends AbstractSetupAction implements Serializable

Serialized Fields

applinkManifestRetriever

com.atlassian.applinks.spi.manifest.ManifestRetriever applinkManifestRetriever

applinkApplicationLink

com.atlassian.applinks.spi.link.MutatingApplicationLinkService applinkApplicationLink

applinkTypeAccessor

com.atlassian.applinks.spi.util.TypeAccessor applinkTypeAccessor

crowdDirectoryService

com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService

directoryManager

com.atlassian.crowd.manager.directory.DirectoryManager directoryManager

applinkHostApplication

com.atlassian.applinks.host.spi.HostApplication applinkHostApplication

embeddedCrowdBootstrap

EmbeddedCrowdBootstrap embeddedCrowdBootstrap

setupPersister

com.atlassian.config.setup.SetupPersister setupPersister

spacePermissionManager

SpacePermissionManager spacePermissionManager

jiraBaseUrl

String jiraBaseUrl

confluenceBaseUrl

String confluenceBaseUrl

username

String username

password

String password

jiraAdminGroups

List<E> jiraAdminGroups

jiraUserGroups

List<E> jiraUserGroups

jiraUri

URI jiraUri

confluenceUri

URI confluenceUri

applinkAndCrowdReady

boolean applinkAndCrowdReady

crowdApplicationName

String crowdApplicationName

crowdApplicationPassword

String crowdApplicationPassword

Class com.atlassian.confluence.setup.actions.ConnectToJiraSyncDirectoryAction extends AbstractSetupAction implements Serializable

Serialized Fields

crowdDirectoryService

com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService

crowdDirectoryManager

com.atlassian.crowd.manager.directory.DirectoryManager crowdDirectoryManager

longRunningTaskManager

LongRunningTaskManager longRunningTaskManager

longRunningTaskId

LongRunningTaskId longRunningTaskId

longRunningTask

com.atlassian.core.task.longrunning.LongRunningTask longRunningTask

Class com.atlassian.confluence.setup.actions.EvalLicenseAction extends AbstractSetupAction implements Serializable

Serialized Fields

licenseString

String licenseString

bootstrapSidManager

ConfluenceSidManager bootstrapSidManager

webLicenseFacade

LicenseWebFacade webLicenseFacade

Class com.atlassian.confluence.setup.actions.FinishSetupAction extends AbstractSetupAction implements Serializable

Serialized Fields

installationMethod

String installationMethod

demonstrationContentInstalled

boolean demonstrationContentInstalled

lifecycleManager

com.atlassian.config.lifecycle.LifecycleManager lifecycleManager

upgradeGate

UpgradeGate upgradeGate

eventPublisher

com.atlassian.event.api.EventPublisher eventPublisher

upgradeManager

UpgradeManager upgradeManager

Class com.atlassian.confluence.setup.actions.GetBundlesAction extends com.opensymphony.xwork.ActionSupport implements Serializable

Class com.atlassian.confluence.setup.actions.SelectBundleAction extends AbstractSetupAction implements Serializable

Serialized Fields

pluginKeys

String pluginKeys

Class com.atlassian.confluence.setup.actions.SelectGlobalLocaleAction extends AbstractSetupAction implements Serializable

Serialized Fields

globalDefaultLocale

String globalDefaultLocale

Class com.atlassian.confluence.setup.actions.SelectSetupStepAction extends AbstractSetupAction implements Serializable

Serialized Fields

jdk14

boolean jdk14

servlet23

boolean servlet23

confluenceHomeOk

boolean confluenceHomeOk

resin3Ok

boolean resin3Ok

currentSetupActionName

String currentSetupActionName

Class com.atlassian.confluence.setup.actions.SetupAdministrator extends AbstractSetupAction implements Serializable

Serialized Fields

validator

UserFormValidator validator

username

String username

password

String password

confirm

String confirm

email

String email

fullName

String fullName

test

boolean test

confluenceAdministrators

com.atlassian.user.Group confluenceAdministrators

confluenceUsers

com.atlassian.user.Group confluenceUsers

embeddedCrowdBootstrap

EmbeddedCrowdBootstrap embeddedCrowdBootstrap

Class com.atlassian.confluence.setup.actions.SetupClusterAction extends AbstractSetupAction implements Serializable

Serialized Fields

setupClusterType

String setupClusterType

clusterName

String clusterName

clusterHome

String clusterHome

clusterManager

ClusterManager clusterManager

clusterSharedDataManager

SharedDataManager clusterSharedDataManager

networkInterface

String networkInterface

clusterAddressString

String clusterAddressString

clusterConfigurationHelper

ClusterConfigurationHelper clusterConfigurationHelper

clusterSetupValidator

ClusterSetupValidator clusterSetupValidator

generateClusterAddress

Boolean generateClusterAddress

Class com.atlassian.confluence.setup.actions.SetupDataAction extends AbstractSetupAction implements Serializable

Serialized Fields

contentChoiceList

List<E> contentChoiceList

contentChoice

String contentChoice

Class com.atlassian.confluence.setup.actions.SetupDatabaseAction extends AbstractSetupDatabaseAction implements Serializable

Serialized Fields

databaseTypes

List<E> databaseTypes

selectedDatabaseType

String selectedDatabaseType

Class com.atlassian.confluence.setup.actions.SetupDatasourceAction extends AbstractDatabaseCreationAction implements Serializable

Serialized Fields

datasourceName

String datasourceName

dialect

String dialect

forceOverwriteExistingData

boolean forceOverwriteExistingData

Class com.atlassian.confluence.setup.actions.SetupDBChoiceAction extends AbstractSetupDatabaseAction implements Serializable

Serialized Fields

databases

DatabaseList databases

dbChoice

String dbChoice

dbChoiceSelect

String dbChoiceSelect

thisNodeClustered

boolean thisNodeClustered

Class com.atlassian.confluence.setup.actions.SetupDBOtherAction extends ConfluenceActionSupport implements Serializable

Class com.atlassian.confluence.setup.actions.SetupDemoContentAction extends AbstractSetupAction implements Serializable

Serialized Fields

demoSiteUrl

URL demoSiteUrl
the url to the demo site, if not set the default URL will be used


importExportManager

ImportExportManager importExportManager

indexManager

ConfluenceIndexManager indexManager

Class com.atlassian.confluence.setup.actions.SetupEmbeddedDatabaseAction extends AbstractDatabaseCreationAction implements Serializable

Class com.atlassian.confluence.setup.actions.SetupLicenseAction extends AbstractSetupAction implements Serializable

Serialized Fields

licenseString

String licenseString

webLicenseFacade

LicenseWebFacade webLicenseFacade

bootstrapSidManager

ConfluenceSidManager bootstrapSidManager

Class com.atlassian.confluence.setup.actions.SetupPathsAction extends AbstractSetupAction implements Serializable

Serialized Fields

systemTenant

SystemTenant systemTenant

pluginSystemLifecycle

com.atlassian.plugin.SplitStartupPluginSystemLifecycle pluginSystemLifecycle

Class com.atlassian.confluence.setup.actions.SetupStandardDatabaseAction extends AbstractDatabaseCreationAction implements Serializable

Serialized Fields

forceOverwriteExistingData

boolean forceOverwriteExistingData

Class com.atlassian.confluence.setup.actions.SetupStartAction extends AbstractSetupAction implements Serializable

Serialized Fields

setupType

String setupType

bootstrapSidManager

ConfluenceSidManager bootstrapSidManager

clusterManager

ClusterManager clusterManager

Class com.atlassian.confluence.setup.actions.SetupUserManagementChoiceAction extends AbstractSetupAction implements Serializable

Serialized Fields

userManagementChoice

String userManagementChoice

Package com.atlassian.confluence.setup.bandana

Class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext extends Object implements Serializable

Serialized Fields

spaceKey

String spaceKey

Class com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord extends Object implements Serializable

Serialized Fields

id

long id

context

String context

key

String key

value

String value

Package com.atlassian.confluence.setup.settings

Class com.atlassian.confluence.setup.settings.CustomHtmlSettings extends Object implements Serializable

Serialized Fields

beforeHeadEnd

String beforeHeadEnd

afterBodyStart

String afterBodyStart

beforeBodyEnd

String beforeBodyEnd

Class com.atlassian.confluence.setup.settings.GlobalDescription extends ContentEntityObject implements Serializable

Class com.atlassian.confluence.setup.settings.Settings extends Object implements Serializable

Serialized Fields

doNotSave

boolean doNotSave

allowCamelCase

boolean allowCamelCase

allowTrackbacks

boolean allowTrackbacks

allowThreadedComments

boolean allowThreadedComments

externalUserManagement

boolean externalUserManagement

denyPublicSignup

boolean denyPublicSignup

emailAdminMessageOff

boolean emailAdminMessageOff

almostSupportPeriodEndMessageOff

boolean almostSupportPeriodEndMessageOff

senMissingInLicenseMessageOff

boolean senMissingInLicenseMessageOff

baseUrlAdminMessageOff

boolean baseUrlAdminMessageOff

allowRemoteApi

boolean allowRemoteApi

allowRemoteApiAnonymous

boolean allowRemoteApiAnonymous

antiXssMode

boolean antiXssMode

gzippingResponse

boolean gzippingResponse

disableLogo

boolean disableLogo

sharedMode

boolean sharedMode

enableDidYouMean

boolean enableDidYouMean

enableQuickNav

boolean enableQuickNav

enableSpaceStyles

boolean enableSpaceStyles

enableOpenSearch

boolean enableOpenSearch

showSystemInfoIn500Page

boolean showSystemInfoIn500Page

showApplicationTitle

boolean showApplicationTitle

referrerSettings

ReferrerSettings referrerSettings

captchaSettings

CaptchaSettings captchaSettings

customHtmlSettings

CustomHtmlSettings customHtmlSettings

colourSchemesSettings

ColourSchemesSettings colourSchemesSettings

loginManagerSettings

LoginManagerSettings loginManagerSettings

confluenceHttpParameters

ConfluenceHttpParameters confluenceHttpParameters

attachmentMaxSize

long attachmentMaxSize

draftSaveInterval

int draftSaveInterval

maxAttachmentsInUI

int maxAttachmentsInUI

siteHomePage

String siteHomePage

siteTitle

String siteTitle

siteWelcomeMessage

String siteWelcomeMessage

documentationUrlPattern

String documentationUrlPattern

customContactMessage

String customContactMessage

showContactAdministratorsForm

boolean showContactAdministratorsForm

emailAddressVisibility

String emailAddressVisibility

defaultEncoding

String defaultEncoding

maxThumbHeight

int maxThumbHeight

maxThumbWidth

int maxThumbWidth

backupAttachmentsDaily

boolean backupAttachmentsDaily

backupDaily

boolean backupDaily

backupPath

String backupPath

nofollowExternalLinks

boolean nofollowExternalLinks

indexingLanguage

String indexingLanguage

globalDefaultLocale

String globalDefaultLocale

dailyBackupFilePrefix

String dailyBackupFilePrefix

dailyBackupDateFormatPattern

String dailyBackupDateFormatPattern

supportRequestEmail

String supportRequestEmail

defaultSpaceHomepageTitle

String defaultSpaceHomepageTitle

defaultSpaceHomepageContent

String defaultSpaceHomepageContent

defaultPersonalSpaceHomepageContent

String defaultPersonalSpaceHomepageContent

baseUrl

String baseUrl

attachmentDataStore

String attachmentDataStore

webdavServerUrl

String webdavServerUrl

webdavUsername

String webdavUsername

webdavPassword

String webdavPassword

displayLinkIcons

boolean displayLinkIcons

addWildcardsToUserAndGroupSearches

boolean addWildcardsToUserAndGroupSearches

xsrfAddComments

boolean xsrfAddComments

webSudoTimeout

long webSudoTimeout

webSudoEnabled

boolean webSudoEnabled

ignoredAdminTasks

String ignoredAdminTasks
Comma-separated list of admin task keys


defaultUsersGroup

String defaultUsersGroup

attachmentSecurityLevel

String attachmentSecurityLevel

defaultTimezoneId

String defaultTimezoneId

enableJavascriptTop

boolean enableJavascriptTop

supportPeriodEndMessageOff

boolean supportPeriodEndMessageOff

enableWysiwyg

boolean enableWysiwyg

useWysiwygByDefault

boolean useWysiwygByDefault

numberOfBreadcrumbAncestors

int numberOfBreadcrumbAncestors

viewSpaceGoesToSpaceSummary

boolean viewSpaceGoesToSpaceSummary

maxSimultaneousQuickNavRequests

int maxSimultaneousQuickNavRequests
This value has been arrived at from doing performance testing against a large dataset. 40 concurrent requests has a 90% line time of ~193ms. We've seen performance become unacceptable beyond this.


maxRssItems

int maxRssItems
The maximum number of items an RSS feed will be permitted to request.


rssTimeout

int rssTimeout
The time in seconds allowed to render an RSS feed.


pageTimeout

int pageTimeout
The time in seconds allowed to render a single page.

Class com.atlassian.confluence.setup.settings.SpaceSettings extends Object implements Serializable

Serialized Fields

spaceKey

String spaceKey

disableLogo

boolean disableLogo

colourSchemesSettings

ColourSchemesSettings colourSchemesSettings

doNotSave

boolean doNotSave

Class com.atlassian.confluence.setup.settings.UnknownFeatureException extends Exception implements Serializable


Package com.atlassian.confluence.setup.settings.beans

Class com.atlassian.confluence.setup.settings.beans.CaptchaSettings extends Object implements Serializable

Serialized Fields

enableCaptcha

boolean enableCaptcha

enableDebug

boolean enableDebug

captchaGroups

Collection<E> captchaGroups

exclude

String exclude

Class com.atlassian.confluence.setup.settings.beans.ColourSchemesSettings extends Object implements Serializable

Serialized Fields

colourSchemeType

String colourSchemeType

Class com.atlassian.confluence.setup.settings.beans.LoginManagerSettings extends Object implements Serializable

Serialized Fields

enableElevatedSecurityCheck

boolean enableElevatedSecurityCheck

loginAttemptsThreshold

int loginAttemptsThreshold

Class com.atlassian.confluence.setup.settings.beans.ReferrerSettings extends Object implements Serializable

Serialized Fields

collectReferrerData

boolean collectReferrerData

excludedReferrers

List<E> excludedReferrers

hideExternalReferrers

boolean hideExternalReferrers

Package com.atlassian.confluence.setup.webwork

Class com.atlassian.confluence.setup.webwork.EncodingVelocityResult extends com.atlassian.xwork.results.ProfiledVelocityResult implements Serializable

Class com.atlassian.confluence.setup.webwork.RawTextResult extends com.opensymphony.webwork.dispatcher.WebWorkResultSupport implements Serializable


Package com.atlassian.confluence.spaces

Class com.atlassian.confluence.spaces.Space extends ConfluenceEntityObject implements Serializable

Serialized Fields

name

String name

key

String key

spaceType

SpaceType spaceType

spaceStatus

SpaceStatus spaceStatus

description

SpaceDescription description

homePage

Page homePage

permissions

List<E> permissions

pageTemplates

List<E> pageTemplates

spaceGroup

SpaceGroup spaceGroup

Class com.atlassian.confluence.spaces.SpaceDescription extends SpaceContentEntityObject implements Serializable

Class com.atlassian.confluence.spaces.SpaceGroup extends ConfluenceEntityObject implements Serializable

Serialized Fields

name

String name

key

String key

licenseKey

String licenseKey

Class com.atlassian.confluence.spaces.SpaceType extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

spaceTypeString

String spaceTypeString

Package com.atlassian.confluence.spaces.actions

Class com.atlassian.confluence.spaces.actions.AbstractCreateSpaceAction extends AbstractSpaceAction implements Serializable

Serialized Fields

indexManager

ConfluenceIndexManager indexManager

Class com.atlassian.confluence.spaces.actions.AbstractEditSpaceAction extends AbstractSpaceAdminAction implements Serializable

Serialized Fields

name

String name

description

String description

personalInformationManager

PersonalInformationManager personalInformationManager

pageManager

PageManager pageManager

homePageTitle

String homePageTitle

spaceType

String spaceType

archived

Boolean archived

Class com.atlassian.confluence.spaces.actions.AbstractLogoAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

fileUploadManager

FileUploadManager fileUploadManager

attachmentManager

AttachmentManager attachmentManager

Class com.atlassian.confluence.spaces.actions.AbstractSpaceAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

spaceManager

SpaceManager spaceManager

key

String key

space

Space space

wikiStyleRenderer

com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer

notificationManager

NotificationManager notificationManager

themeManager

ThemeManager themeManager

Class com.atlassian.confluence.spaces.actions.AbstractSpaceAdminAction extends AbstractSpaceAction implements Serializable

Class com.atlassian.confluence.spaces.actions.AddLabelToSpaceAction extends EditSpaceLabelAction implements Serializable

Serialized Fields

newSpaceLabel

String newSpaceLabel

newTeamLabel

String newTeamLabel

labelType

String labelType

Class com.atlassian.confluence.spaces.actions.AddTeamLabelToSpaceAction extends AddLabelToSpaceAction implements Serializable

Class com.atlassian.confluence.spaces.actions.BlogPostRssFeedAction extends LegacySpaceRssFeedAction implements Serializable

Class com.atlassian.confluence.spaces.actions.ChooseThemeAction extends AbstractThemeAction implements Serializable

Class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction extends AbstractLogoAction implements Serializable

Serialized Fields

space

Space space

key

String key

spaceManager

SpaceManager spaceManager

themeManager

ThemeManager themeManager

breadcrumbGenerator

BreadcrumbGenerator breadcrumbGenerator

Class com.atlassian.confluence.spaces.actions.CreatePersonalSpaceAction extends AbstractCreateSpaceAction implements Serializable

Serialized Fields

spacePermission

String spacePermission

personalInformationManager

PersonalInformationManager personalInformationManager

Class com.atlassian.confluence.spaces.actions.CreateRssFeedAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

rssType

String rssType

sort

String sort

title

String title

spaces

List<E> spaces

excludedSpaceKeys

List<E> excludedSpaceKeys

types

List<E> types

maxResults

int maxResults

timeSpan

int timeSpan

publicFeed

boolean publicFeed

labelString

String labelString

feedBuilder

FeedBuilder feedBuilder

bandanaManager

com.atlassian.bandana.BandanaManager bandanaManager

showContent

boolean showContent
showContent defaults to true to preserve behaviour in already-configured feeds. If we were to not default these to true, then any feeds that do not explicitly set showContent=true (such as those generated from a space) will change behaviour.


pageSubTypes

List<E> pageSubTypes

blogSubTypes

List<E> blogSubTypes

Class com.atlassian.confluence.spaces.actions.CreateSpaceAction extends AbstractCreateSpaceAction implements Serializable

Serialized Fields

name

String name
Deprecated. 

spacePermission

String spacePermission
Deprecated. 

message

String message
Deprecated. 

result

boolean result
Deprecated. 

Class com.atlassian.confluence.spaces.actions.EditSpaceAction extends AbstractEditSpaceAction implements Serializable

Serialized Fields

localeManager

LocaleManager localeManager

originalSpace

Space originalSpace

Class com.atlassian.confluence.spaces.actions.EditSpaceEntryAction extends AbstractEditSpaceAction implements Serializable

Class com.atlassian.confluence.spaces.actions.EditSpaceLabelAction extends AbstractSpaceAdminAction implements Serializable

Serialized Fields

spaceLabelManager

SpaceLabelManager spaceLabelManager

Class com.atlassian.confluence.spaces.actions.ImportPagesAction extends AbstractSpaceAdminAction implements Serializable

Serialized Fields

directory

String directory

pageManager

PageManager pageManager

trimExtension

boolean trimExtension

overwriteExisting

boolean overwriteExisting

Class com.atlassian.confluence.spaces.actions.LegacySpaceRssFeedAction extends ViewSpaceAction implements Serializable

Serialized Fields

rssType

String rssType

Class com.atlassian.confluence.spaces.actions.ListAttachmentsAction extends AbstractSpaceAction implements Serializable

Serialized Fields

searchManager

SearchManager searchManager

startIndex

int startIndex

sortBy

String sortBy

fileExtension

String fileExtension

labels

String labels

paginationSupport

PaginationSupport<T> paginationSupport

labelSplitRegex

String labelSplitRegex

Class com.atlassian.confluence.spaces.actions.RemoveLabelFromSpaceAction extends AbstractSpaceAction implements Serializable

Serialized Fields

labelId

long labelId

Class com.atlassian.confluence.spaces.actions.RemoveSpaceAction extends AbstractSpaceAdminAction implements Serializable

Serialized Fields

indexManager

ConfluenceIndexManager indexManager

taskId

LongRunningTaskId taskId

longRunningTaskManager

LongRunningTaskManager longRunningTaskManager

Class com.atlassian.confluence.spaces.actions.RemoveSpaceEntryAction extends AbstractSpaceAdminAction implements Serializable

Serialized Fields

indexManager

ConfluenceIndexManager indexManager

Class com.atlassian.confluence.spaces.actions.SpaceAdminAction extends AbstractSpaceAdminAction implements Serializable

Class com.atlassian.confluence.spaces.actions.SpaceAvailableAction extends AbstractSpaceAction implements Serializable

Serialized Fields

available

boolean available

message

String message

Class com.atlassian.confluence.spaces.actions.SpaceColourSchemeAction extends ColourSchemeAction implements Serializable

Class com.atlassian.confluence.spaces.actions.SpaceCommentRssFeedAction extends LegacySpaceRssFeedAction implements Serializable

Class com.atlassian.confluence.spaces.actions.SpaceEditDecoratorAction extends EditDecoratorAction implements Serializable

Class com.atlassian.confluence.spaces.actions.SpaceEditStylesheetAction extends AbstractSpaceAdminAction implements Serializable

Serialized Fields

style

String style

permissionManager

PermissionManager permissionManager

stylesheetManager

StylesheetManager stylesheetManager

Class com.atlassian.confluence.spaces.actions.SpaceLookAndFeelAction extends LookAndFeelAction implements Serializable

Class com.atlassian.confluence.spaces.actions.SpaceRssFeedAction extends LegacySpaceRssFeedAction implements Serializable

Class com.atlassian.confluence.spaces.actions.SpaceViewDefaultDecoratorAction extends ViewDefaultDecoratorAction implements Serializable

Class com.atlassian.confluence.spaces.actions.ViewRecentlyUpdatedSpaceContentAction extends ViewSpaceSummaryAction implements Serializable

Class com.atlassian.confluence.spaces.actions.ViewSpaceAction extends AbstractSpaceAction implements Serializable

Class com.atlassian.confluence.spaces.actions.ViewSpaceContentAction extends AbstractSpaceAction implements Serializable

Class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction extends AbstractSpaceAction implements Serializable

Serialized Fields

name

String name

description

String description

showAllAdmins

boolean showAllAdmins

thereAreMoreAdmins

boolean thereAreMoreAdmins

adminUsers

List<E> adminUsers

recentlyUpdatedContent

List<E> recentlyUpdatedContent

contentEntityManager

ContentEntityManager contentEntityManager

commentManager

CommentManager commentManager

spaceLabelManager

SpaceLabelManager spaceLabelManager

Class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAdminAction extends AbstractSpaceAdminAction implements Serializable


Package com.atlassian.confluence.spaces.persistence.dao.hibernate

Class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceStatusUserType extends Object implements Serializable

Class com.atlassian.confluence.spaces.persistence.dao.hibernate.SpaceTypeUserType extends Object implements Serializable


Package com.atlassian.confluence.spring.transaction.interceptor

Class com.atlassian.confluence.spring.transaction.interceptor.TargetClassLoaderTransactionProxyFactoryBean extends org.springframework.transaction.interceptor.TransactionProxyFactoryBean implements Serializable

Serialized Fields

target

Object target

Package com.atlassian.confluence.tenant

Class com.atlassian.confluence.tenant.VacantException extends IllegalStateException implements Serializable

Serialized Fields

methodInvocation

org.aopalliance.intercept.MethodInvocation methodInvocation

Package com.atlassian.confluence.test.pluginsvelocityconfiguration

Class com.atlassian.confluence.test.pluginsvelocityconfiguration.TestServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

templateRenderer

com.atlassian.templaterenderer.TemplateRenderer templateRenderer

Package com.atlassian.confluence.test.qunit

Class com.atlassian.confluence.test.qunit.QUnitTestResourceServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

config

javax.servlet.ServletConfig config

Package com.atlassian.confluence.themes

Class com.atlassian.confluence.themes.BaseColourScheme extends AbstractColourScheme implements Serializable

Serialized Fields

colours

Map<K,V> colours

Package com.atlassian.confluence.themes.events

Class com.atlassian.confluence.themes.events.ColourSchemeChangedEvent extends LookAndFeelEvent implements Serializable

Class com.atlassian.confluence.themes.events.LookAndFeelEvent extends ConfluenceEvent implements Serializable

Serialized Fields

spaceKey

String spaceKey

Class com.atlassian.confluence.themes.events.StylesheetChangedEvent extends LookAndFeelEvent implements Serializable

Class com.atlassian.confluence.themes.events.ThemeChangedEvent extends LookAndFeelEvent implements Serializable

Serialized Fields

oldThemeKey

String oldThemeKey

newThemeKey

String newThemeKey

Package com.atlassian.confluence.tinymceplugin.actions

Class com.atlassian.confluence.tinymceplugin.actions.HelpLinkAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

linkNameKey

String linkNameKey

linkUrlKey

String linkUrlKey

Package com.atlassian.confluence.tinymceplugin.placeholder

Class com.atlassian.confluence.tinymceplugin.placeholder.ErrorPlaceholderServlet extends com.atlassian.confluence.tinymceplugin.placeholder.AbstractPlaceholderServlet implements Serializable

Serialized Fields

placeholderImageFactory

PlaceholderImageFactory placeholderImageFactory

i18NBeanFactory

I18NBeanFactory i18NBeanFactory

Class com.atlassian.confluence.tinymceplugin.placeholder.MacroIconPlaceholderServlet extends com.atlassian.confluence.tinymceplugin.placeholder.AbstractPlaceholderServlet implements Serializable

Serialized Fields

macroMetadataManager

MacroMetadataManager macroMetadataManager

placeholderImageFactory

PlaceholderImageFactory placeholderImageFactory

macroIconManager

MacroIconManager macroIconManager

Class com.atlassian.confluence.tinymceplugin.placeholder.MacroPlaceholderServlet extends com.atlassian.confluence.tinymceplugin.placeholder.AbstractPlaceholderServlet implements Serializable

Serialized Fields

maxParameterTextLength

int maxParameterTextLength

heading

boolean heading

macroMetadataManager

MacroMetadataManager macroMetadataManager

macroIconManager

MacroIconManager macroIconManager

i18NBeanFactory

I18NBeanFactory i18NBeanFactory

placeholderImageFactory

PlaceholderImageFactory placeholderImageFactory

macroDefinitionDeserializer

MacroDefinitionDeserializer macroDefinitionDeserializer

Class com.atlassian.confluence.tinymceplugin.placeholder.UnknownAttachmentPlaceholderServlet extends com.atlassian.confluence.tinymceplugin.placeholder.AbstractPlaceholderServlet implements Serializable

Serialized Fields

placeholderImageFactory

PlaceholderImageFactory placeholderImageFactory

i18NBeanFactory

I18NBeanFactory i18NBeanFactory

Class com.atlassian.confluence.tinymceplugin.placeholder.UnknownMacroPlaceholderServlet extends com.atlassian.confluence.tinymceplugin.placeholder.AbstractPlaceholderServlet implements Serializable

Serialized Fields

placeholderImageFactory

PlaceholderImageFactory placeholderImageFactory

i18NBeanFactory

I18NBeanFactory i18NBeanFactory

Package com.atlassian.confluence.tinymceplugin.rest.captcha

Class com.atlassian.confluence.tinymceplugin.rest.captcha.CaptchaCheckFailedException extends javax.ws.rs.WebApplicationException implements Serializable


Package com.atlassian.confluence.upgrade

Class com.atlassian.confluence.upgrade.UpgradeException extends org.apache.commons.lang.exception.NestableException implements Serializable


Package com.atlassian.confluence.upgrade.recovery

Class com.atlassian.confluence.upgrade.recovery.DbDumpException extends com.atlassian.activeobjects.spi.ImportExportException implements Serializable


Package com.atlassian.confluence.user

Class com.atlassian.confluence.user.ConfluenceAuthenticator extends com.atlassian.seraph.auth.DefaultAuthenticator implements Serializable

Serialized Fields

eventPublisher

com.atlassian.event.api.EventPublisher eventPublisher

userAccessor

UserAccessor userAccessor

Class com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator extends com.atlassian.crowd.integration.seraph.v25.CrowdAuthenticator implements Serializable

Serialized Fields

eventManager

com.atlassian.event.EventManager eventManager

Class com.atlassian.confluence.user.ConfluenceGroupJoiningAuthenticator extends ConfluenceAuthenticator implements Serializable

Class com.atlassian.confluence.user.ConfluenceLDAPCredentialsProvider extends com.opensymphony.user.provider.ldap.LDAPCredentialsProvider implements Serializable

Class com.atlassian.confluence.user.ConfluenceLDAPGroupJoiningAuthenticator extends ConfluenceGroupJoiningAuthenticator implements Serializable

Class com.atlassian.confluence.user.ConfluenceUserImpl extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException

Class com.atlassian.confluence.user.DebugLoggingPropertySet extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

com.opensymphony.module.propertyset.PropertySet delegate

Class com.atlassian.confluence.user.PersonalInformation extends ContentEntityObject implements Serializable

Serialized Fields

user

ConfluenceUser user

hasPersonalSpace

String hasPersonalSpace

Class com.atlassian.confluence.user.SignupsCleanupJobDetail extends org.quartz.JobDetail implements Serializable

Serialized Fields

crowdService

com.atlassian.crowd.embedded.api.CrowdService crowdService

permissionManager

PermissionManager permissionManager

userAccessor

UserAccessor userAccessor

easyUserManager

SignupManager easyUserManager

Class com.atlassian.confluence.user.UnknownUser extends Object implements Serializable

Serialized Fields

userName

String userName

fullName

String fullName

Class com.atlassian.confluence.user.UserManagementOperationFailedException extends com.atlassian.core.exception.InfrastructureException implements Serializable

Class com.atlassian.confluence.user.UserVerificationToken extends Object implements Serializable

Serialized Fields

userName

String userName

secureUserTokenType

UserVerificationTokenType secureUserTokenType

tokenString

String tokenString

issueDate

Date issueDate

Package com.atlassian.confluence.user.actions

Class com.atlassian.confluence.user.actions.AbstractEntityPaginationAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

paginationSupport

PaginationSupport<T> paginationSupport

Class com.atlassian.confluence.user.actions.AbstractGroupAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

name

String name

group

com.atlassian.user.Group group

groups

List<E> groups

Class com.atlassian.confluence.user.actions.AbstractLoginSignupAction extends AbstractUsersAction implements Serializable

Serialized Fields

fromNotPermitted

boolean fromNotPermitted

upgradeManager

UpgradeManager upgradeManager

signupManager

SignupManager signupManager

token

String token

logout

boolean logout

os_destination

String os_destination

clusterManager

ClusterManager clusterManager

captchaManager

CaptchaManager captchaManager

language

String language

writableDirectoryExistsCriteria

WritableDirectoryExistsCriteria writableDirectoryExistsCriteria

darkFeaturesManager

DarkFeaturesManager darkFeaturesManager

Class com.atlassian.confluence.user.actions.AbstractSearchUsersAction extends AbstractEntityPaginationAction implements Serializable

Serialized Fields

resultsPerPageOptions

List<E> resultsPerPageOptions

userChecker

UserChecker userChecker

bandanaManager

com.atlassian.bandana.BandanaManager bandanaManager

searchEntitiesManager

SearchEntitiesManager searchEntitiesManager

mailServerExistsCriteria

MailServerExistsCriteria mailServerExistsCriteria

writableDirectoryExistsCriteria

WritableDirectoryExistsCriteria writableDirectoryExistsCriteria

searchTerm

String searchTerm

usernameTerm

String usernameTerm

fullnameTerm

String fullnameTerm

emailTerm

String emailTerm

operator

String operator

resultsPerPage

int resultsPerPage

isLicensedToAddMoreUsers

boolean isLicensedToAddMoreUsers

supportsSimpleSearch

boolean supportsSimpleSearch

selectedTab

String selectedTab

licenseService

LicenseService licenseService

Class com.atlassian.confluence.user.actions.AbstractUserProfileAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

user

ConfluenceUser user

personalInformationEntity

PersonalInformation personalInformationEntity

personalInformation

String personalInformation

userPreferences

com.atlassian.core.user.preferences.UserPreferences userPreferences

attachments

List<E> attachments

userStatusManager

UserStatusManager userStatusManager

statusTextRenderer

StatusTextRenderer statusTextRenderer

wikiStyleRenderer

com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer

followManager

FollowManagerInternal followManager

favouriteManager

FavouriteManager favouriteManager

notificationManager

NotificationManager notificationManager

personalInformationManager

PersonalInformationManager personalInformationManager

attachmentManager

AttachmentManager attachmentManager

spaceManager

SpaceManager spaceManager

userDetailsManager

UserDetailsManager userDetailsManager

Class com.atlassian.confluence.user.actions.AbstractUsersAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

userKey

com.atlassian.sal.api.user.UserKey userKey

username

String username

user

ConfluenceUser user

Class com.atlassian.confluence.user.actions.AjaxLoginCompleteAction extends ConfluenceActionSupport implements Serializable

Class com.atlassian.confluence.user.actions.BrowseGroupsAction extends AbstractGroupAction implements Serializable

Serialized Fields

searchEntitiesManager

SearchEntitiesManager searchEntitiesManager

paginationSupport

PaginationSupport<T> paginationSupport

startIndex

int startIndex

searchTerm

String searchTerm

resultsPerPage

int resultsPerPage

resultsPerPageOptions

List<E> resultsPerPageOptions

writableDirectoryForGroupsExistsCriteria

DefaultWritableDirectoryForGroupsExistsCriteria writableDirectoryForGroupsExistsCriteria

Class com.atlassian.confluence.user.actions.BrowseUsersAction extends SearchUsersAction implements Serializable

Class com.atlassian.confluence.user.actions.ChangeMyPasswordAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

currentPassword

String currentPassword

newPassword

String newPassword

newPasswordConfirmation

String newPasswordConfirmation

Class com.atlassian.confluence.user.actions.ConfirmEmailAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

signupManager

SignupManager signupManager

crowdService

com.atlassian.crowd.embedded.api.CrowdService crowdService

token

String token

username

String username

Class com.atlassian.confluence.user.actions.CreateUserAction extends AbstractUsersAction implements Serializable

Serialized Fields

password

String password

confirm

String confirm

email

String email

fullName

String fullName

sendEmail

boolean sendEmail

writableDirectoryExistsCriteria

WritableDirectoryExistsCriteria writableDirectoryExistsCriteria

userChecker

UserChecker userChecker

bandanaManager

com.atlassian.bandana.BandanaManager bandanaManager

validator

UserFormValidator validator

newUser

com.atlassian.user.User newUser

licenseService

LicenseService licenseService

mailServerManager

com.atlassian.mail.server.MailServerManager mailServerManager

Class com.atlassian.confluence.user.actions.DeactivateUserAction extends AbstractUsersAction implements Serializable

Class com.atlassian.confluence.user.actions.EditEmailSettingsAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

notifyByEmail

boolean notifyByEmail

isSiteBlogWatchForUser

boolean isSiteBlogWatchForUser

isWatchingNetwork

boolean isWatchingNetwork

notifyForMyOwnActions

boolean notifyForMyOwnActions

watchMyOwnContent

boolean watchMyOwnContent

showDiffInEmailNotifications

boolean showDiffInEmailNotifications

showFullContentInEmailNotifications

boolean showFullContentInEmailNotifications

notifyOnNewFollowers

boolean notifyOnNewFollowers

mimeType

String mimeType

isReceiveRecommendedEmail

boolean isReceiveRecommendedEmail

Class com.atlassian.confluence.user.actions.EditMyProfileAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

captchaManager

CaptchaManager captchaManager

userDetailsMap

UserDetailsMap userDetailsMap

fullName

String fullName

email

String email

password

String password

validator

UserFormValidator validator

Class com.atlassian.confluence.user.actions.EditMySettingsAction extends ViewMySettingsAction implements Serializable

Class com.atlassian.confluence.user.actions.EditNotificationsAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

pageId

long pageId

page

AbstractPage page

spaceKey

String spaceKey

space

Space space

contentType

ContentTypeEnum contentType

changesSaved

boolean changesSaved

undoLink

AddWatchLink undoLink

spaceNotificationsForUser

List<E> spaceNotificationsForUser

pageNotificationsForUser

List<E> pageNotificationsForUser

paginationSupport

PaginationSupport<T> paginationSupport

Class com.atlassian.confluence.user.actions.EditorSettingsAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

editMode

boolean editMode

autocompleteDisabled

boolean autocompleteDisabled

autoformatDisabled

boolean autoformatDisabled

Class com.atlassian.confluence.user.actions.EditUserAction extends AbstractUsersAction implements Serializable

Serialized Fields

validator

UserFormValidator validator

fullName

String fullName

email

String email

personalInformation

String personalInformation

userDetailsMap

UserDetailsMap userDetailsMap

userDetailsManager

UserDetailsManager userDetailsManager

personalInformationManager

PersonalInformationManager personalInformationManager

crowdService

com.atlassian.crowd.embedded.api.CrowdService crowdService

crowdDirectoryService

com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService

Class com.atlassian.confluence.user.actions.EditUserGroupsAction extends AbstractUsersAction implements Serializable

Serialized Fields

memberGroups

List<E> memberGroups

allWritableGroups

List<E> allWritableGroups

readOnlyGroups

List<E> readOnlyGroups

permissionCheckDispatcherResultCache

PermissionCheckDispatcherResultCache permissionCheckDispatcherResultCache

editUserGroupAdministrator

EditUserGroupAdministrator editUserGroupAdministrator

newGroups

List<E> newGroups

Class com.atlassian.confluence.user.actions.FindRestrictableEntitiesAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

pageManager

PageManager pageManager

bean

List<E> bean

names

String[] names

type

String type

space

Space space

parentPage

Page parentPage

Class com.atlassian.confluence.user.actions.ForgotUserPasswordAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

usernameOrEmail

String usernameOrEmail

taskManager

com.atlassian.core.task.MultiQueueTaskManager taskManager

mailServerManager

com.atlassian.mail.server.MailServerManager mailServerManager

dataSourceFactory

DataSourceFactory dataSourceFactory

token

String token

userVerificationTokenManager

UserVerificationTokenManager userVerificationTokenManager

eventPublisher

com.atlassian.event.api.EventPublisher eventPublisher

Class com.atlassian.confluence.user.actions.GroupPickerAction extends AbstractEntityPaginationAction implements Serializable

Serialized Fields

key

String key

actionName

String actionName

existingGroups

String existingGroups

groups

Collection<E> groups

pageId

long pageId

excludedGroups

List<E> excludedGroups

onPopupSubmit

String onPopupSubmit

groupnameTerm

String groupnameTerm

spaceManager

SpaceManager spaceManager

searchEntitiesManager

SearchEntitiesManager searchEntitiesManager

Class com.atlassian.confluence.user.actions.HistoryAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

contentEntityManager

ContentEntityManager contentEntityManager

history

List<E> history

types

String[] types

maxResults

int maxResults

Class com.atlassian.confluence.user.actions.LoginAction extends AbstractLoginSignupAction implements Serializable

Serialized Fields

loginManager

LoginManager loginManager

httpContext

HttpContext httpContext

os_username

String os_username

Class com.atlassian.confluence.user.actions.LogoutAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

request

javax.servlet.http.HttpServletRequest request

response

javax.servlet.http.HttpServletResponse response

Class com.atlassian.confluence.user.actions.PeopleDirectoryAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

searchManager

SearchManager searchManager

searchQueryBean

com.atlassian.confluence.user.actions.PeopleDirectoryAction.SearchQueryBean searchQueryBean

queryString

String queryString

searchResults

List<E> searchResults

startIndex

int startIndex

showOnlyPersonal

boolean showOnlyPersonal

showExternallyDeletedUsers

boolean showExternallyDeletedUsers

showDeactivatedUsers

boolean showDeactivatedUsers

canInviteUserCriteria

CanInviteUserCriteria canInviteUserCriteria

showBlankExperience

boolean showBlankExperience

hasUserCreationPermission

boolean hasUserCreationPermission

paginationSupport

PaginationSupport<T> paginationSupport

Class com.atlassian.confluence.user.actions.RemoveGroupAction extends AbstractGroupAction implements Serializable

Serialized Fields

confirm

String confirm

spaceManager

SpaceManager spaceManager

Class com.atlassian.confluence.user.actions.RemoveUserAction extends AbstractUsersAction implements Serializable

Serialized Fields

spaceManager

SpaceManager spaceManager

userOwnedSpaces

List<E> userOwnedSpaces

userCommentedSpaces

List<E> userCommentedSpaces

userEditedSpaces

List<E> userEditedSpaces

userContentManager

UserContentManager userContentManager

Class com.atlassian.confluence.user.actions.ResetFailedLoginCountAction extends AbstractUsersAction implements Serializable

Serialized Fields

loginManager

LoginManager loginManager

Class com.atlassian.confluence.user.actions.ResetUserPasswordAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

username

String username

token

String token

newPassword

String newPassword

newPasswordConfirmation

String newPasswordConfirmation

userVerificationTokenManager

UserVerificationTokenManager userVerificationTokenManager

Class com.atlassian.confluence.user.actions.SearchUsersAction extends AbstractSearchUsersAction implements Serializable

Class com.atlassian.confluence.user.actions.SetUserPasswordAction extends AbstractUsersAction implements Serializable

Serialized Fields

newPassword

String newPassword

newPasswordConfirmation

String newPasswordConfirmation

Class com.atlassian.confluence.user.actions.SignUpAction extends AbstractLoginSignupAction implements Serializable

Serialized Fields

password

String password

confirm

String confirm

email

String email

fullName

String fullName

userFormValidator

UserFormValidator userFormValidator

signupValidator

SignupValidator signupValidator

permissionManager

PermissionManager permissionManager

previousSignUpAttempt

com.atlassian.user.User previousSignUpAttempt

Class com.atlassian.confluence.user.actions.SiteSupportAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

wikiStyleRenderer

com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer

captchaManager

CaptchaManager captchaManager

taskManager

com.atlassian.core.task.MultiQueueTaskManager taskManager

mailServerManager

com.atlassian.mail.server.MailServerManager mailServerManager

subject

String subject

description

String description

contactAddress

String contactAddress

Class com.atlassian.confluence.user.actions.TemporaryUploadedPicture extends Object implements Serializable

Serialized Fields

originalFileName

String originalFileName

sourceWidth

int sourceWidth

sourceHeight

int sourceHeight

thumbnailFileName

String thumbnailFileName

thumbnailWidth

int thumbnailWidth

thumbnailHeight

int thumbnailHeight

Class com.atlassian.confluence.user.actions.UserDarkFeaturesAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

featureKey

String featureKey

darkFeaturesManager

DarkFeaturesManager darkFeaturesManager

darkFeatures

DarkFeatures darkFeatures

Class com.atlassian.confluence.user.actions.UserPickerAction extends AbstractSearchUsersAction implements Serializable

Serialized Fields

onPopupSubmit

String onPopupSubmit

userSearch

boolean userSearch

groupTerm

String groupTerm

memberGroupsList

List<E> memberGroupsList

memberGroups

String memberGroups

Class com.atlassian.confluence.user.actions.UserPopupAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

followManager

FollowManager followManager

username

String username

user

com.atlassian.user.User user

canFollowUser

boolean canFollowUser

profileGroups

String profileGroups

Class com.atlassian.confluence.user.actions.ViewFollowAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

username

String username

followersList

String followersList

undoUnfollow

String undoUnfollow

Class com.atlassian.confluence.user.actions.ViewFollowersAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

paginationSupport

PaginationSupport<T> paginationSupport

startIndex

int startIndex

username

String username

Class com.atlassian.confluence.user.actions.ViewFollowingAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

paginationSupport

PaginationSupport<T> paginationSupport

startIndex

int startIndex

username

String username

Class com.atlassian.confluence.user.actions.ViewMembersOfGroupAction extends AbstractEntityPaginationAction implements Serializable

Serialized Fields

membersOfGroupTerm

String membersOfGroupTerm

usersToAdd

String usersToAdd

username

String username

Class com.atlassian.confluence.user.actions.ViewMyDraftsAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

draftService

DraftService draftService

draftManager

DraftManager draftManager

draftId

String draftId

spaceToDrafts

Map<K,V> spaceToDrafts

Class com.atlassian.confluence.user.actions.ViewMyEmailSettingsAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

editMode

boolean editMode

mimeType

String mimeType

undoSetting

String undoSetting

undoPreviousValue

String undoPreviousValue

undoMsgValue

String undoMsgValue

undoActionMap

Map<K,V> undoActionMap

undoMessageMap

Map<K,V> undoMessageMap

bandanaManager

com.atlassian.bandana.BandanaManager bandanaManager

Class com.atlassian.confluence.user.actions.ViewMyFavouritesAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

myLabels

List<E> myLabels

content

List<E> content

labelId

long labelId

paginationSupport

PaginationSupport<T> paginationSupport

Class com.atlassian.confluence.user.actions.ViewMyLabelsAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

myLabels

Collection<E> myLabels

content

List<E> content

labelId

long labelId

paginationSupport

PaginationSupport<T> paginationSupport

Class com.atlassian.confluence.user.actions.ViewMyProfileAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

captchaManager

CaptchaManager captchaManager

Class com.atlassian.confluence.user.actions.ViewMySettingsAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

editMode

boolean editMode

preferredUserLocale

String preferredUserLocale

userTimeZone

TimeZone userTimeZone

installedLocalePairs

List<E> installedLocalePairs

siteHomePage

String siteHomePage

keyboardShortcutsEnabled

Boolean keyboardShortcutsEnabled

highlightOptionPanelEnabled

Boolean highlightOptionPanelEnabled

Class com.atlassian.confluence.user.actions.ViewUserAction extends AbstractUsersAction implements Serializable

Serialized Fields

loginManager

LoginManager loginManager

crowdDirectoryService

com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService

crowdService

com.atlassian.crowd.embedded.api.CrowdService crowdService

loginInfo

LoginInfo loginInfo

crowdUser

com.atlassian.crowd.embedded.api.User crowdUser

directory

com.atlassian.crowd.embedded.api.Directory directory

disableFailure

boolean disableFailure

enableFailure

boolean enableFailure

Class com.atlassian.confluence.user.actions.ViewUserActivityAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

username

String username

Class com.atlassian.confluence.user.actions.ViewUserHistoryAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

contentEntityManager

ContentEntityManager contentEntityManager

historyPages

List<E> historyPages

Class com.atlassian.confluence.user.actions.ViewUserProfileAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

pageManager

PageManager pageManager

contentEntityManager

ContentEntityManager contentEntityManager

username

String username

recentlyUpdatedContent

List<E> recentlyUpdatedContent

favouriteSpaces

List<E> favouriteSpaces

Package com.atlassian.confluence.user.crowd

Class com.atlassian.confluence.user.crowd.CachedCrowdEntityCacheKey extends Object implements Serializable

Serialized Fields

directoryId

long directoryId

name

String name

Class com.atlassian.confluence.user.crowd.CachedCrowdInternalDirectoryGroup extends Object implements Serializable

Serialized Fields

type

com.atlassian.crowd.model.group.GroupType type

active

boolean active

description

String description

directoryId

long directoryId

name

String name

local

boolean local

createdDate

Date createdDate

updatedDate

Date updatedDate

Class com.atlassian.confluence.user.crowd.CachedCrowdMembershipCacheKey extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

directoryId

long directoryId

type

com.atlassian.confluence.user.crowd.CachedCrowdMembershipCacheKey.MemberType type

name

String name

Class com.atlassian.confluence.user.crowd.CachedCrowdUser extends Object implements Serializable

Serialized Fields

directoryId

long directoryId

active

boolean active

emailAddress

String emailAddress

displayName

String displayName

createdDate

Date createdDate

updatedDate

Date updatedDate

firstName

String firstName

lastName

String lastName

name

String name

externalId

String externalId

Class com.atlassian.confluence.user.crowd.CachedOption extends Object implements Serializable

Serialized Fields

availabilty

com.atlassian.confluence.user.crowd.CachedOption.Availability availabilty

object

Object object

Class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener.ClusterDirectoryDeletedEvent extends ConfluenceDirectoryEventListener.ClusterDirectoryEvent implements Serializable

Class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener.ClusterDirectoryEvent extends ConfluenceEvent implements Serializable

Serialized Fields

directory

com.atlassian.crowd.embedded.api.Directory directory

Class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener.ClusterDirectoryUpdatedEvent extends ConfluenceDirectoryEventListener.ClusterDirectoryEvent implements Serializable


Package com.atlassian.confluence.user.history

Class com.atlassian.confluence.user.history.UserHistory extends Object implements Serializable

Serialized Fields

contentHistory

LinkedList<E> contentHistory

labelHistory

LinkedList<E> labelHistory

maxHistoryLength

int maxHistoryLength

Package com.atlassian.confluence.user.migration

Class com.atlassian.confluence.user.migration.AtlassianUserMigrationException extends Exception implements Serializable


Package com.atlassian.confluence.user.providers.jira

Class com.atlassian.confluence.user.providers.jira.JiraJdbcAccessProvider extends com.opensymphony.user.provider.jdbc.JDBCAccessProvider implements Serializable

Class com.atlassian.confluence.user.providers.jira.JiraJdbcCredentialsProvider extends com.opensymphony.user.provider.jdbc.JDBCCredentialsProvider implements Serializable

Class com.atlassian.confluence.user.providers.jira.JiraJdbcProfileProvider extends com.opensymphony.user.provider.jdbc.JDBCProfileProvider implements Serializable

Serialized Fields

configProvider

com.opensymphony.user.provider.hibernate.OSUserHibernateConfigurationProvider configProvider

idCol

String idCol
Class properties for specifying columns in the userTable and


membershipIdCol

String membershipIdCol

Package com.atlassian.confluence.userstatus

Class com.atlassian.confluence.userstatus.UserStatus extends SpaceContentEntityObject implements Serializable


Package com.atlassian.confluence.userstatus.actions

Class com.atlassian.confluence.userstatus.actions.AbstractUserStatusJsonResultAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

statusTextRenderer

StatusTextRenderer statusTextRenderer

Class com.atlassian.confluence.userstatus.actions.ClearUserStatusAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

userStatusManager

UserStatusManager userStatusManager

username

String username

Class com.atlassian.confluence.userstatus.actions.CurrentUserStatusAction extends AbstractUserStatusJsonResultAction implements Serializable

Serialized Fields

userStatusManager

UserStatusManager userStatusManager

username

String username

userStatusResult

UserStatus userStatusResult

httpServletRequest

javax.servlet.http.HttpServletRequest httpServletRequest

Class com.atlassian.confluence.userstatus.actions.DeleteUserStatusAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

userStatusManager

UserStatusManager userStatusManager

statusId

long statusId

userStatus

UserStatus userStatus

Class com.atlassian.confluence.userstatus.actions.StatusListAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

username

String username

statusId

String statusId

statusList

List<E> statusList

paginationSupport

PaginationSupport<T> paginationSupport

Class com.atlassian.confluence.userstatus.actions.UpdateUserStatusAction extends AbstractUserStatusJsonResultAction implements Serializable

Serialized Fields

userStatusManager

UserStatusManager userStatusManager

text

String text

userStatusResult

UserStatus userStatusResult

Class com.atlassian.confluence.userstatus.actions.ViewUserStatusAction extends AbstractUserProfileAction implements Serializable

Serialized Fields

statusId

long statusId

status

UserStatus status

Package com.atlassian.confluence.util

Class com.atlassian.confluence.util.EditPageBean extends Object implements Serializable

Serialized Fields

title

String title

label

String label

content

String content

parentPageTitle

String parentPageTitle

spaceKey

String spaceKey

versionComment

String versionComment

moveHierarchy

boolean moveHierarchy

viewPermissionsGroups

String viewPermissionsGroups

viewPermissionsUsers

String viewPermissionsUsers

editPermissionsGroups

String editPermissionsGroups

editPermissionsUsers

String editPermissionsUsers

position

String position

targetId

long targetId

draftId

long draftId

Class com.atlassian.confluence.util.HTMLPairType extends Object implements Serializable

Serialized Fields

key

HtmlFragment key

value

HtmlFragment value

Class com.atlassian.confluence.util.Resource extends Object implements Serializable

Serialized Fields

key

String key
Deprecated. 

relativePathToFile

String relativePathToFile
Deprecated. 

contentTypePrefix

String contentTypePrefix
Deprecated. 

Class com.atlassian.confluence.util.TimePeriod extends Object implements Serializable

Serialized Fields

period

long period
Deprecated. 

timeUnit

TimeUnit timeUnit
Deprecated. 

Package com.atlassian.confluence.util.http

Class com.atlassian.confluence.util.http.Authenticator extends Object implements Serializable

Serialized Fields

properties

Map<K,V> properties

Class com.atlassian.confluence.util.http.ConfluenceHttpParameters extends Object implements Serializable

Serialized Fields

connectionTimeout

int connectionTimeout
Timeout for estabilishment of initial connection.


socketTimeout

int socketTimeout
Specifies how long to wait without retrieving any data from the remote connection.


enabled

boolean enabled
Whether or not to allow external connections at all.

Class com.atlassian.confluence.util.http.HttpRequestConfig extends Object implements Serializable

Serialized Fields

urlPattern

String urlPattern

isRegex

boolean isRegex

authenticator

Authenticator authenticator

maxDownloadSize

int maxDownloadSize

maxCacheAge

int maxCacheAge

Class com.atlassian.confluence.util.http.HttpRetrievalServiceConfig extends Object implements Serializable

Serialized Fields

configurations

List<E> configurations

defaultConfiguration

HttpRequestConfig defaultConfiguration

Package com.atlassian.confluence.util.http.httpclient

Class com.atlassian.confluence.util.http.httpclient.BasicAuthenticator extends HttpClientAuthenticator implements Serializable

Class com.atlassian.confluence.util.http.httpclient.DefaultSeraphAuthenticator extends HttpClientAuthenticator implements Serializable

Class com.atlassian.confluence.util.http.httpclient.HttpClientAuthenticator extends Authenticator implements Serializable

Class com.atlassian.confluence.util.http.httpclient.TrustedTokenAuthenticator extends HttpClientAuthenticator implements Serializable

Serialized Fields

trustedTokenFactory

TrustedTokenFactory trustedTokenFactory

trustedConnectionStatusBuilder

TrustedConnectionStatusBuilder trustedConnectionStatusBuilder

trustedApplicationsManager

TrustedApplicationsManager trustedApplicationsManager

Package com.atlassian.confluence.util.i18n

Class com.atlassian.confluence.util.i18n.LightningTranslationMode extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

START

String START

MIDDLE

String MIDDLE

END

String END

Class com.atlassian.confluence.util.i18n.NormalTranslationMode extends Object implements Serializable

serialVersionUID: 1L


Package com.atlassian.confluence.util.longrunning

Class com.atlassian.confluence.util.longrunning.LongRunningTaskId extends Object implements Serializable

Serialized Fields

uuid

String uuid

Package com.atlassian.confluence.util.profiling

Class com.atlassian.confluence.util.profiling.ActivitySnapshot extends Object implements Serializable

Serialized Fields

startTime

long startTime

threadId

long threadId

threadName

String threadName

userId

String userId

type

String type

summary

String summary

Package com.atlassian.confluence.util.task

Class com.atlassian.confluence.util.task.TrackbackQueueItem extends Object implements Serializable

Serialized Fields

trackback

com.atlassian.trackback.Trackback trackback

urls

Collection<E> urls

Package com.atlassian.confluence.web.filter.validateparam

Class com.atlassian.confluence.web.filter.validateparam.InvalidParameterEncodingException extends UnsupportedEncodingException implements Serializable

Serialized Fields

paramName

String paramName

invalidValue

String invalidValue

Package com.atlassian.confluence.web.rangerequest

Class com.atlassian.confluence.web.rangerequest.RangeNotSatisfiableException extends Exception implements Serializable


Package com.atlassian.confluence.webdriver.editor

Class com.atlassian.confluence.webdriver.editor.PageVersionCommentTest extends Object implements Serializable


Package com.atlassian.confluence.xss

Class com.atlassian.confluence.xss.StaticRenderingAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

ownedString

String ownedString

template

String template

Class com.atlassian.confluence.xss.VelocityResultAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

ownedString

String ownedString

template

String template

Package com.atlassian.confluence.xwork

Class com.atlassian.confluence.xwork.RedirectResult extends com.opensymphony.webwork.dispatcher.ServletRedirectResult implements Serializable

Class com.atlassian.confluence.xwork.RedirectWithFlashResult extends RedirectResult implements Serializable

Class com.atlassian.confluence.xwork.SoyResult extends Object implements Serializable

Serialized Fields

completeModuleKey

String completeModuleKey

template

String template

contentType

String contentType

encoding

String encoding

location

String location

templateRenderer

TemplateRenderer templateRenderer

Package com.atlassian.crowd.embedded.hibernate2

Class com.atlassian.crowd.embedded.hibernate2.HibernateMembership extends Object implements Serializable

Serialized Fields

id

Long id

parentGroup

com.atlassian.crowd.model.group.InternalGroup parentGroup

userMember

com.atlassian.crowd.model.user.InternalUser userMember

groupMember

com.atlassian.crowd.model.group.InternalGroup groupMember

Package com.atlassian.crowd.embedded.hibernate2.types

Class com.atlassian.crowd.embedded.hibernate2.types.ApplicationPersistentType extends com.atlassian.crowd.embedded.hibernate2.types.EnumPersistentType<com.atlassian.crowd.model.application.ApplicationType> implements Serializable

Class com.atlassian.crowd.embedded.hibernate2.types.DirectoryPersistentType extends com.atlassian.crowd.embedded.hibernate2.types.EnumPersistentType<com.atlassian.crowd.embedded.api.DirectoryType> implements Serializable

Class com.atlassian.crowd.embedded.hibernate2.types.GroupPersistentType extends com.atlassian.crowd.embedded.hibernate2.types.EnumPersistentType<com.atlassian.crowd.model.group.GroupType> implements Serializable

Class com.atlassian.crowd.embedded.hibernate2.types.MembershipPersistentType extends com.atlassian.crowd.embedded.hibernate2.types.EnumPersistentType<com.atlassian.crowd.model.membership.MembershipType> implements Serializable

Class com.atlassian.crowd.embedded.hibernate2.types.OperationPersistentType extends com.atlassian.crowd.embedded.hibernate2.types.EnumPersistentType<com.atlassian.crowd.embedded.api.OperationType> implements Serializable


Package com.atlassian.plugins.editor

Class com.atlassian.plugins.editor.EditorServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

renderer

com.atlassian.templaterenderer.TemplateRenderer renderer

applicationProperties

com.atlassian.sal.api.ApplicationProperties applicationProperties

Package com.atlassian.plugins.editor.actions

Class com.atlassian.plugins.editor.actions.TinyMceEmotionsAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

emoticonDisplayMapper

EmoticonDisplayMapper emoticonDisplayMapper

Package com.atlassian.studio.confluence.admin.actions.importexport

Class com.atlassian.studio.confluence.admin.actions.importexport.ImportConfluenceSpaceAction extends ConfluenceActionSupport implements Serializable

Serialized Fields

appLinksMaintainer

com.atlassian.studio.common.appstatus.AppLinksMaintainer appLinksMaintainer

requestFactory

com.atlassian.sal.api.net.RequestFactory<T extends com.atlassian.sal.api.net.Request<?,?>> requestFactory

appStatusService

com.atlassian.studio.common.appstatus.AppStatusService appStatusService

spaceManager

SpaceManager spaceManager

importExportManager

ImportExportManager importExportManager

groupMappingBuilder

GroupMappingBuilder groupMappingBuilder

projectKey

String projectKey

newSpaceKey

String newSpaceKey

localFileName

String localFileName

taskId

LongRunningTaskId taskId

longRunningTaskManager

LongRunningTaskManager longRunningTaskManager

eventPublisher

com.atlassian.event.api.EventPublisher eventPublisher

indexManager

ConfluenceIndexManager indexManager

themeProperties

com.atlassian.studio.host.common.ThemeProperties themeProperties

mutatingEntityLinkService

com.atlassian.applinks.spi.link.MutatingEntityLinkService mutatingEntityLinkService

typeAccessor

com.atlassian.applinks.spi.util.TypeAccessor typeAccessor

applicationProperties

com.atlassian.sal.api.ApplicationProperties applicationProperties

Package com.atlassian.studio.confluence.history

Class com.atlassian.studio.confluence.history.ConfluenceBrowseHistory extends UserHistory implements Serializable

Serialized Fields

lastAddedEntity

ContentEntityObject lastAddedEntity

baseUrl

String baseUrl

contentEntityManager

ContentEntityManager contentEntityManager

Package com.atlassian.studio.confluence.importexport

Class com.atlassian.studio.confluence.importexport.ImportSpaceVersionMismatchEvent extends ConfluenceEvent implements Serializable

Serialized Fields

exportBuildNumber

String exportBuildNumber

currentBuildNumber

String currentBuildNumber

Package com.atlassian.studio.confluence.importexport.entityvalidation

Class com.atlassian.studio.confluence.importexport.entityvalidation.ValidationException extends Exception implements Serializable


Package com.atlassian.studio.confluence.integration.crowd

Class com.atlassian.studio.confluence.integration.crowd.CrowdNotifyServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

directoryManager

com.atlassian.crowd.manager.directory.DirectoryManager directoryManager

userChecker

UserChecker userChecker

executor

ExecutorService executor

Package com.atlassian.studio.confluence.servlet

Class com.atlassian.studio.confluence.servlet.PersonalSpaceServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

userAccessor

UserAccessor userAccessor

spaceManager

SpaceManager spaceManager

permissionManager

PermissionManager permissionManager

personalInformationManager

PersonalInformationManager personalInformationManager

applicationProperties

com.atlassian.sal.api.ApplicationProperties applicationProperties

Class com.atlassian.studio.confluence.servlet.StudioServlet extends com.atlassian.studio.core.servlet.RestServlet implements Serializable

Serialized Fields

pluginSettingsFactory

com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory

pluginUpgradeManager

com.atlassian.sal.api.upgrade.PluginUpgradeManager pluginUpgradeManager

beanFactory

org.springframework.beans.factory.BeanFactory beanFactory

Package org.apache.commons.jrcs.diff

Class org.apache.commons.jrcs.diff.DifferentiationFailedException extends org.apache.commons.jrcs.diff.DiffException implements Serializable

Class org.apache.commons.jrcs.diff.DiffException extends Exception implements Serializable

Class org.apache.commons.jrcs.diff.PatchFailedException extends org.apache.commons.jrcs.diff.DiffException implements Serializable


Package org.springframework.aop.aspectj

Class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException extends RuntimeException implements Serializable

Class org.springframework.aop.aspectj.AspectJExpressionPointcut extends org.springframework.aop.support.AbstractExpressionPointcut implements Serializable

Serialized Fields

shadowMapCache

Map<K,V> shadowMapCache

pointcutParser

org.aspectj.weaver.tools.PointcutParser pointcutParser

pointcutDeclarationScope

Class<T> pointcutDeclarationScope

pointcutParameterNames

String[] pointcutParameterNames

pointcutParameterTypes

Class<T>[] pointcutParameterTypes

beanFactory

org.springframework.beans.factory.BeanFactory beanFactory

pointcutExpression

org.aspectj.weaver.tools.PointcutExpression pointcutExpression

Class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor extends org.springframework.aop.support.AbstractGenericPointcutAdvisor implements Serializable

Serialized Fields

pointcut

org.springframework.aop.aspectj.AspectJExpressionPointcut pointcut

Class org.springframework.aop.aspectj.ConfluenceAspectJExpressionPointcut extends org.springframework.aop.support.AbstractExpressionPointcut implements Serializable

Serialized Fields

shadowMapCache

Map<K,V> shadowMapCache

pointcutParser

org.aspectj.weaver.tools.PointcutParser pointcutParser

pointcutDeclarationScope

Class<T> pointcutDeclarationScope

pointcutParameterNames

String[] pointcutParameterNames

pointcutParameterTypes

Class<T>[] pointcutParameterTypes

pointcutExpression

org.aspectj.weaver.tools.PointcutExpression pointcutExpression

Package org.springframework.aop.framework.autoproxy

Class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator extends AbstractAutoProxyCreator implements Serializable

Serialized Fields

advisorRetrievalHelper

org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper advisorRetrievalHelper

Class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator extends org.springframework.aop.framework.ProxyConfig implements Serializable

Serialized Fields

logger

org.apache.commons.logging.Log logger
Logger available to subclasses


order

int order
Default value is same as non-ordered


advisorAdapterRegistry

org.springframework.aop.framework.adapter.AdvisorAdapterRegistry advisorAdapterRegistry
Default is global AdvisorAdapterRegistry


freezeProxy

boolean freezeProxy
Indicates whether or not the proxy should be frozen. Overridden from super to prevent the configuration from becoming frozen too early.


interceptorNames

String[] interceptorNames
Default is no common interceptors


applyCommonInterceptorsFirst

boolean applyCommonInterceptorsFirst

customTargetSourceCreators

org.springframework.aop.framework.autoproxy.TargetSourceCreator[] customTargetSourceCreators

proxyClassLoader

ClassLoader proxyClassLoader

classLoaderConfigured

boolean classLoaderConfigured

beanFactory

org.springframework.beans.factory.BeanFactory beanFactory

targetSourcedBeans

Set<E> targetSourcedBeans
Set of bean name Strings, referring to all beans that this auto-proxy creator created a custom TargetSource for. Used to detect own pre-built proxies (from "postProcessBeforeInstantiation") in the "postProcessAfterInitialization" method.


earlyProxyReferences

Set<E> earlyProxyReferences

advisedBeans

Set<E> advisedBeans

nonAdvisedBeans

Set<E> nonAdvisedBeans

proxyTypes

Map<K,V> proxyTypes

Class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator extends AbstractAutoProxyCreator implements Serializable

Serialized Fields

beanNames

List<E> beanNames

Class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator extends org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator implements Serializable

Serialized Fields

usePrefix

boolean usePrefix

advisorBeanNamePrefix

String advisorBeanNamePrefix

Class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator extends org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator implements Serializable

Serialized Fields

beanFactory

org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory

Package test.plugin

Class test.plugin.FlashScopeTestAction extends com.opensymphony.xwork.ActionSupport implements Serializable



Copyright © 2003–2015 Atlassian. All rights reserved.