Uses of Interface
fr.gouv.vitam.processing.data.core.ProcessDataAccess
Packages that use ProcessDataAccess
Package
Description
Provides core interface and implementation for the Processing Data module.
Provides core implementation for the Processing Management module.
-
Uses of ProcessDataAccess in fr.gouv.vitam.processing.data.core
Classes in fr.gouv.vitam.processing.data.core that implement ProcessDataAccessModifier and TypeClassDescriptionclass
ProcessMonitoringImpl class implementing the ProcessMonitoring Persists processWorkflow object (to json) at each step in process/name as .json Remove this file at the end (completed, failed state) -
Uses of ProcessDataAccess in fr.gouv.vitam.processing.management.core
Constructors in fr.gouv.vitam.processing.management.core with parameters of type ProcessDataAccessModifierConstructorDescriptionProcessManagementImpl
(ServerConfiguration config, ProcessDistributor processDistributor, ProcessDataAccess processDataAccess, ProcessDataManagement processDataManagement, OperationContextMonitor operationContextMonitor)