Uses of Class
fr.gouv.vitam.common.exception.WorkflowNotFoundException
-
Packages that use WorkflowNotFoundException Package Description fr.gouv.vitam.processing.data.core Provides core interface and implementation for the Processing Data module.fr.gouv.vitam.processing.engine.core.monitoring Provides core interface and implementation for the Processing Monitoring module.fr.gouv.vitam.processing.management.core Provides core implementation for the Processing Management module. -
-
Uses of WorkflowNotFoundException in fr.gouv.vitam.processing.data.core
Methods in fr.gouv.vitam.processing.data.core that throw WorkflowNotFoundException Modifier and Type Method Description ProcessWorkflow
ProcessDataAccess. findOneProcessWorkflow(java.lang.String processId, java.lang.Integer tenantId)
Gets Process Workflow by IDProcessWorkflow
ProcessDataAccessImpl. findOneProcessWorkflow(java.lang.String processId, java.lang.Integer tenantId)
-
Uses of WorkflowNotFoundException in fr.gouv.vitam.processing.engine.core.monitoring
Methods in fr.gouv.vitam.processing.engine.core.monitoring that throw WorkflowNotFoundException Modifier and Type Method Description ProcessWorkflow
ProcessMonitoring. findOneProcessWorkflow(java.lang.String id, java.lang.Integer tenantId)
Gets Process Workflow by operation IdProcessWorkflow
ProcessMonitoringImpl. findOneProcessWorkflow(java.lang.String operationId, java.lang.Integer tenantId)
-
Uses of WorkflowNotFoundException in fr.gouv.vitam.processing.management.core
Methods in fr.gouv.vitam.processing.management.core that throw WorkflowNotFoundException Modifier and Type Method Description ItemStatus
ProcessManagementImpl. cancel(java.lang.String operationId, java.lang.Integer tenantId)
-