Class CreatePreviewTask
java.lang.Object
ch.tocco.nice2.optional.correspondence.impl.action.tasks.CreatePreviewTask
- All Implemented Interfaces:
OptionalTask<Tuple3<OutputJobBuilder,,CorrespondenceActionService.PreviewMode, String>, org.directwebremoting.io.FileTransfer> PersistTask<Tuple3<OutputJobBuilder,CorrespondenceActionService.PreviewMode, String>, org.directwebremoting.io.FileTransfer>
public class CreatePreviewTask
extends Object
implements OptionalTask<Tuple3<OutputJobBuilder,CorrespondenceActionService.PreviewMode,String>,org.directwebremoting.io.FileTransfer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.directwebremoting.io.FileTransferdoRun(Tuple3<OutputJobBuilder, CorrespondenceActionService.PreviewMode, String> params, CommandContext commandContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.persist.core.api.exec.OptionalTask
runMethods 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
-
CreatePreviewTask
-
-
Method Details
-
doRun
public org.directwebremoting.io.FileTransfer doRun(Tuple3<OutputJobBuilder, CorrespondenceActionService.PreviewMode, throws ExceptionString> params, CommandContext commandContext) - Specified by:
doRunin interfaceOptionalTask<Tuple3<OutputJobBuilder,CorrespondenceActionService.PreviewMode, String>, org.directwebremoting.io.FileTransfer> - Throws:
Exception
-