Class GenerateEvaluationExecutionsTask
java.lang.Object
ch.tocco.nice2.optional.evaluation.api.tasks.GenerateEvaluationExecutionsTask
- All Implemented Interfaces:
OptionalTask<GenerateEvaluationBean,
,Iterable<Entity>> PersistTask<GenerateEvaluationBean,
Iterable<Entity>>
public class GenerateEvaluationExecutionsTask
extends Object
implements OptionalTask<GenerateEvaluationBean,Iterable<Entity>>
-
Constructor Summary
ConstructorDescriptionGenerateEvaluationExecutionsTask
(EntityDefaultValueService defaultValueService) -
Method Summary
Modifier and TypeMethodDescriptiondoRun
(GenerateEvaluationBean generateEvaluationBean, CommandContext commandContext) void
setExtensions
(List<EvaluationExecutionExtension> extensions) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.persist.core.api.exec.OptionalTask
run
Methods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
GenerateEvaluationExecutionsTask
-
-
Method Details
-
doRun
public Iterable<Entity> doRun(GenerateEvaluationBean generateEvaluationBean, CommandContext commandContext) throws Exception - Specified by:
doRun
in interfaceOptionalTask<GenerateEvaluationBean,
Iterable<Entity>> - Throws:
Exception
-
setExtensions
-