Uses of Interface
fr.gouv.vitam.storage.driver.Connection
-
Packages that use Connection Package Description fr.gouv.vitam.driver.fake Provides a fake Driver implementation for tests purposefr.gouv.vitam.storage.driver Provides interface describing how drivers should be implemented for the Storage driver modulefr.gouv.vitam.storage.offers.workspace.driver Provides implementation of the driver for the Workspace Driver module. -
-
Uses of Connection in fr.gouv.vitam.driver.fake
Classes in fr.gouv.vitam.driver.fake that implement Connection Modifier and Type Class Description classFakeDriverImpl.FakeConnectionImplMethods in fr.gouv.vitam.driver.fake that return Connection Modifier and Type Method Description ConnectionFakeDriverImpl. connect(java.lang.String offerId) -
Uses of Connection in fr.gouv.vitam.storage.driver
Classes in fr.gouv.vitam.storage.driver that implement Connection Modifier and Type Class Description classAbstractConnectionThis class must be the reference to create new connection implementation compatible with vitam clientMethods in fr.gouv.vitam.storage.driver that return Connection Modifier and Type Method Description ConnectionDriver. connect(java.lang.String offerId)Create a connection to the distant offer service based on given offer Id name. -
Uses of Connection in fr.gouv.vitam.storage.offers.workspace.driver
Classes in fr.gouv.vitam.storage.offers.workspace.driver that implement Connection Modifier and Type Class Description classConnectionImplWorkspace Connection ImplementationMethods in fr.gouv.vitam.storage.offers.workspace.driver that return Connection Modifier and Type Method Description ConnectionDriverImpl. connect(java.lang.String offerId)
-