Uses of Interface
org.nuxeo.ecm.core.blob.KeyStrategy
-
-
Uses of KeyStrategy in org.nuxeo.ecm.blob.azure
Constructors in org.nuxeo.ecm.blob.azure with parameters of type KeyStrategy Constructor Description AzureBlobStore(String blobProviderId, String name, AzureBlobStoreConfiguration config, KeyStrategy keyStrategy)
-
Uses of KeyStrategy in org.nuxeo.ecm.blob.s3
Constructors in org.nuxeo.ecm.blob.s3 with parameters of type KeyStrategy Constructor Description S3BlobStore(String blobProviderId, String name, S3BlobStoreConfiguration config, KeyStrategy keyStrategy)
S3BlobStore(String name, S3BlobStoreConfiguration config, KeyStrategy keyStrategy)
Deprecated.since 11.5 -
Uses of KeyStrategy in org.nuxeo.ecm.core.blob
Classes in org.nuxeo.ecm.core.blob that implement KeyStrategy Modifier and Type Class Description class
KeyStrategyDigest
Represents computation of blob keys based on a message digest.class
KeyStrategyDocId
Represents computation of blob keys based on the document id suffixed by the xpath if not the main blob.class
KeyStrategyManaged
Represents trusted managed blob key computation with a fallbackKeyStrategy
Fields in org.nuxeo.ecm.core.blob declared as KeyStrategy Modifier and Type Field Description protected KeyStrategy
AbstractBlobStore. keyStrategy
KeyStrategy
BlobWriteContext. keyStrategy
protected KeyStrategy
KeyStrategyManaged. strategy
Methods in org.nuxeo.ecm.core.blob that return KeyStrategy Modifier and Type Method Description KeyStrategy
AbstractBlobStore. getKeyStrategy()
KeyStrategy
BlobStore. getKeyStrategy()
Gets the key strategy used by the store.KeyStrategy
BlobStoreBlobProvider. getKeyStrategy()
Methods in org.nuxeo.ecm.core.blob with parameters of type KeyStrategy 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)
-
Uses of KeyStrategy in org.nuxeo.ecm.core.blob.scroll
Fields in org.nuxeo.ecm.core.blob.scroll declared as KeyStrategy Modifier and Type Field Description protected KeyStrategy
AbstractBlobScroll. keyStrategy
-
Uses of KeyStrategy in org.nuxeo.ecm.core.storage.gcp
Constructors in org.nuxeo.ecm.core.storage.gcp with parameters of type KeyStrategy Constructor Description GoogleStorageBlobStore(String blobProviderId, String name, GoogleStorageBlobStoreConfiguration config, KeyStrategy keyStrategy)
-
Uses of KeyStrategy in org.nuxeo.ecm.core.storage.mongodb.blob
Constructors in org.nuxeo.ecm.core.storage.mongodb.blob with parameters of type KeyStrategy Constructor Description GridFSBlobStore(String blobProviderId, String name, Map<String,String> properties, KeyStrategy keyStrategy)
-