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 PathStrategy
S3BlobStore. pathStrategy
protected 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.blob Modifier and Type Class Description class
PathStrategyFlat
Stores a file in a directory based on its key.class
PathStrategyShortened
Extends the defaultsafePath(String)
method to ensure resulting path and file name is not too long.class
PathStrategySubDirs
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 PathStrategy Modifier and Type Field Description protected PathStrategy
LocalBlobStore. pathStrategy
Methods in org.nuxeo.ecm.core.blob that return PathStrategy Modifier and Type Method Description PathStrategy
LocalBlobStore. getPathStrategy()
Methods in org.nuxeo.ecm.core.blob with parameters of type PathStrategy Modifier and Type Method Description protected 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 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 PathStrategy
LocalBlobScroll. pathStrategy
-