public class PipeletWrapper
extends java.lang.Object
Constructor and Description |
---|
PipeletWrapper(Pipelet pipelet,
BlackboardFactory blackboardFactory,
Scriptable baseScope)
Creates the wrapper.
|
Modifier and Type | Method and Description |
---|---|
RecordWrapper[] |
process(java.lang.Object input)
Process the input object with the wrapped pipelet.
|
public PipeletWrapper(Pipelet pipelet, BlackboardFactory blackboardFactory, Scriptable baseScope)
public RecordWrapper[] process(java.lang.Object input) throws ScriptingEngineException
input
- input object, representing one or more records.RecordWrapper
.ScriptingEngineException
- error during record processing.