Uses of Class
io.vertigo.orchestra.services.report.ActivityExecution
-
Packages that use ActivityExecution Package Description io.vertigo.orchestra.plugins.services.report.db io.vertigo.orchestra.services.report io.vertigo.orchestra.webservices -
-
Uses of ActivityExecution in io.vertigo.orchestra.plugins.services.report.db
Methods in io.vertigo.orchestra.plugins.services.report.db that return ActivityExecution Modifier and Type Method Description ActivityExecution
DbProcessReportPlugin. getActivityExecution(Long aceId)
Methods in io.vertigo.orchestra.plugins.services.report.db that return types with arguments of type ActivityExecution Modifier and Type Method Description List<ActivityExecution>
DbProcessReportPlugin. getActivityExecutionsByProcessExecution(Long preId)
-
Uses of ActivityExecution in io.vertigo.orchestra.services.report
Methods in io.vertigo.orchestra.services.report that return ActivityExecution Modifier and Type Method Description ActivityExecution
ProcessReport. getActivityExecution(Long aceId)
Retourne une execution d'activité par son id.Methods in io.vertigo.orchestra.services.report that return types with arguments of type ActivityExecution Modifier and Type Method Description List<ActivityExecution>
ProcessReport. getActivityExecutionsByProcessExecution(Long preId)
Récupère la liste des activités d'une execution de processus. -
Uses of ActivityExecution in io.vertigo.orchestra.webservices
Methods in io.vertigo.orchestra.webservices that return ActivityExecution Modifier and Type Method Description ActivityExecution
WsExecution. getActivityExecutionById(Long aceId, Long preId)
Retourne une execution d'activité par son id.Methods in io.vertigo.orchestra.webservices that return types with arguments of type ActivityExecution Modifier and Type Method Description List<ActivityExecution>
WsExecution. getActivityExecutionsByPreId(Long preId)
Récupère la liste des activités d'une execution de processus.
-