com.infoteria.asteria.flowlibrary2.mapper
Class MapperComponent
java.lang.Object
|
+--com.infoteria.asteria.flowengine2.flow.Component
|
+--com.infoteria.asteria.flowlibrary2.component.SimpleComponent
|
+--com.infoteria.asteria.flowlibrary2.mapper.MapperComponent
- All Implemented Interfaces:
- java.lang.Cloneable, MappingEntity
- public class MapperComponent
- extends SimpleComponent
- implements MappingEntity
Mapperコンポーネントです。
Functionクラスの一部のメソッドで引数として渡されますが、ユーザが直接操作することはありません。
| Methods inherited from class com.infoteria.asteria.flowengine2.flow.Component |
cancel, checkLicense, clone, commit, endFlow, endLoop, execute, executeLoop, getCompiler, getComponentEntrance, getComponentExit, getComponentLibPath, getComponentName, getConfPath, getDataPath, getExecuteCount, getFlowlibPath, getFullName, getIgnoreThroughStream, getLicensePath, getMessage, getMessage, getMessage, getMessage, getMessageResource, getName, getProperty, getProperty, getPropertyCount, getResourceAsFile, getResourceAsStream, getState, getStateArray, hasProperty, init, internalInit, isBreakPoint, pluginCall, preClone, registPriperty, registProperty, registProperty, release, releaseComponentExit, resetMacro, rollback, setExceptionParam, term |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_outputList
protected java.util.List _outputList
_recordIndex
protected int _recordIndex
loopPossibility
public boolean loopPossibility()
- Description copied from class:
Component
- このコンポーネントがループを生成する可能性がある場合は trueを返すようにオーバーライドします。
デフォルトではfalseを返します。
- Overrides:
loopPossibility in class Component
getSecondMappingList
protected java.util.List getSecondMappingList()
getMapperVariables
public VariableList getMapperVariables()
getRecordIndex
public int getRecordIndex()
resetIndex
protected void resetIndex()
getFunctions
public java.util.Iterator getFunctions()
getInputs
public java.util.Iterator getInputs()
getOutputs
public java.util.Iterator getOutputs()