SMILA 1.0 API documentation

Package org.eclipse.smila.processing.pipelets

Class Summary
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.
FileReaderPipelet This pipelet reads in a file described by a path attribute and sets the content as an attachment.
FilterPipelet Pipelet to filter records according to some expression.
HtmlToTextPipelet Simple HTML-to-Text extractor pipelet using NekoHTML parser.
MimeTypeIdentifyPipelet The simple MIME type identifier is able to detect MIME types based on a static extension mapping.
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.
SubAttributeExtractorPipelet Extracts Literal values from an attribute that has a nested MObject.
 

Enum Summary
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.
 


SMILA 1.0 API documentation