Uses of Class
io.vertigo.orchestra.services.report.ActivityExecution
Packages that use ActivityExecution
Package
Description
-
Uses of ActivityExecution in io.vertigo.orchestra.plugins.services.report.db
Methods in io.vertigo.orchestra.plugins.services.report.db that return ActivityExecutionMethods in io.vertigo.orchestra.plugins.services.report.db that return types with arguments of type ActivityExecutionModifier and TypeMethodDescriptionDbProcessReportPlugin.getActivityExecutionsByProcessExecution(Long preId) -
Uses of ActivityExecution in io.vertigo.orchestra.services.report
Methods in io.vertigo.orchestra.services.report that return ActivityExecutionModifier and TypeMethodDescriptionProcessReport.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 ActivityExecutionModifier and TypeMethodDescriptionProcessReport.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 ActivityExecutionModifier and TypeMethodDescriptionWsExecution.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 ActivityExecutionModifier and TypeMethodDescriptionWsExecution.getActivityExecutionsByPreId(Long preId) Récupère la liste des activités d'une execution de processus.