Class SaveDocumentPersistTask
java.lang.Object
ch.tocco.nice2.outputcenter.impl.persisttask.SaveDocumentPersistTask
- All Implemented Interfaces:
PersistTask<Void,Void>
-
Constructor Summary
ConstructorsConstructorDescriptionSaveDocumentPersistTask(Entity entity, String fieldName, OutputCenterInputSupplier documentSupplier, BinaryFactory binaryFactory, @Nullable String fileName) -
Method Summary
Modifier and TypeMethodDescription@Nullable Voidrun(Optional<Void> a, 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.PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
SaveDocumentPersistTask
public SaveDocumentPersistTask(Entity entity, String fieldName, OutputCenterInputSupplier documentSupplier, BinaryFactory binaryFactory, @Nullable @Nullable String fileName)
-
-
Method Details
-
run
- Specified by:
runin interfacePersistTask<Void,Void>
-