Uses of Class
io.vertigo.orchestra.services.report.ProcessExecution
-
Packages that use ProcessExecution Package Description io.vertigo.orchestra.plugins.services.report.db io.vertigo.orchestra.services.report io.vertigo.orchestra.webservices -
-
Uses of ProcessExecution in io.vertigo.orchestra.plugins.services.report.db
Methods in io.vertigo.orchestra.plugins.services.report.db that return ProcessExecution Modifier and Type Method Description ProcessExecution
DbProcessReportPlugin. getProcessExecution(Long preId)
Methods in io.vertigo.orchestra.plugins.services.report.db that return types with arguments of type ProcessExecution Modifier and Type Method Description List<ProcessExecution>
DbProcessReportPlugin. 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 ProcessExecution Modifier and Type Method Description ProcessExecution
ProcessReport. getProcessExecution(Long preId)
Retourne une execution de processus.Methods in io.vertigo.orchestra.services.report that return types with arguments of type ProcessExecution Modifier and Type Method Description List<ProcessExecution>
ProcessReport. 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 ProcessExecution Modifier and Type Method Description ProcessExecution
WsExecution. getProcessExecutionById(Long preId)
Retourne une execution de processus.Methods in io.vertigo.orchestra.webservices that return types with arguments of type ProcessExecution Modifier and Type Method Description List<ProcessExecution>
WsExecution. getProcessExecutionsByProcessName(String processName, Optional<String> status, Optional<Integer> limit, Optional<Integer> offset)
Retourne la liste des executions d'un processus répondant à des critères triés par ordre chronologique décroissant
-