com.infoteria.asteria.flowlibrary2.mapper
クラス MapperComponent

java.lang.Object
  |
  +--com.infoteria.asteria.flowengine2.flow.Component
        |
        +--com.infoteria.asteria.flowlibrary2.component.SimpleComponent
              |
              +--com.infoteria.asteria.flowlibrary2.mapper.MapperComponent
すべての実装インタフェース:
Cloneable

public class MapperComponent
extends SimpleComponent

Mapperコンポーネントです。
Functionクラスの一部のメソッドで引数として渡されますが、ユーザが直接操作することはありません。


フィールドの概要
protected  List _outputList
           
protected  int _recordIndex
           
 
クラス com.infoteria.asteria.flowengine2.flow.Component から継承したフィールド
LOOP_CONTINUE, LOOP_END, LOOP_NOTHING, STATE_DEFAULT
 
メソッドの概要
protected  VariableList getInputStreamVariables()
           
 VariableList getMapperVariables()
           
protected  List getSecondMappingList()
           
protected  void resetIndex()
           
protected  void updateInputStreamVariables(StreamDataObject stream, VariableList streamVars)
           
 
クラス com.infoteria.asteria.flowlibrary2.component.SimpleComponent から継承したメソッド
getInputConnector, getOutputConnector, passStream, setOutputStream, setOutputStream
 
クラス com.infoteria.asteria.flowengine2.flow.Component から継承したメソッド
clone, commit, endFlow, execute, executeLoop, getCompiler, getComponentEntrance, getComponentExit, getComponentName, getExecuteCount, getFullName, getLicenseStr, getMessage, getMessage, getMessage, getMessage, getMessageResource, getName, getProperty, getProperty, getPropertyCount, getState, getStateArray, init, internalInit, isBreakPoint, loopPossibility, registProperty, release, releaseComponentExit, rollback, setExceptionParam, term
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

_outputList

protected List _outputList

_recordIndex

protected int _recordIndex
メソッドの詳細

getSecondMappingList

protected List getSecondMappingList()

getMapperVariables

public VariableList getMapperVariables()

getInputStreamVariables

protected VariableList getInputStreamVariables()

updateInputStreamVariables

protected void updateInputStreamVariables(StreamDataObject stream,
                                          VariableList streamVars)

resetIndex

protected void resetIndex()