Uses of Class
org.frankframework.parameters.ParameterList
Packages that use ParameterList
Package
Description
-
Uses of ParameterList in org.frankframework.core
Methods in org.frankframework.core that return ParameterList -
Uses of ParameterList in org.frankframework.errormessageformatters
Fields in org.frankframework.errormessageformatters declared as ParameterListMethods in org.frankframework.errormessageformatters that return ParameterList -
Uses of ParameterList in org.frankframework.http
Fields in org.frankframework.http declared as ParameterListMethods in org.frankframework.http that return ParameterList -
Uses of ParameterList in org.frankframework.jdbc
Fields in org.frankframework.jdbc declared as ParameterListMethods in org.frankframework.jdbc that return ParameterListModifier and TypeMethodDescriptionAbstractJdbcSender.getParameterList()
MessageStoreSender.getParameterList()
QueryExecutionContext.getParameterList()
Methods in org.frankframework.jdbc with parameters of type ParameterListModifier and TypeMethodDescriptionprotected String
AbstractJdbcQuerySender.adjustQueryAndParameterListForNamedParameters
(ParameterList parameterList, String query) protected Message
AbstractJdbcQuerySender.executeOtherQuery
(Connection connection, PreparedStatement statement, String query, String resultQuery, PreparedStatement resStmt, Message message, PipeLineSession session, ParameterList parameterList) protected Message
StoredProcedureQuerySender.executeOtherQuery
(Connection connection, PreparedStatement statement, String query, String resultQuery, PreparedStatement resStmt, Message message, PipeLineSession session, ParameterList parameterList) Constructors in org.frankframework.jdbc with parameters of type ParameterListModifierConstructorDescriptionQueryExecutionContext
(String query, String resultQuery, AbstractJdbcQuerySender.QueryType queryType, ParameterList parameterList, Connection connection, PreparedStatement statement, PreparedStatement resultQueryStatement) -
Uses of ParameterList in org.frankframework.jms
Fields in org.frankframework.jms declared as ParameterListMethods in org.frankframework.jms that return ParameterListModifier and TypeMethodDescriptionAbstractJmsListener.getParameterList()
return the ParametersJmsSender.getParameterList()
-
Uses of ParameterList in org.frankframework.ldap
Fields in org.frankframework.ldap declared as ParameterListMethods in org.frankframework.ldap that return ParameterList -
Uses of ParameterList in org.frankframework.parameters
Fields in org.frankframework.parameters declared as ParameterListMethods in org.frankframework.parameters that return ParameterListMethods in org.frankframework.parameters with parameters of type ParameterListModifier and TypeMethodDescriptionstatic ParameterValueList
ParameterValueList.get
(ParameterList params, Message message, PipeLineSession session) Constructors in org.frankframework.parameters with parameters of type ParameterList -
Uses of ParameterList in org.frankframework.pipes
Methods in org.frankframework.pipes that return ParameterListModifier and TypeMethodDescriptionAbstractPipe.getParameterList()
return the ParametersXsltPipe.getParameterList()
-
Uses of ParameterList in org.frankframework.senders
Fields in org.frankframework.senders declared as ParameterListMethods in org.frankframework.senders that return ParameterListModifier and TypeMethodDescriptionAbstractSenderWithParameters.getParameterList()
return the Parameters -
Uses of ParameterList in org.frankframework.util
Methods in org.frankframework.util with parameters of type ParameterListModifier and TypeMethodDescriptionstatic void
JdbcUtil.applyParameters
(IDbmsSupport dbmsSupport, PreparedStatement statement, ParameterList parameters, Message message, PipeLineSession session) static TransformerPool
TransformerPool.configureTransformer
(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPool
TransformerPool.configureTransformer
(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, boolean mandatory) static TransformerPool
TransformerPool.configureTransformer0
(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, int xsltVersion) static String
XmlUtils.createXPathEvaluatorSource
(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputMethod, boolean includeXmlDeclaration, ParameterList params, boolean stripSpace, boolean ignoreNamespaces, String separator, int xsltVersion) Create an XSLT stylesheet that can be used to evaluate the xpath expression passed in, in the given namespaces.static String
XmlUtils.createXPathEvaluatorSource
(UnaryOperator<String> xpathContainerSupplier, String xPathExpression, TransformerPool.OutputType outputMethod, boolean includeXmlDeclaration, ParameterList params, boolean stripSpace, boolean ignoreNamespaces, int xsltVersion) Create an XSLT stylesheet that can be used to evaluate the xpath expression passed in, in the given namespaces.static String
FileUtils.getFilename
(ParameterList definedParameters, PipeLineSession session, File originalFile, String filenamePattern) static TransformerPool
TransformerPool.getXPathTransformerPool
(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPool
TransformerPool.getXPathTransformerPool
(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, int xsltVersion)