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 PathStrategyS3BlobStore.pathStrategyprotected final 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.blobModifier and TypeClassDescriptionclassStores a file in a directory based on its key.classExtends the defaultsafePath(String)method to ensure resulting path and file name is not too long.classStores 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 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 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