Class SaveSerialCorrespondenceTask
java.lang.Object
ch.tocco.nice2.optional.correspondence.impl.action.tasks.serial_correspondence.SaveSerialCorrespondenceTask
- All Implemented Interfaces:
OptionalTask<Tuple2<Optional<String>,
,RebindValue[]>, Entity> PersistTask<Tuple2<Optional<String>,
RebindValue[]>, Entity>
public class SaveSerialCorrespondenceTask
extends Object
implements OptionalTask<Tuple2<Optional<String>,RebindValue[]>,Entity>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoRun
(Tuple2<Optional<String>, RebindValue[]> params, CommandContext commandContext) 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
-
SaveSerialCorrespondenceTask
-
-
Method Details
-
doRun
public Entity doRun(Tuple2<Optional<String>, RebindValue[]> params, CommandContext commandContext) throws Exception- Specified by:
doRun
in interfaceOptionalTask<Tuple2<Optional<String>,
RebindValue[]>, Entity> - Throws:
Exception
-