Uses of Interface
io.vertigo.orchestra.services.execution.ActivityEngine
-
Packages that use ActivityEngine Package Description io.vertigo.orchestra.definitions io.vertigo.orchestra.impl.services.execution io.vertigo.orchestra.services.execution -
-
Uses of ActivityEngine in io.vertigo.orchestra.definitions
Methods in io.vertigo.orchestra.definitions that return types with arguments of type ActivityEngine Modifier and Type Method Description Class<? extends ActivityEngine>
ActivityDefinition. getEngineClass()
Method parameters in io.vertigo.orchestra.definitions with type arguments of type ActivityEngine Modifier and Type Method Description ProcessDefinitionBuilder
ProcessDefinitionBuilder. addActivity(String activityName, String activityLabel, Class<? extends ActivityEngine> engineClass)
Ajoute une activité à un processus. -
Uses of ActivityEngine in io.vertigo.orchestra.impl.services.execution
Classes in io.vertigo.orchestra.impl.services.execution that implement ActivityEngine Modifier and Type Class Description class
AbstractActivityEngine
Activity engine abstrait offrant des services communs (logger) -
Uses of ActivityEngine in io.vertigo.orchestra.services.execution
Classes in io.vertigo.orchestra.services.execution that implement ActivityEngine Modifier and Type Class Description class
RunnableActivityEngine
-