Uses of Class
com.atlassian.confluence.pages.AttachmentDataStorageType

Packages that use AttachmentDataStorageType
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.attachments   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
 

Uses of AttachmentDataStorageType in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages that return AttachmentDataStorageType
 AttachmentDataStorageType DelegatorAttachmentManager.getBackingStorageType()
           
 AttachmentDataStorageType DefaultAttachmentManager.getBackingStorageType()
           
 AttachmentDataStorageType CachingAttachmentManager.getBackingStorageType()
           
 AttachmentDataStorageType AttachmentManager.getBackingStorageType()
          Returns the currently active storage type.
static AttachmentDataStorageType AttachmentDataStorageType.valueOf(java.lang.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
 com.atlassian.fugue.Maybe<AttachmentDataStorageType> AttachmentDataStorageType.fromConfigurationString(java.lang.String configurationKey)
           
 

Uses of AttachmentDataStorageType in com.atlassian.confluence.pages.attachments
 

Methods in com.atlassian.confluence.pages.attachments that return AttachmentDataStorageType
 AttachmentDataStorageType CachingAttachmentDao.getBackingStorageType()
           
 

Uses of AttachmentDataStorageType in com.atlassian.confluence.pages.persistence.dao
 

Methods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDataStorageType
 AttachmentDataStorageType WebDavAttachmentDao.getBackingStorageType()
          Deprecated.  
 AttachmentDataStorageType AttachmentDao.getBackingStorageType()
          Returns the backing storage type.
 AttachmentDataStorageType FileSystemAttachmentDataDao.getStorageType()
           
 AttachmentDataStorageType AttachmentDataDao.getStorageType()
          Returns the storage type.
 

Uses of AttachmentDataStorageType in com.atlassian.confluence.pages.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AttachmentDataStorageType
 AttachmentDataStorageType AbstractHibernateAttachmentDao.getBackingStorageType()
           
 AttachmentDataStorageType HibernateAttachmentDataDao.getStorageType()
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.