public class ActionExecution<T> extends Object
execute()
method.Constructor and Description |
---|
ActionExecution(ActionDefinition actionDefinition,
info.magnolia.objectfactory.ComponentProvider componentProvider) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
static <T> Stream<ActionExecution<T>> |
fromDefinitions(Collection<ActionDefinition> actionDefinitions,
info.magnolia.objectfactory.ComponentProvider componentProvider)
Convenience method that allows to transform a collection of action definitions
into a stream of executions.
|
ActionDefinition |
getDefinition() |
public ActionExecution(ActionDefinition actionDefinition, info.magnolia.objectfactory.ComponentProvider componentProvider)
public static <T> Stream<ActionExecution<T>> fromDefinitions(Collection<ActionDefinition> actionDefinitions, info.magnolia.objectfactory.ComponentProvider componentProvider)
public void execute()
public ActionDefinition getDefinition()
Copyright © 2020 Magnolia International Ltd.. All rights reserved.