Uses of Interface
com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao.FileSystemAttachmentNamingStrategy
-
Packages that use FileSystemAttachmentDataDao.FileSystemAttachmentNamingStrategy Package Description com.atlassian.confluence.pages.persistence.dao -
-
Uses of FileSystemAttachmentDataDao.FileSystemAttachmentNamingStrategy in com.atlassian.confluence.pages.persistence.dao
Fields in com.atlassian.confluence.pages.persistence.dao declared as FileSystemAttachmentDataDao.FileSystemAttachmentNamingStrategy Modifier and Type Field Description static FileSystemAttachmentDataDao.FileSystemAttachmentNamingStrategy
FileSystemAttachmentDataDao. NAMING_STRATEGY_FILE_NAME
Deprecated.static FileSystemAttachmentDataDao.FileSystemAttachmentNamingStrategy
FileSystemAttachmentDataDao. NAMING_STRATEGY_ID
Deprecated.Methods in com.atlassian.confluence.pages.persistence.dao that return FileSystemAttachmentDataDao.FileSystemAttachmentNamingStrategy Modifier and Type Method Description FileSystemAttachmentDataDao.FileSystemAttachmentNamingStrategy
FileSystemAttachmentDataDao. getNamingStrategy()
Deprecated.Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type FileSystemAttachmentDataDao.FileSystemAttachmentNamingStrategy Modifier and Type Method Description void
FileSystemAttachmentDataDao. setNamingStrategy(FileSystemAttachmentDataDao.FileSystemAttachmentNamingStrategy namingStrategy)
Deprecated.
-