Uses of Class
fr.gouv.vitam.storage.driver.AbstractConnection
Packages that use AbstractConnection
Package
Description
Provides a fake Driver implementation for tests purpose
Provides interface describing how drivers should be implemented for the
Storage driver module
Provides implementation of the driver for the Workspace Driver module.
-
Uses of AbstractConnection in fr.gouv.vitam.driver.fake
Subclasses of AbstractConnection in fr.gouv.vitam.driver.fake -
Uses of AbstractConnection in fr.gouv.vitam.storage.driver
Fields in fr.gouv.vitam.storage.driver with type parameters of type AbstractConnectionModifier and TypeFieldDescriptionprotected final Map<String,VitamClientFactoryInterface<? extends AbstractConnection>> AbstractDriver.connectionFactoriesMethods in fr.gouv.vitam.storage.driver that return types with arguments of type AbstractConnectionModifier and TypeMethodDescriptionprotected abstract VitamClientFactoryInterface<? extends AbstractConnection>AbstractDriver.addInternalOfferAsFactory(StorageOffer offer, Properties parameters) This method must be implemented in the final Driver Implementation to add the ClientFactory to the driverConstructor parameters in fr.gouv.vitam.storage.driver with type arguments of type AbstractConnectionModifierConstructorDescriptionAbstractConnection(String driverName, VitamClientFactoryInterface<? extends AbstractConnection> factory) Constructor using given scheme (http) -
Uses of AbstractConnection in fr.gouv.vitam.storage.offers.workspace.driver
Subclasses of AbstractConnection in fr.gouv.vitam.storage.offers.workspace.driverMethods in fr.gouv.vitam.storage.offers.workspace.driver that return types with arguments of type AbstractConnectionModifier and TypeMethodDescriptionprotected VitamClientFactoryInterface<? extends AbstractConnection>DriverImpl.addInternalOfferAsFactory(StorageOffer offer, Properties parameters)