Uses of Interface
org.frankframework.larva.actions.LarvaScenarioAction
Packages that use LarvaScenarioAction
-
Uses of LarvaScenarioAction in org.frankframework.larva
Method parameters in org.frankframework.larva with type arguments of type LarvaScenarioActionModifier and TypeMethodDescriptionprotected int
LarvaTool.executeStep
(String step, Properties properties, String stepDisplayName, Map<String, LarvaScenarioAction> actions, String correlationId) -
Uses of LarvaScenarioAction in org.frankframework.larva.actions
Classes in org.frankframework.larva.actions that implement LarvaScenarioActionModifier and TypeClassDescriptionclass
AbstractLarvaAction<T extends IConfigurable>
This class is used to create and manage the lifecycle of Larva actions.class
class
class
class
Methods in org.frankframework.larva.actions that return types with arguments of type LarvaScenarioActionModifier and TypeMethodDescriptionLarvaActionFactory.createLarvaActions
(Properties properties, org.springframework.context.ApplicationContext applicationContext, String correlationId) Method parameters in org.frankframework.larva.actions with type arguments of type LarvaScenarioActionModifier and TypeMethodDescriptionboolean
LarvaActionFactory.closeLarvaActions
(Map<String, LarvaScenarioAction> larvaActions)