Uses of Interface
org.frankframework.parameters.IParameter
Packages that use IParameter
Package
Description
-
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.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
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.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 TypeMethodDescriptionClass<? extends IParameter>
ParameterType.getTypeClass()
ParameterList.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) Add a parameter to the list of parametersvoid
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)