Class ProcessMonitoringImpl
java.lang.Object
fr.gouv.vitam.processing.engine.core.monitoring.ProcessMonitoringImpl
- All Implemented Interfaces:
ProcessMonitoring
ProcessMonitoringImpl class implementing the ProcessMonitoring
-
Method Summary
Modifier and TypeMethodDescriptionfindOneProcessWorkflow
(String operationId, Integer tenantId) Gets Process Workflow by operation Idstatic ProcessMonitoringImpl
Get the Process Monitoring instance
-
Method Details
-
getInstance
Get the Process Monitoring instance- Returns:
- the ProcessMonitoring instance
-
findOneProcessWorkflow
public ProcessWorkflow findOneProcessWorkflow(String operationId, Integer tenantId) throws WorkflowNotFoundException Description copied from interface:ProcessMonitoring
Gets Process Workflow by operation Id- Specified by:
findOneProcessWorkflow
in interfaceProcessMonitoring
- Parameters:
operationId
- :null not allowedtenantId
- Tenant identifier- Returns:
- ProcessWorkflow object
- Throws:
WorkflowNotFoundException
- thrown when process workflow not found
-