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.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) -
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()
-