Uses of Class
io.vertigo.orchestra.services.report.ProcessExecution
Packages that use ProcessExecution
Package
Description
-
Uses of ProcessExecution in io.vertigo.orchestra.plugins.services.report.db
Methods in io.vertigo.orchestra.plugins.services.report.db that return ProcessExecutionMethods in io.vertigo.orchestra.plugins.services.report.db that return types with arguments of type ProcessExecutionModifier and TypeMethodDescriptionDbProcessReportPlugin.getProcessExecutions(ProcessDefinition processDefinition, String status, Integer limit, Integer offset) -
Uses of ProcessExecution in io.vertigo.orchestra.services.report
Methods in io.vertigo.orchestra.services.report that return ProcessExecutionModifier and TypeMethodDescriptionProcessReport.getProcessExecution(Long preId) Retourne une execution de processus.Methods in io.vertigo.orchestra.services.report that return types with arguments of type ProcessExecutionModifier and TypeMethodDescriptionProcessReport.getProcessExecutions(ProcessDefinition processDefinition, String status, Integer limit, Integer offset) Retourne la liste des executions d'un processus répondant à des critères triés par ordre chronologique décroissant. -
Uses of ProcessExecution in io.vertigo.orchestra.webservices
Methods in io.vertigo.orchestra.webservices that return ProcessExecutionModifier and TypeMethodDescriptionWsExecution.getProcessExecutionById(Long preId) Retourne une execution de processus.Methods in io.vertigo.orchestra.webservices that return types with arguments of type ProcessExecution