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 TypeMethodDescriptionvoid
AbstractRecordHandler.addParameter
(IParameter p) Deprecated.void
AbstractResultHandler.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 IParameter -
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 TypeMethodDescriptionvoid
AbstractJdbcSender.addParameter
(IParameter p) void
BatchTransformerPipeBase.addParameter
(IParameter p) Deprecated.void
JdbcIteratingPipeBase.addParameter
(IParameter p) void
MessageStoreSender.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 TypeMethodDescriptionvoid
AbstractJmsListener.addParameter
(IParameter p) void
JmsSender.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 TypeClassDescriptionclass
Generic parameter definition.class
class
class
class
Placeholder class to allow legacy configuration notations<param type='number' />
in the new Frank!class
Methods 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 TypeMethodDescriptionboolean
ParameterList.add
(IParameter param) void
AbstractParameter.addParameter
(IParameter p) ParameterList.getValue
(ParameterValueList alreadyResolvedParameters, IParameter p, Message message, PipeLineSession session, boolean namespaceAware) boolean
ParameterList.remove
(IParameter param) void
ParameterValue.setDefinition
(IParameter IParameterDef) Method parameters in org.frankframework.parameters with type arguments of type IParameterModifier and TypeMethodDescriptionvoid
ParameterList.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 TypeMethodDescriptionvoid
AbstractPipe.addParameter
(IParameter param) Adds a parameter to the list of parameters.void
XsltPipe.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) void
DB2XMLWriter.getXML
(IDbmsSupport dbmsSupport, CallableStatement callableStatement, boolean alsoGetResultSets, Map<Integer, IParameter> outputParameters, int maxRows, boolean includeFieldDefinition, ContentHandler handler, boolean prettyPrint)