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 classKeyStrategyDigestRepresents computation of blob keys based on a message digest.classKeyStrategyDocIdRepresents computation of blob keys based on the document id suffixed by the xpath if not the main blob.classKeyStrategyManagedRepresents trusted managed blob key computation with a fallbackKeyStrategyFields in org.nuxeo.ecm.core.blob declared as KeyStrategy Modifier and Type Field Description protected KeyStrategyAbstractBlobStore. keyStrategyKeyStrategyBlobWriteContext. keyStrategyprotected KeyStrategyKeyStrategyManaged. strategyMethods in org.nuxeo.ecm.core.blob that return KeyStrategy Modifier and Type Method Description KeyStrategyAbstractBlobStore. getKeyStrategy()KeyStrategyBlobStore. getKeyStrategy()Gets the key strategy used by the store.KeyStrategyBlobStoreBlobProvider. getKeyStrategy()Methods in org.nuxeo.ecm.core.blob with parameters of type KeyStrategy Modifier and Type Method Description protected BlobStoreAESBlobProvider. newBlobStore(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy)protected BlobStoreLocalBlobProvider. 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 KeyStrategyAbstractBlobScroll. 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)
-