|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JavaTaskIterator
When your customized JavaTask implements this interface, it makes loop on the hasNext(DataCollection) method.
While the invocation of the method hasNext(DataCollection) returns true,
the JavaTask.execute(DataCollection) is invoked with the same data collection.
Note
You cannot extend your customized Java task with both this JavaTaskIterator interface and the JavaTaskInitializable interface.
JavaTask,
DataCollection| Method Summary | |
|---|---|
boolean |
hasNext(DataCollection collection)
Returns true to invoke the JavaTask.execute(DataCollection) and false otherwise. |
| Method Detail |
|---|
boolean hasNext(DataCollection collection)
throws ExecException
true to invoke the JavaTask.execute(DataCollection) and false otherwise.
collection - The data collection that contains the parameters passed to the JavaTask.execute(DataCollection)
true to invoke the JavaTask.execute(DataCollection) and false otherwise.
ExecException - is thrown when your conditions of end are not correct
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||