Uses of Interface
fr.gouv.vitam.processing.management.api.ProcessManagement
-
Packages that use ProcessManagement Package Description fr.gouv.vitam.processing.management.core Provides core implementation for the Processing Management module.fr.gouv.vitam.processing.management.rest Provides the web server application and configuration for the Processing Management module and the rest resource it uses -
-
Uses of ProcessManagement in fr.gouv.vitam.processing.management.core
Classes in fr.gouv.vitam.processing.management.core that implement ProcessManagement Modifier and Type Class Description class
ProcessManagementImpl
ProcessManagementImpl implementation of ProcessManagement APIConstructors in fr.gouv.vitam.processing.management.core with parameters of type ProcessManagement Constructor Description ProcessWorkFlowsCleaner(ProcessManagement processManagement, ProcessDataManagement processDataManagement, WorkspaceClientFactory workspaceClientFactory, java.util.concurrent.TimeUnit timeunit)
ProcessWorkFlowsCleaner(ProcessManagement processManagement, java.util.concurrent.TimeUnit timeunit)
WorkflowsLoader(ProcessManagement processManagement)
-
Uses of ProcessManagement in fr.gouv.vitam.processing.management.rest
Methods in fr.gouv.vitam.processing.management.rest with parameters of type ProcessManagement Modifier and Type Method Description void
VitamApplicationInitializr. initialize(ServerConfiguration serverConfiguration, WorkerClientFactory workerClientFactory, ProcessManagement processManagement)
-