Class | Description |
---|---|
AddValuesPipelet |
Add values to an attribute.
|
ATransformationPipelet |
Abstract base class for transformation pipelets.
|
CodecPipelet |
Decodes/encodes encoded attributes into or from attachments.
|
CommitRecordsPipelet |
Pipelet that commits all records on the blackboard.
|
CopyPipelet |
Simple pipelet that copies a String value between attributes and or attachments.
|
DocumentSplitterPipelet |
Pipelet to split input record(s) with (multiple) parts in separate records.
|
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.
|
HtmlToTextPipelet.CommentRemover |
removes comments from HTML files.
|
JSONReaderPipelet |
Reads an
Any object from JSON. |
JSONWriterPipelet |
Writes an
Any object to JSON. |
LanguageIdentifyPipelet |
Language Identify Pipelet.
|
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.
|
StoreWriterPipelet |
Pipelet that writes record(s) to the given store by using the given object id.
|
SubAttributeExtractorPipelet |
Extracts simple values (string, number, etc.) from a structured record metadata object, i.e. the object has an
attribute that contains a map which can contain further map objects in its attributes.
|
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.
|