Uses of Class
com.atlassian.confluence.pages.AttachmentDataStorageType
-
-
Uses of AttachmentDataStorageType in com.atlassian.confluence.impl.pages.attachments
Methods in com.atlassian.confluence.impl.pages.attachments that return AttachmentDataStorageType Modifier and Type Method Description AttachmentDataStorageTypeReadThroughCachingAttachmentManager. getBackingStorageType() -
Uses of AttachmentDataStorageType in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem that return AttachmentDataStorageType Modifier and Type Method Description AttachmentDataStorageTypeFileSystemAttachmentDataDao. getStorageType() -
Uses of AttachmentDataStorageType in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return AttachmentDataStorageType Modifier and Type Method Description AttachmentDataStorageTypeAttachmentManager. getBackingStorageType()Returns the currently active storage type.AttachmentDataStorageTypeCachingAttachmentManager. getBackingStorageType()Deprecated.AttachmentDataStorageTypeDefaultAttachmentManager. getBackingStorageType()AttachmentDataStorageTypeDelegatorAttachmentManager. getBackingStorageType()static AttachmentDataStorageTypeAttachmentDataStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttachmentDataStorageType[]AttachmentDataStorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.pages that return types with arguments of type AttachmentDataStorageType Modifier and Type Method Description Optional<AttachmentDataStorageType>AttachmentDataStorageType. createFromConfigurationString(String configurationKey)com.atlassian.fugue.Maybe<AttachmentDataStorageType>AttachmentDataStorageType. fromConfigurationString(String configurationKey)Deprecated.since 7.0.1. -
Uses of AttachmentDataStorageType in com.atlassian.confluence.pages.attachments
Methods in com.atlassian.confluence.pages.attachments that return AttachmentDataStorageType Modifier and Type Method Description AttachmentDataStorageTypeAbstractDelegatingAttachmentDao. getBackingStorageType() -
Uses of AttachmentDataStorageType in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDataStorageType Modifier and Type Method Description AttachmentDataStorageTypeAttachmentDao. getBackingStorageType()Returns the backing storage type.AttachmentDataStorageTypeAttachmentDataDao. getStorageType()Returns the storage type.AttachmentDataStorageTypeFileSystemAttachmentDataDao. getStorageType()Deprecated. -
Uses of AttachmentDataStorageType in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AttachmentDataStorageType Modifier and Type Method Description AttachmentDataStorageTypeAbstractHibernateAttachmentDao. getBackingStorageType()AttachmentDataStorageTypeHibernateAttachmentDataDao. getStorageType() -
Uses of AttachmentDataStorageType in com.atlassian.confluence.upgrade.upgradetask.attachmentceo
Constructors in com.atlassian.confluence.upgrade.upgradetask.attachmentceo with parameters of type AttachmentDataStorageType Constructor Description AttachmentIdClashResolver(org.hibernate.Session session, org.hibernate.id.IdentifierGenerator attachmentIdGenerator, AttachmentDataStorageType attachmentStorageType, com.atlassian.bonnie.ILuceneConnection luceneConnection, ThumbnailManagerInternal thumbnailManager, SynchronizationManager synchronizationManager, boolean minorEditExists, boolean contentLabelAttIdExists, AttachmentDataFileSystemInternals attachmentFileSystem)
-