Uses of Interface
fr.gouv.vitam.processing.data.core.ProcessDataAccess
-
Packages that use ProcessDataAccess Package Description fr.gouv.vitam.processing.data.core Provides core interface and implementation for the Processing Data module.fr.gouv.vitam.processing.management.core 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 ProcessDataAccess Modifier and Type Class Description class
ProcessDataAccessImpl
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 ProcessDataAccess Constructor Description ProcessManagementImpl(ServerConfiguration config, ProcessDistributor processDistributor, ProcessDataAccess processDataAccess, ProcessDataManagement processDataManagement, OperationContextMonitor operationContextMonitor)
-