Uses of Class
org.nuxeo.ecm.core.blob.PathStrategy
Packages that use PathStrategy
-
Uses of PathStrategy in org.nuxeo.ecm.blob.s3
Fields in org.nuxeo.ecm.blob.s3 declared as PathStrategyModifier 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
Subclasses of PathStrategy in org.nuxeo.ecm.core.blobModifier 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.Fields in org.nuxeo.ecm.core.blob declared as PathStrategyMethods in org.nuxeo.ecm.core.blob that return PathStrategyMethods in org.nuxeo.ecm.core.blob with parameters of type PathStrategyModifier and TypeMethodDescriptionprotected BlobStore
AESBlobProvider.newBlobStore
(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy) protected BlobStore
LocalBlobProvider.newBlobStore
(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy) Constructors in org.nuxeo.ecm.core.blob with parameters of type PathStrategyModifierConstructorDescriptionAESBlobStore
(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