Package | Description |
---|---|
fr.gouv.vitam.driver.fake |
Provides a fake Driver implementation for tests purpose
|
fr.gouv.vitam.driver.mock |
Provides a Mock Driver implementation for tests purpose
|
fr.gouv.vitam.storage.driver |
Provides interface describing how drivers should be implemented for the
Storage driver module
|
fr.gouv.vitam.storage.offers.workspace.driver |
Provides implementation of the driver for the Workspace Driver module.
|
mon.module.driver | |
the.driver |
Modifier and Type | Method and Description |
---|---|
Connection |
FakeDriverImpl.connect(String offerId) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionMockImpl
Workspace Connection Implementation
|
Modifier and Type | Method and Description |
---|---|
Connection |
MockDriverImpl.connect(String offerId) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnection
This class must be the reference to create new connection implementation compatible with vitam client
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(String offerId)
Create a connection to the distant offer service based on given offer Id name.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionImpl
Workspace Connection Implementation
|
Modifier and Type | Method and Description |
---|---|
Connection |
DriverImpl.connect(String offerId) |
Modifier and Type | Method and Description |
---|---|
Connection |
MonDriver.connect(String offerId) |
Modifier and Type | Method and Description |
---|---|
Connection |
TheDriver.connect(String offerId) |
Copyright © 2018 Vitam. All rights reserved.