| Class | Description |
|---|---|
| AddValuesPipelet |
Add values to an attribute.
|
| ATransformationPipelet |
Abstract base class for transformation pipelets.
|
| CommitRecordsPipelet |
Pipelet that commits all records on the blackboard.
|
| CopyPipelet |
Simple pipelet that copies a String value between attributes and or attachments.
|
| ExecPipelet |
Executes a program using
Runtime.exec(String). |
| FileReaderPipelet |
This pipelet reads in a file described by a path attribute and sets the content as an attachment.
|
| FileWriterPipelet |
This pipelet writes an attachment into a file described by a path attribute.
|
| FilterPipelet |
Pipelet to filter records according to some expression.
|
| HtmlToTextPipelet |
Simple HTML-to-Text extractor pipelet using NekoHTML parser.
|
| JSONReaderPipelet |
Reads an
Any object from JSON. |
| JSONWriterPipelet |
Writes an
Any object to JSON. |
| MimeTypeIdentifyPipelet |
The simple MIME type identifier is able to detect MIME types based on a static extension mapping.
|
| PushRecordsPipelet |
A pipelet that pushs records to a job.
|
| RemoveAttributePipelet |
Simple pipelet to remove an attribute.
|
| ReplacePipelet |
Applies one or more patterns to the literal value in an attribute and substitutes the found occurrences by the
configured replacements.
|
| ScriptPipelet |
Executes a JavaScript on the meta data of every record.
|
| ScriptPipelet.ResultIDs |
An enhanced result collector that is able to drop the current record.
|
| SetValuePipelet |
Sets an attribute value for every record.
|
| SubAttributeExtractorPipelet |
Extracts Literal values from an attribute that has a nested MObject.
|
| Enum | Description |
|---|---|
| ReplacePipelet.Type |
The type of the replacement.
|
| SourceType |
The SourceType is a utility to allow a Pipelet to select if a value is to be read from a record Attribute or
Attachment.
|