Class SaveOutputJobTask
java.lang.Object
ch.tocco.nice2.optional.correspondence.impl.action.tasks.SaveOutputJobTask
- All Implemented Interfaces:
OptionalTask<OutputJobBuilder,
,Entity> PersistTask<OutputJobBuilder,
Entity>
@Deprecated
public class SaveOutputJobTask
extends Object
implements OptionalTask<OutputJobBuilder,Entity>
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoRun
(OutputJobBuilder outputJobBuilder, CommandContext commandContext) Deprecated.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
-
SaveOutputJobTask
Deprecated.
-
-
Method Details
-
doRun
public Entity doRun(OutputJobBuilder outputJobBuilder, CommandContext commandContext) throws Exception Deprecated.- Specified by:
doRun
in interfaceOptionalTask<OutputJobBuilder,
Entity> - Throws:
Exception
-