Uses of Interface
org.frankframework.parameters.IParameter
Packages that use IParameter
Package
Description
-
Uses of IParameter in org.frankframework.batch
Methods in org.frankframework.batch with parameters of type IParameterModifier and TypeMethodDescriptionvoidAbstractRecordHandler.addParameter(IParameter p) Deprecated.voidAbstractResultHandler.addParameter(IParameter p) -
Uses of IParameter in org.frankframework.core
Methods in org.frankframework.core with parameters of type IParameter -
Uses of IParameter in org.frankframework.errormessageformatters
Methods in org.frankframework.errormessageformatters with parameters of type IParameterModifier and TypeMethodDescriptionvoidDataSonnetErrorMessageFormatter.addParameter(IParameter p) voidXslErrorMessageFormatter.addParameter(IParameter p) -
Uses of IParameter in org.frankframework.extensions.mqtt
Methods in org.frankframework.extensions.mqtt with parameters of type IParameter -
Uses of IParameter in org.frankframework.extensions.sap.jco3
Methods in org.frankframework.extensions.sap.jco3 with parameters of type IParameter -
Uses of IParameter in org.frankframework.http
Fields in org.frankframework.http declared as IParameterMethods in org.frankframework.http with parameters of type IParameter -
Uses of IParameter in org.frankframework.jdbc
Methods in org.frankframework.jdbc with parameters of type IParameterModifier and TypeMethodDescriptionvoidAbstractJdbcSender.addParameter(IParameter p) voidBatchTransformerPipeBase.addParameter(IParameter p) Deprecated.voidJdbcIteratingPipeBase.addParameter(IParameter p) voidMessageStoreSender.addParameter(IParameter p) Constructor parameters in org.frankframework.jdbc with type arguments of type IParameterModifierConstructorDescriptionStoredProcedureResultWrapper(IDbmsSupport dbmsSupport, CallableStatement delegate, ParameterMetaData parameterMetaData, Map<Integer, IParameter> parameterPositions) Class that wraps a CallableStatement to present its output-parameters as if they were aResultSet. -
Uses of IParameter in org.frankframework.jms
Methods in org.frankframework.jms with parameters of type IParameterModifier and TypeMethodDescriptionvoidAbstractJmsListener.addParameter(IParameter p) voidJmsSender.addParameter(IParameter p) -
Uses of IParameter in org.frankframework.ladybug
Methods in org.frankframework.ladybug with parameters of type IParameterModifier and TypeMethodDescriptionLadybugReportGenerator.parameterResolvedTo(IParameter parameter, String correlationId, Object value) -
Uses of IParameter in org.frankframework.larva.actions
Methods in org.frankframework.larva.actions that return types with arguments of type IParameterModifier and TypeMethodDescriptionstatic Map<String, IParameter> LarvaActionUtils.createParametersMapFromParamProperties(Properties properties, PipeLineSession session) Create a Map for a specific property based on other properties that are the same except for a .param1.name, .param1.value or .param1.valuefile suffix. -
Uses of IParameter in org.frankframework.ldap
Methods in org.frankframework.ldap with parameters of type IParameter -
Uses of IParameter in org.frankframework.parameters
Classes in org.frankframework.parameters that implement IParameterModifier and TypeClassDescriptionclassGeneric parameter definition.classParameter that resolves it's value to eithertrueorfalse.classclassA parameter which represents its value as aMessagewith mimetype application/json.classclassPlaceholder class to allow legacy configuration notations<param type='number' />in the new Frank!classMethods in org.frankframework.parameters that return IParameterModifier and TypeMethodDescriptionParameterList.findParameter(String name) ParameterValue.getDefinition()Returns the description of the IParameterParameterList.getParameter(int i) Methods in org.frankframework.parameters that return types with arguments of type IParameterModifier and TypeMethodDescriptionParameterList.iterator()ParameterList.spliterator()ParameterList.stream()Methods in org.frankframework.parameters with parameters of type IParameterModifier and TypeMethodDescriptionbooleanParameterList.add(IParameter param) voidAbstractParameter.addParameter(IParameter p) ParameterList.getValue(ParameterValueList alreadyResolvedParameters, IParameter p, Message message, PipeLineSession session, boolean namespaceAware) booleanParameterList.remove(IParameter param) voidParameterValue.setDefinition(IParameter IParameterDef) Method parameters in org.frankframework.parameters with type arguments of type IParameterModifier and TypeMethodDescriptionvoidParameterList.forEach(Consumer<? super IParameter> action) Constructors in org.frankframework.parameters with parameters of type IParameter -
Uses of IParameter in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type IParameterModifier and TypeMethodDescriptionvoidAbstractPipe.addParameter(IParameter param) Adds a parameter to the list of parameters.voidXsltPipe.addParameter(IParameter rhs) -
Uses of IParameter in org.frankframework.senders
Methods in org.frankframework.senders with parameters of type IParameter -
Uses of IParameter in org.frankframework.util
Method parameters in org.frankframework.util with type arguments of type IParameterModifier and TypeMethodDescriptionDB2XMLWriter.getXML(IDbmsSupport dbmsSupport, CallableStatement callableStatement, boolean alsoGetResultSets, Map<Integer, IParameter> outputParameters, int maxRows, boolean includeFieldDefinition) voidDB2XMLWriter.getXML(IDbmsSupport dbmsSupport, CallableStatement callableStatement, boolean alsoGetResultSets, Map<Integer, IParameter> outputParameters, int maxRows, boolean includeFieldDefinition, ContentHandler handler, boolean prettyPrint)