Uses of Class
org.nuxeo.ecm.core.blob.PathStrategy
-
Uses of PathStrategy in org.nuxeo.ecm.blob.s3
Modifier and TypeFieldDescriptionprotected final PathStrategy
S3BlobStore.pathStrategy
protected final PathStrategy
S3BlobStoreConfiguration.pathStrategy
The path strategy according to the sub directory depth configuration. -
Uses of PathStrategy in org.nuxeo.ecm.core.blob
Modifier and TypeClassDescriptionclass
Stores a file in a directory based on its key.class
Extends the defaultsafePath(String)
method to ensure resulting path and file name is not too long.class
Stores a file in a nested subdirectory based on the initial characters of the key, in groups of 2.Modifier and TypeMethodDescriptionprotected BlobStore
AESBlobProvider.newBlobStore
(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy) protected BlobStore
LocalBlobProvider.newBlobStore
(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy) ModifierConstructorDescriptionAESBlobStore
(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