|
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.util.ResultCollector
org.eclipse.smila.processing.pipelets.ScriptPipelet.ResultIDs
public static final class ScriptPipelet.ResultIDs
An enhanced result collector that is able to drop the current record.
| Constructor Summary | |
|---|---|
ScriptPipelet.ResultIDs(ParameterAccessor paramAccessor,
Log log,
boolean dropRecordOnError)
Creates a new instance of ResultIDs. |
|
| Method Summary | |
|---|---|
void |
excludeCurrentRecord()
Call to remove the current record id from the list of result ids. |
| Methods inherited from class org.eclipse.smila.processing.util.ResultCollector |
|---|
addFailedResult, addResult, getResultIds |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptPipelet.ResultIDs(ParameterAccessor paramAccessor,
Log log,
boolean dropRecordOnError)
paramAccessor - accessor of the hosting config, needed to access failOnError parameterlog - the log for which to log the error resultsdropRecordOnError - indicates to drop records if the fail| Method Detail |
|---|
public void excludeCurrentRecord()
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||