Package org.frankframework.batch
Class FieldPositionRecordHandlerManager
java.lang.Object
org.frankframework.batch.RecordHandlerManager
org.frankframework.batch.FieldPositionRecordHandlerManager
- All Implemented Interfaces:
IRecordHandlerManager,HasName,NameAware
Deprecated.
Warning: non-maintained functionality.
Manager that decides the handlers based on the content of a field in the specified
position in a record. The fields in the record are separated by a separator.
The value of the specified field is taken as key in the flow-table.
- Author:
- John Dekker
-
Field Summary
Fields inherited from class org.frankframework.batch.RecordHandlerManager
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRecordHandler(PipeLineSession session, String record) Deprecated.voidsetFieldNr(int i) Deprecated.position of field that identifies the recordtype (position of first field is 1)voidsetSeparator(String string) Deprecated.separator that separates the fields in the recordMethods inherited from class org.frankframework.batch.RecordHandlerManager
addHandler, configure, getFirstPartOfNextRecord, getFlowMap, getFullRecord, getRecordFactoryUsingFilename, getRecordHandlerByKey, setInitial, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.frankframework.batch.IRecordHandlerManager
isInitial
-
Constructor Details
-
FieldPositionRecordHandlerManager
public FieldPositionRecordHandlerManager()Deprecated.
-
-
Method Details
-
getRecordHandler
Deprecated.- Specified by:
getRecordHandlerin interfaceIRecordHandlerManager- Overrides:
getRecordHandlerin classRecordHandlerManager- Returns:
- the RecordHandlingFlow element to be used to handle the record
- Throws:
Exception
-
setFieldNr
public void setFieldNr(int i) Deprecated.position of field that identifies the recordtype (position of first field is 1) -
setSeparator
Deprecated.separator that separates the fields in the record
-