Uses of Class
org.frankframework.batch.RecordHandlingFlow
Packages that use RecordHandlingFlow
-
Uses of RecordHandlingFlow in org.frankframework.batch
Methods in org.frankframework.batch that return RecordHandlingFlowModifier and TypeMethodDescriptionFieldPositionRecordHandlerManager.getRecordHandler(PipeLineSession session, String record) Deprecated.FixedPositionRecordHandlerManager.getRecordHandler(PipeLineSession session, String record) Deprecated.IRecordHandlerManager.getRecordHandler(PipeLineSession session, String record) RecordHandlerManager.getRecordHandler(PipeLineSession session, String record) Deprecated.RecordHandlerManager.getRecordHandlerByKey(String recordKey) Deprecated.Determines the recordhandler to use, based on key.Methods in org.frankframework.batch that return types with arguments of type RecordHandlingFlowModifier and TypeMethodDescriptionprotected Map<String, RecordHandlingFlow> RecordHandlerManager.getFlowMap()Deprecated.Methods in org.frankframework.batch with parameters of type RecordHandlingFlowModifier and TypeMethodDescriptionvoidStreamTransformerPipe.addChild(RecordHandlingFlow flowEl) Deprecated.please use manager.addFlow()voidIRecordHandlerManager.addHandler(RecordHandlingFlow flow) Flow to be added to the managed flow elementsvoidRecordHandlerManager.addHandler(RecordHandlingFlow handlers) Deprecated.Element that contains the handlers for a specific record type, to be assigned to the managerFixedPositionRecordHandlerManager.getFullRecord(BufferedReader reader, RecordHandlingFlow flow, String firstPart) Deprecated.IRecordHandlerManager.getFullRecord(BufferedReader reader, RecordHandlingFlow flow, String firstPart) RecordHandlerManager.getFullRecord(BufferedReader reader, RecordHandlingFlow flow, String firstPart) Deprecated.