| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JOB_NAME_PROPERTY
Name of the property that contains the name of the target job.
|
| Constructor and Description |
|---|
PushRecordsPipelet() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(AnyMap config)
Initializes parameters.
|
java.lang.String[] |
process(Blackboard blackboard,
java.lang.String[] recordIds)
process given records.
|
void |
setBulkbuilderService(BulkbuilderService bulkBuilder)
Sets the BulkbuilderService for testing purposes.
|
public static final java.lang.String JOB_NAME_PROPERTY
public void configure(AnyMap config) throws ProcessingException
configure in interface Pipeletconfig - configuration of pipelet.ProcessingException - configuration is not applicable for pipelet (missing properties, wrong datatypes)Pipelet.configure(AnyMap)public java.lang.String[] process(Blackboard blackboard, java.lang.String[] recordIds) throws ProcessingException
Pipeletprocess in interface Pipeletblackboard - Blackboard holding and managing the records.recordIds - Ids of records to process.ProcessingException - error during processing.Pipelet.process(Blackboard, String[])public void setBulkbuilderService(BulkbuilderService bulkBuilder)
bulkBuilder - The new BulkbuilderService to set.