Uses of Class
org.frankframework.parameters.ParameterList
Package
Description
-
Uses of ParameterList in org.frankframework.core
-
Uses of ParameterList in org.frankframework.errormessageformatters
-
Uses of ParameterList in org.frankframework.http
-
Uses of ParameterList in org.frankframework.jdbc
Modifier and TypeMethodDescriptionAbstractJdbcSender.getParameterList()
MessageStoreSender.getParameterList()
QueryExecutionContext.getParameterList()
Modifier 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) ModifierConstructorDescriptionQueryExecutionContext
(String query, String resultQuery, AbstractJdbcQuerySender.QueryType queryType, ParameterList parameterList, Connection connection, PreparedStatement statement, PreparedStatement resultQueryStatement) -
Uses of ParameterList in org.frankframework.jms
Modifier and TypeMethodDescriptionAbstractJmsListener.getParameterList()
return the ParametersJmsSender.getParameterList()
-
Uses of ParameterList in org.frankframework.ldap
-
Uses of ParameterList in org.frankframework.parameters
Modifier and TypeMethodDescriptionstatic ParameterValueList
ParameterValueList.get
(ParameterList params, Message message, PipeLineSession session) -
Uses of ParameterList in org.frankframework.pipes
Modifier and TypeMethodDescriptionAbstractPipe.getParameterList()
return the ParametersXsltPipe.getParameterList()
-
Uses of ParameterList in org.frankframework.senders
Modifier and TypeMethodDescriptionAbstractSenderWithParameters.getParameterList()
return the Parameters -
Uses of ParameterList in org.frankframework.util
Modifier and TypeMethodDescriptionstatic void
JdbcUtil.applyParameters
(IDbmsSupport dbmsSupport, PreparedStatement statement, ParameterList parameters, Message message, PipeLineSession session) static TransformerPool
TransformerPool.configureTransformer
(IConfigurationAware scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPool
TransformerPool.configureTransformer
(IConfigurationAware scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, boolean mandatory) static TransformerPool
TransformerPool.configureTransformer0
(IConfigurationAware 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
(Function<String, 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)