public class LoopStartElement extends AbstractLoopStartElement<LoopStartElementMetadata>
LOOP_INDEX_NAME, LOOP_ITEM_NAME
context
コンストラクタと説明 |
---|
LoopStartElement(ElementContext context)
LoopStartElement を生成します。 |
修飾子とタイプ | メソッドと説明 |
---|---|
protected jp.co.intra_mart.system.logic.flow.LoopItem |
createLoopItem(LogicSession session,
long index)
ループ情報を生成します。
|
Integer |
getLoopCount() |
String |
getLoopItem() |
void |
setLoopCount(Integer loopCount) |
void |
setLoopItem(String loopItem) |
checkCondition, checkEndFlag, clearEndFlag, clearVariables, close, createLoopController, execute, executeEndEventHandle, executeMappingErrorEventHandle, executeStartEventHandle, getClearVariables, getCondition, getEndPoint, getLoopEndExecuteId, getMappingData, setClearVariables, setCondition, setEndPoint
getAlias, getExecuteId, setAlias
public LoopStartElement(ElementContext context)
LoopStartElement
を生成します。context
- コンテキストprotected jp.co.intra_mart.system.logic.flow.LoopItem createLoopItem(LogicSession session, long index) throws FlowExecutionException
AbstractLoopStartElement
createLoopItem
クラス内 AbstractLoopStartElement<LoopStartElementMetadata>
session
- セッションindex
- ループ回数FlowExecutionException
- ループ情報の生成に失敗した場合にスローされます。public void setLoopCount(Integer loopCount)
public Integer getLoopCount()
public void setLoopItem(String loopItem)
public String getLoopItem()
Copyright © 2012 NTT DATA INTRAMART CORPORATION