Class SimulationActionProcessProcessor.Lister
- java.lang.Object
-
- org.silverpeas.core.process.annotation.SimulationActionProcessProcessor.Lister
-
- Enclosing class:
- SimulationActionProcessProcessor
public static class SimulationActionProcessProcessor.Lister extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimulationActionProcessProcessor.Action
byAction(Supplier<ActionType> actionType)
Indicates the action type is performed into the context of simulation.
-
-
-
Method Detail
-
byAction
public SimulationActionProcessProcessor.Action byAction(Supplier<ActionType> actionType)
Indicates the action type is performed into the context of simulation.It MUST represents the reality of the action performed out of the simulation.
- Parameters:
actionType
- aSupplier
ofActionType
constant.- Returns:
- the
SimulationActionProcessProcessor
rightly initialized.
-
-