Uses of Interface
fr.gouv.vitam.processing.engine.api.ProcessEngine
-
Packages that use ProcessEngine Package Description fr.gouv.vitam.processing.engine.core Provides core implementation for the Processing Engine module.fr.gouv.vitam.processing.management.core Provides core implementation for the Processing Management module. -
-
Uses of ProcessEngine in fr.gouv.vitam.processing.engine.core
Classes in fr.gouv.vitam.processing.engine.core that implement ProcessEngine Modifier and Type Class Description class
ProcessEngineImpl
ProcessEngineImpl class manages the context and call a process distributor -
Uses of ProcessEngine in fr.gouv.vitam.processing.management.core
Methods in fr.gouv.vitam.processing.management.core with parameters of type ProcessEngine Modifier and Type Method Description StateMachine
StateMachineFactory. create(ProcessWorkflow processWorkflow, ProcessEngine processEngine)
StateMachine
StateMachineFactory. create(ProcessWorkflow processWorkflow, ProcessEngine processEngine, ProcessDataManagement dataManagement, WorkspaceClientFactory workspaceClientFactory)
Constructors in fr.gouv.vitam.processing.management.core with parameters of type ProcessEngine Constructor Description StateMachine(ProcessWorkflow processWorkflow, ProcessEngine processEngine)
StateMachine(ProcessWorkflow processWorkflow, ProcessEngine processEngine, ProcessDataManagement dataManagement, WorkspaceClientFactory workspaceClientFactory)
-