|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.processing.pipelets.ATransformationPipelet
org.eclipse.smila.processing.pipelets.CopyPipelet
public class CopyPipelet
Simple pipelet that copies a String value between attributes and or attachments. It supports two modes:
| Field Summary |
|---|
| Fields inherited from class org.eclipse.smila.processing.pipelets.ATransformationPipelet |
|---|
_config, ENCODING_ATTACHMENT, PROP_INPUT_NAME, PROP_INPUT_TYPE, PROP_OUTPUT_NAME, PROP_OUTPUT_TYPE |
| Constructor Summary | |
|---|---|
CopyPipelet()
|
|
| Method Summary | |
|---|---|
protected org.eclipse.smila.processing.pipelets.CopyPipelet.Mode |
getMode(ParameterAccessor paramAccessor)
|
java.lang.String[] |
process(Blackboard blackboard,
java.lang.String[] recordIds)
process records on Blackboard service. |
| Methods inherited from class org.eclipse.smila.processing.pipelets.ATransformationPipelet |
|---|
configure, getInputName, getInputType, getOutputName, getOutputType, isReadFromAttribute, isStoreInAttribute, readInput, readStringInput, storeResult, storeResult, storeResults |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CopyPipelet()
| Method Detail |
|---|
protected org.eclipse.smila.processing.pipelets.CopyPipelet.Mode getMode(ParameterAccessor paramAccessor)
throws MissingParameterException
MissingParameterException
public java.lang.String[] process(Blackboard blackboard,
java.lang.String[] recordIds)
throws ProcessingException
blackboard - Blackboard service managing the records.recordIds - Ids of records to process.
ProcessingException - error during processing.
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||