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.cas.container.swift |
Package used to host cas container swift implementation
|
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.collection |
Some specific Vitam Collection
|
fr.gouv.vitam.common.database.server |
Database server package in vitam
|
fr.gouv.vitam.common.format.identification |
Provides common interface, factory and implementations for the Format Identification module
|
fr.gouv.vitam.common.format.identification.siegfried |
Provides the Siegfried implementation for the Format Identification module
|
fr.gouv.vitam.common.server.application |
Contains generic VitamApplication interface and an abstract implementation to be used as a base for every module
specific web application.
|
fr.gouv.vitam.common.storage.cas.container.api |
Provides API classes for the Workspace module
|
fr.gouv.vitam.common.storage.filesystem |
Provides a FileSystem implementation for storage modules.
|
fr.gouv.vitam.common.storage.filesystem.v2 |
Provides a FileSystem implementation for storage modules have to manage up to 500 millions of files
|
fr.gouv.vitam.common.storage.swift |
Provides a Swift implementation for the storage modules.
|
fr.gouv.vitam.common.stream |
This package concerns Common Stream handling as Helpers for common actions or MultipleInputStream multiplexer.
|
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.functional.administration.accession.register.core |
Provides core for the Accession register module
|
fr.gouv.vitam.functional.administration.agencies.api | |
fr.gouv.vitam.functional.administration.client |
Provides Functional administration client interface, factory and implementations.
|
fr.gouv.vitam.functional.administration.context.api | |
fr.gouv.vitam.functional.administration.context.core | |
fr.gouv.vitam.functional.administration.contract.api | |
fr.gouv.vitam.functional.administration.contract.core | |
fr.gouv.vitam.functional.administration.format.core |
Provides core classes of functional administration format module
|
fr.gouv.vitam.functional.administration.profile.api | |
fr.gouv.vitam.functional.administration.profile.api.impl | |
fr.gouv.vitam.functional.administration.security.profile.core | |
fr.gouv.vitam.ihmrecette.appserver.populate |
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
|
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.api |
Provides API classes for the Processing Management module
|
fr.gouv.vitam.processing.management.client |
Provides Processing Management client interface, factory and implementations.
|
fr.gouv.vitam.processing.management.core |
Provides core implementation for the Processing Management module.
|
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.engine.server.distribution |
Provides a Distribution interface for the Storage Engine Server module
|
fr.gouv.vitam.storage.engine.server.distribution.impl |
Provides a Distribution implementation for the Storage Engine Server module
|
fr.gouv.vitam.storage.engine.server.rest |
Provides the web server application and configuration for the Storage Engine
Server module and the rest resources it uses.
|
fr.gouv.vitam.storage.engine.server.storagelog | |
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.worker.common |
Provides common classes for the Worker module.
|
fr.gouv.vitam.worker.core.api |
Provides API definition for the Worker Core module.
|
fr.gouv.vitam.worker.core.handler |
Provides Handler classes for the Worker Core module
|
fr.gouv.vitam.worker.core.impl |
Provides
|
fr.gouv.vitam.worker.core.plugin |
Plugin package in worker module
|
fr.gouv.vitam.worker.core.plugin.dip | |
fr.gouv.vitam.workspace.client |
Provides Workspace client factory and implementations.
|
mon.module.driver | |
the.driver |
Modifier and Type | Interface and Description |
---|---|
interface |
AccessExternalClient
Access External Client Interface
|
interface |
AdminExternalClient
Admin External Client Interface
|
interface |
OperationStatusClient
Used to expose method getting status of an operation
|
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 |
OpenstackSwift
Creates
BlobStoreContext configured on StorageConfiguration
storage.conf file . |
Modifier and Type | Class and Description |
---|---|
class |
IhmRecetteClient
Ihm recette http client
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdminClient
Admin basic client interface
|
interface |
BasicClient
Basic client api for vitam client
|
interface |
MockOrRestClient
Basic client api for vitam client either in Mock or Rest mode
|
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 |
VitamRequestIterator<T>
Utility to help with Http based Cursor that implements real Database Cursor on server side
|
class |
VitamRestTestClient
Vitam Restassured like client for Junit test
Example:
|
Modifier and Type | Interface and Description |
---|---|
interface |
CloseableIterator<E>
Iterator with a close method.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyCloseableIterator<E>
EmptyCloseableIterator implementation
|
Modifier and Type | Class and Description |
---|---|
class |
DbRequestResult
This class is the result of DbRequestSingle's execution
|
Modifier and Type | Interface and Description |
---|---|
interface |
FormatIdentifier
Format identifier interface
|
Modifier and Type | Interface and Description |
---|---|
interface |
SiegfriedClient
Siegfried client interface
|
Modifier and Type | Class and Description |
---|---|
class |
FormatIdentifierSiegfried
Siegfried implementation of format identifier
|
class |
SiegfriedClientRest
HTTP implementation of siegfried client.
|
Modifier and Type | Class and Description |
---|---|
class |
VitamStreamingOutput
Helper for Streaming to output one InputStream or File in non async mode
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContentAddressableStorage
The ContentAddressableStorage interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentAddressableStorageAbstract
Abstract class of CAS that contains common methos
|
class |
ContentAddressableStorageJcloudsAbstract
Abstract class of CAS that contains common methods for a Jclouds backend
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystem
FileSystemMock implements a Content Addressable Storage that stores objects on the file system.
|
Modifier and Type | Class and Description |
---|---|
class |
HashFileSystem
FileSystem implements a Content Addressable Storage that stores objects on the file system with a hierarchical vision
|
Modifier and Type | Class and Description |
---|---|
class |
Swift
Swift abstract implementation
Manage with all common swift methods
|
Modifier and Type | Class and Description |
---|---|
class |
MultiplePipedInputStream
Generate multiples InputStreams from one to many using Pipe
|
Modifier and Type | Class and Description |
---|---|
class |
FakeDriverImpl
Driver implementation for test only
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionMockImpl
Workspace Connection Implementation
|
class |
MockDriverImpl
Driver implementation for test only
|
Modifier and Type | Class and Description |
---|---|
class |
ReferentialAccessionRegisterImpl
Referential Accession Register Implement
|
Modifier and Type | Class and Description |
---|---|
class |
AgenciesService
AgenciesService class allowing multiple operation on AgenciesService collection
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdminManagementClient
AdminManagementClient interface
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContextService
ContextService Interface declaring methods associated to contexts
|
Modifier and Type | Class and Description |
---|---|
class |
ContextServiceImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ContractService<T extends AbstractContractModel>
ContractService Interface declaring common methods for Contracts
|
Modifier and Type | Class and Description |
---|---|
class |
AccessContractImpl |
class |
IngestContractImpl
IngestContract implementation class
|
Modifier and Type | Class and Description |
---|---|
class |
ReferentialFormatFileImpl
ReferentialFormatFileImpl implementing the ReferentialFormatFile interface
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProfileService
This service manages the creation, update, find, ...
|
Modifier and Type | Class and Description |
---|---|
class |
ProfileServiceImpl
The implementation of the profile servie This implementation manage creation, update, ...
|
Modifier and Type | Class and Description |
---|---|
class |
SecurityProfileService |
Modifier and Type | Class and Description |
---|---|
class |
StoragePopulateImpl
StoragePopulateImpl populate binary file
|
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 |
ProcessManagement
ProcessManagement interface
This service will be invoked by Ingest Module
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessingManagementClient
Processing Management Client
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessingManagementClientMock |
Modifier and Type | Class and Description |
---|---|
class |
ProcessManagementImpl
ProcessManagementImpl implementation of ProcessManagement API
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalSecurityClient
InternalSecurityClient Interface
|
Modifier and Type | Class and Description |
---|---|
class |
InternalSecurityClientRest |
Modifier and Type | Interface and Description |
---|---|
interface |
Driver
Driver interface that all storage offer drivers MUST implement to be
discovered by the Vitam driver manager.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnection
This class must be the reference to create new connection implementation compatible with vitam client
|
class |
AbstractDriver
This class must be the reference to create new drivers implementation compatible with vitam
|
Modifier and Type | Interface and Description |
---|---|
interface |
StorageClient
Storage Client interface
|
Modifier and Type | Interface and Description |
---|---|
interface |
StorageDistribution
Interface Storage Distribution for Storage Operations
|
Modifier and Type | Class and Description |
---|---|
class |
StorageDistributionImpl
StorageDistribution service Implementation process continue if needed)
|
Modifier and Type | Class and Description |
---|---|
class |
StorageResource
Storage Resource implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
StorageLogService
Storage log service interface.
|
Modifier and Type | Class and Description |
---|---|
class |
StorageLogAppender
Storage log appender.
|
class |
StorageLogServiceImpl |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionImpl
Workspace Connection Implementation
|
class |
DriverImpl
Workspace Driver Implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
WorkerClient
Worker Client interface
|
Modifier and Type | Interface and Description |
---|---|
interface |
HandlerIO
Interface of HandlerIO for all Handlers
|
Modifier and Type | Interface and Description |
---|---|
interface |
Worker
Worker Interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessionRegisterActionHandler
Accession Register Handler
|
class |
ActionHandler
ActionHandler abstract class of interface Action
Each ActionHandler must implements some public static methods: |
class |
CheckArchiveProfileActionHandler
Check Archive Profile Handler - verify profil in manifest
|
class |
CheckArchiveProfileRelationActionHandler
Check Archive Profile Relation Handler Verify the relation between ingest contract and profil in manifest
|
class |
CheckDataObjectPackageActionHandler
Check HEADER Handler
|
class |
CheckHeaderActionHandler
Check HEADER Handler
|
class |
CheckIngestContractActionHandler
Handler class used to check the ingest contract of SIP.
|
class |
CheckNoObjectsActionHandler
Handler checking that no objects in manifest
|
class |
CheckObjectsNumberActionHandler
Handler checking that digital objects number in workspace matches with manifest.xml.
|
class |
CheckObjectUnitConsistencyActionHandler
Check SIP - Object and Archiveunit Consistency handler
|
class |
CheckOriginatingAgencyHandler
Handler class used to check the originating agency of SIP.
|
class |
CheckSedaActionHandler
Check Seda Handler
|
class |
CheckStorageAvailabilityActionHandler
CheckStorageAvailability Handler.
|
class |
CheckVersionActionHandler
CheckVersionActionHandler handler class used to check the versions of DataObject in manifest
|
class |
CommitLifeCycleActionHandler
CommitLifeCycle Handler
|
class |
CommitLifeCycleObjectGroupActionHandler
CommitLifeCycleObjectGroup Handler
|
class |
CommitLifeCycleUnitActionHandler
CommitLifeCycleUnit Handler
|
class |
DummyHandler
Dummy Handler (for test purpose)
|
class |
ExtractSedaActionHandler
Handler class used to extract metaData.
|
class |
FinalizeLifecycleTraceabilityActionHandler
FinalizeLifecycleTraceabilityAction Plugin
|
class |
GenerateAuditReportActionHandler
Generate final audit report as a Json
|
class |
ListArchiveUnitsActionHandler
ListArchiveUnitsAction Handler.
|
class |
ListLifecycleTraceabilityActionHandler
ListLifecycleTraceabilityAction Plugin
|
class |
ListRunningIngestsActionHandler
ListRunningIngestsAction Handler.
|
class |
PrepareAuditActionHandler
PrepareAuditActionHandler
|
class |
PrepareStorageInfoActionHandler
PrepareStorageInfoActionHandler Handler.
|
class |
PrepareTraceabilityCheckProcessActionHandler |
class |
RollBackActionHandler
IndexUnit Handler
|
class |
TransferNotificationActionHandler
Transfer notification reply handler
|
class |
VerifyMerkleTreeActionHandler
Using Merkle trees to detect inconsistencies in data
|
class |
VerifyTimeStampActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
HandlerIOImpl
Handler input and output parameter
|
class |
WorkerImpl
WorkerImpl class implements Worker interface
|
Modifier and Type | Class and Description |
---|---|
class |
ArchiveUnitRulesUpdateActionPlugin
ArchiveUnitRulesUpdateAction Plugin.
|
class |
AuditCheckObjectPlugin
Audit - Check Object class
|
class |
CheckArchiveUnitSchemaActionPlugin
CheckArchiveUnitSchema Plugin.
|
class |
CheckClassificationLevelActionPlugin
CheckClassificationLevelAction Plugin
|
class |
CheckConformityActionPlugin
CheckConformityAction Plugin.
|
class |
CheckExistenceObjectPlugin
CheckExistenceObject Plugin.
|
class |
CheckIntegrityObjectPlugin
Check Integrity of object
|
class |
CreateObjectSecureFileActionPlugin
CreateObjectSecureFileAction Plugin.
|
class |
CreateSecureFileActionPlugin
CreateSecureFileAction Plugin.
|
class |
CreateUnitSecureFileActionPlugin
CreateUnitSecureFileAction Plugin.
|
class |
FormatIdentificationActionPlugin
FormatIdentificationAction Plugin.
|
class |
IndexObjectGroupActionPlugin
IndexObjectGroupAction Plugin
|
class |
IndexUnitActionPlugin
IndexUnitAction Plugin
|
class |
RunningIngestsUpdateActionPlugin
CheckArchiveUnitSchema Plugin.
|
class |
StoreMetadataObjectActionHandler |
class |
StoreMetaDataObjectGroupActionPlugin
Stores MetaData object group plugin.
|
class |
StoreMetaDataUnitActionPlugin
Stores MetaData Unit plugin.
|
class |
StoreObjectActionHandler |
class |
StoreObjectGroupActionPlugin
StoreObjectGroupAction Plugin.
|
class |
UnitsRulesComputePlugin
UnitsRulesCompute Plugin.
|
class |
UpdateObjectGroupPlugin
This plugin, add diff (some original object group data) to item status, so, WorkerImpl can create a GOT LFC with those information
|
Modifier and Type | Class and Description |
---|---|
class |
CreateManifest
create manifest and put in on workspace
|
class |
PutBinaryOnWorkspace
move a binary file from storage to workspace
|
class |
StoreDIP
ZIP the dip and move it from workspace to storage
|
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceClient
Workspace client which calls rest services
|
Modifier and Type | Class and Description |
---|---|
class |
MonDriver
Driver class extending AbstractDriver
|
Modifier and Type | Class and Description |
---|---|
class |
TheDriver
Implementation of driver
|
Copyright © 2018 Vitam. All rights reserved.