Package | Description |
---|---|
fr.gouv.vitam.access.external.client |
Provides
|
fr.gouv.vitam.access.internal.client |
Provides access internal client interface, factory and implementations.
|
fr.gouv.vitam.client | |
fr.gouv.vitam.common.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.common.external.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.common.format.identification.siegfried |
Provides the Siegfried implementation for the Format Identification module
|
fr.gouv.vitam.common.server.application.junit |
Helper for Junit tests using Vitam Applications
|
fr.gouv.vitam.driver.mock |
Provides a Mock Driver implementation for tests purpose
|
fr.gouv.vitam.functional.administration.client |
Provides Functional administration client interface, factory and implementations.
|
fr.gouv.vitam.ingest.external.client |
Provides Ingest External Client interface, factory and implementations.
|
fr.gouv.vitam.ingest.internal.client |
Provides Ingest Internal Client interface, configuration, factory and implementations.
|
fr.gouv.vitam.logbook.lifecycles.client |
Provides Logbook Lifecycles client interface, factory and implementations.
|
fr.gouv.vitam.logbook.operations.client |
Provides Logbook Operations client interface, factory and implementations.
|
fr.gouv.vitam.metadata.client |
Provides Metadata client interface, factory and implementations.
|
fr.gouv.vitam.processing.management.client |
Provides Processing Management client interface, factory and implementations.
|
fr.gouv.vitam.security.internal.client | |
fr.gouv.vitam.storage.driver |
Provides interface describing how drivers should be implemented for the
Storage driver module
|
fr.gouv.vitam.storage.engine.client |
Provides Storage Engine client interface, factory and implementations.
|
fr.gouv.vitam.storage.offers.workspace.driver |
Provides implementation of the driver for the Workspace Driver module.
|
fr.gouv.vitam.worker.client |
Provides Worker client interface, configuration, factory and implementations.
|
fr.gouv.vitam.workspace.client |
Provides Workspace client factory and implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AccessExternalClient
Access External Client Interface
|
interface |
AdminExternalClient
Admin External Client Interface
|
Modifier and Type | Class and Description |
---|---|
class |
AdminExternalClientMock
Mock client implementation for Admin External
|
class |
AdminExternalClientRest
Rest client implementation for Access External
|
Modifier and Type | Interface and Description |
---|---|
interface |
AccessInternalClient
Access client interface
|
Modifier and Type | Class and Description |
---|---|
class |
IhmRecetteClient
Ihm recette http client
|
Modifier and Type | Class and Description |
---|---|
class |
VitamClientFactory<T extends MockOrRestClient>
General VitamClientFactory for non SSL client
|
interface |
VitamClientFactoryInterface<T extends MockOrRestClient>
Vitam Http Client Factory Interface
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdminClient
Admin basic client interface
|
interface |
BasicClient
Basic client api for vitam client
|
interface |
OperationManagementClient
OperationManagementClient include all common method between ProcessManagement and Ingest Internal
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMockClient
Abstract Mock common client
|
class |
DefaultAdminClient
Abstract Partial client class for all vitam clients
|
class |
DefaultClient
Abstract client class for all vitam client
|
class |
VitamRestTestClient
Vitam Restassured like client for Junit test
Example:
|
Constructor and Description |
---|
VitamRequestIterator(MockOrRestClient client,
String method,
String path,
Class<T> responseType,
javax.ws.rs.core.MultivaluedHashMap<String,Object> headers,
com.fasterxml.jackson.databind.JsonNode request)
Constructor
Note: if of type AbstractMockClient or derived, request will be the returned unique result.
|
Modifier and Type | Class and Description |
---|---|
class |
VitamClientFactory<T extends MockOrRestClient>
General VitamClientFactory for non SSL client
|
Constructor and Description |
---|
VitamRequestIterator(MockOrRestClient client,
String method,
String path,
Class<T> responseType,
javax.ws.rs.core.MultivaluedHashMap<String,Object> headers,
com.fasterxml.jackson.databind.JsonNode request)
Constructor
Note: if of type AbstractMockClient or derived, request will be the returned unique result.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SiegfriedClient
Siegfried client interface
|
Modifier and Type | Class and Description |
---|---|
class |
SiegfriedClientRest
HTTP implementation of siegfried client.
|
Modifier and Type | Method and Description |
---|---|
MockOrRestClient |
VitamJerseyTest.getClient() |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionMockImpl
Workspace Connection Implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdminManagementClient
AdminManagementClient interface
|
Modifier and Type | Interface and Description |
---|---|
interface |
IngestExternalClient
Ingest external interface
|
Modifier and Type | Interface and Description |
---|---|
interface |
IngestInternalClient
Ingest Internal client interface
|
Modifier and Type | Class and Description |
---|---|
class |
IngestInternalClientMock
Mock client implementation for Ingest Internal
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogbookLifeCyclesClient
Logbook client interface
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogbookOperationsClient
Logbook client interface
|
Modifier and Type | Interface and Description |
---|---|
interface |
MetaDataClient
Metadata client interface
|
Modifier and Type | Class and Description |
---|---|
class |
MetaDataClientMock
Mock client implementation for metadata
|
class |
MetaDataClientRest
Rest client for metadata
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessingManagementClient
Processing Management Client
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessingManagementClientMock |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalSecurityClient
InternalSecurityClient Interface
|
Modifier and Type | Class and Description |
---|---|
class |
InternalSecurityClientRest |
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 | Interface and Description |
---|---|
interface |
StorageClient
Storage Client interface
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionImpl
Workspace Connection Implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
WorkerClient
Worker Client interface
|
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceClient
Workspace client which calls rest services
|
Copyright © 2018 Vitam. All rights reserved.