Class RowImportTask
java.lang.Object
ch.tocco.nice2.persist.core.api.exec.AbstractPartitionedPersistTask<org.apache.poi.ss.usermodel.Row,ImporterMessage,Entity>
ch.tocco.nice2.optional.qualification.impl.importer.RowImportTask
- All Implemented Interfaces:
PersistTask<Iterable<org.apache.poi.ss.usermodel.Row>,
Iterable<ImporterMessage>>
public class RowImportTask
extends AbstractPartitionedPersistTask<org.apache.poi.ss.usermodel.Row,ImporterMessage,Entity>
-
Constructor Summary
ConstructorDescriptionRowImportTask
(TextResources textResources, Context context, QualificationService qualificationService, PrimaryKey inputKey, QueryBuilderFactory queryBuilderFactory, QualificationBeanFactory beanFactory) -
Method Summary
Modifier and TypeMethodDescriptionCreate a function that creates an instance of Z.@Nullable Iterable
<ImporterMessage> run
(Optional<Iterable<org.apache.poi.ss.usermodel.Row>> rows, CommandContext commandContext) Methods inherited from class ch.tocco.nice2.persist.core.api.exec.AbstractPartitionedPersistTask
getTaskData, partition, partition, partition
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
-
RowImportTask
public RowImportTask(TextResources textResources, Context context, QualificationService qualificationService, PrimaryKey inputKey, QueryBuilderFactory queryBuilderFactory, QualificationBeanFactory beanFactory)
-
-
Method Details
-
createTaskData
Description copied from class:AbstractPartitionedPersistTask
Create a function that creates an instance of Z. This function is called once for each context and should be used to load entities (or otherContext
related objects) which are used in every iteration.- Specified by:
createTaskData
in classAbstractPartitionedPersistTask<org.apache.poi.ss.usermodel.Row,
ImporterMessage, Entity>
-
run
@Nullable public @Nullable Iterable<ImporterMessage> run(Optional<Iterable<org.apache.poi.ss.usermodel.Row>> rows, CommandContext commandContext) throws Exception - Throws:
Exception
-