|
SMILA 1.0 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.SetValuePipelet
public class SetValuePipelet
Sets an attribute value for every record.
Constructor Summary | |
---|---|
SetValuePipelet()
|
Method Summary | |
---|---|
void |
configure(AnyMap configuration)
Save the configuration for later processing. |
java.lang.String[] |
process(Blackboard blackboard,
java.lang.String[] recordIds)
Set the value for all pipelets. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetValuePipelet()
Method Detail |
---|
public void configure(AnyMap configuration) throws ProcessingException
configure
in interface Pipelet
configuration
- configuration of pipelet.
ProcessingException
- configuration is not applicable for pipelet (missing properties, wrong datatypes)public java.lang.String[] process(Blackboard blackboard, java.lang.String[] recordIds) throws ProcessingException
process
in interface Pipelet
blackboard
- Blackboard holding and managing the records.recordIds
- Ids of records to process.
ProcessingException
- error during processing.
|
SMILA 1.0 API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |