Uses of Class
org.nuxeo.ecm.core.blob.PathStrategy
-
Packages that use PathStrategy Package Description org.nuxeo.ecm.blob.s3 org.nuxeo.ecm.core.blob org.nuxeo.ecm.core.blob.scroll -
-
Uses of PathStrategy in org.nuxeo.ecm.blob.s3
Fields in org.nuxeo.ecm.blob.s3 declared as PathStrategy Modifier and Type Field Description protected PathStrategyS3BlobStore. pathStrategyprotected PathStrategyS3BlobStoreConfiguration. pathStrategyThe path strategy according to the sub directory depth configuration. -
Uses of PathStrategy in org.nuxeo.ecm.core.blob
Subclasses of PathStrategy in org.nuxeo.ecm.core.blob Modifier and Type Class Description classPathStrategyFlatStores a file in a directory based on its key.classPathStrategyShortenedExtends the defaultsafePath(String)method to ensure resulting path and file name is not too long.classPathStrategySubDirsStores a file in a nested subdirectory based on the initial characters of the key, in groups of 2.Fields in org.nuxeo.ecm.core.blob declared as PathStrategy Modifier and Type Field Description protected PathStrategyLocalBlobStore. pathStrategyMethods in org.nuxeo.ecm.core.blob that return PathStrategy Modifier and Type Method Description PathStrategyLocalBlobStore. getPathStrategy()Methods in org.nuxeo.ecm.core.blob with parameters of type PathStrategy Modifier and Type Method Description protected BlobStoreAESBlobProvider. newBlobStore(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy)protected BlobStoreLocalBlobProvider. newBlobStore(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy)Constructors in org.nuxeo.ecm.core.blob with parameters of type PathStrategy Constructor Description AESBlobStore(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy, AESBlobStoreConfiguration aesConfig)LocalBlobStore(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy) -
Uses of PathStrategy in org.nuxeo.ecm.core.blob.scroll
Fields in org.nuxeo.ecm.core.blob.scroll declared as PathStrategy Modifier and Type Field Description protected PathStrategyLocalBlobScroll. pathStrategy
-