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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface OptionalTask
runMethods inherited from interface 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, String> params, CommandContext commandContext) throws Exception - Specified by:
doRunin interfaceOptionalTask<Tuple3<OutputJobBuilder, CorrespondenceActionService.PreviewMode, String>, org.directwebremoting.io.FileTransfer>- Throws:
Exception
-