Class SaveDocumentPersistTask
java.lang.Object
ch.tocco.nice2.outputcenter.impl.persisttask.SaveDocumentPersistTask
- All Implemented Interfaces:
PersistTask<Void,
Void>
-
Constructor Summary
ConstructorDescriptionSaveDocumentPersistTask
(Entity entity, String fieldName, OutputCenterInputSupplier documentSupplier, BinaryFactory binaryFactory, @Nullable String fileName) -
Method Summary
Modifier and TypeMethodDescription@Nullable Void
run
(Optional<Void> a, 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.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:
run
in interfacePersistTask<Void,
Void>
-