T
- 定義情報の型public class AbstractLoopEndElement<T extends Metadata> extends FlowElement<T> implements Controllable
context
修飾子 | コンストラクタと説明 |
---|---|
protected |
AbstractLoopEndElement(ElementContext context)
繰り返し終了要素を生成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
execute(LogicSession session)
処理を実行して次に実行する要素を取得します。
|
protected String |
getNextExecuteId(LogicSession session) |
String |
getStartPoint() |
void |
setStartPoint(String startPoint) |
getAlias, getExecuteId, setAlias
protected AbstractLoopEndElement(ElementContext context)
context
- コンストラクタpublic String execute(LogicSession session) throws FlowExecutionException
Controllable
execute
インタフェース内 Controllable
session
- セッションFlowExecutionException
- 要素の実行に失敗した場合にスローされます。protected String getNextExecuteId(LogicSession session) throws FlowExecutionException
public void setStartPoint(String startPoint)
public String getStartPoint()
Copyright © 2012 NTT DATA INTRAMART CORPORATION