Uses of Class
org.frankframework.parameters.ParameterList
Packages that use ParameterList
Package
Description
-
Uses of ParameterList in org.frankframework.batch
Fields in org.frankframework.batch declared as ParameterListModifier and TypeFieldDescriptionprotected ParameterListAbstractRecordHandler.paramListDeprecated.protected ParameterListAbstractResultHandler.paramListMethods in org.frankframework.batch that return ParameterListModifier and TypeMethodDescriptionAbstractRecordHandler.getParameterList()Deprecated.AbstractResultHandler.getParameterList() -
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 ParameterListModifier and TypeMethodDescriptionDataSonnetErrorMessageFormatter.getParameterList()XslErrorMessageFormatter.getParameterList() -
Uses of ParameterList in org.frankframework.extensions.mqtt
Fields in org.frankframework.extensions.mqtt declared as ParameterListMethods in org.frankframework.extensions.mqtt that return ParameterList -
Uses of ParameterList in org.frankframework.extensions.sap.jco3
Fields in org.frankframework.extensions.sap.jco3 declared as ParameterListMethods in org.frankframework.extensions.sap.jco3 that return ParameterList -
Uses of ParameterList in org.frankframework.filesystem
Methods in org.frankframework.filesystem with parameters of type ParameterListModifier and TypeMethodDescriptionprotected voidFileSystemActor.actionRequiresAtLeastOneOfTwoParametersOrAttribute(HasName owner, ParameterList parameterList, FileSystemActor.FileSystemAction configuredAction, FileSystemActor.FileSystemAction action, String parameter1, String parameter2, String attributeName, String attributeValue) voidFileSystemActor.configure(S fileSystem, ParameterList parameterList, FrankElement owner) default booleanISupportsCustomFileAttributes.hasCustomFileAttributes(ParameterList pvl) Method to be used in configure. -
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()Methods in org.frankframework.jdbc with parameters of type ParameterListModifier and TypeMethodDescriptionprotected StringAbstractJdbcQuerySender.adjustQueryAndParameterListForNamedParameters(ParameterList parameterList, String query) protected MessageAbstractJdbcQuerySender.executeOtherQuery(Connection connection, PreparedStatement statement, String query, String resultQuery, PreparedStatement resStmt, Message message, PipeLineSession session, ParameterList parameterList) protected MessageStoredProcedureQuerySender.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.json
Methods in org.frankframework.json with parameters of type ParameterListModifier and TypeMethodDescriptionstatic JsonMapperJsonUtil.buildJsonMapper(IScopeProvider scopeProvider, String stylesheetName, DataSonnetOutputType outputType, boolean computeMimeType, ParameterList parameters) -
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 ParameterValueListParameterValueList.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()Returns the parameters.XsltPipe.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 voidJdbcUtil.applyParameters(IDbmsSupport dbmsSupport, PreparedStatement statement, ParameterList parameters, Message message, PipeLineSession session) static TransformerPoolTransformerPool.configureTransformer(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPoolTransformerPool.configureTransformer(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, boolean mandatory) static TransformerPoolTransformerPool.configureTransformer0(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, int xsltVersion) static StringXmlUtils.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 StringXmlUtils.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 StringFileUtils.getFilename(ParameterList definedParameters, PipeLineSession session, File originalFile, String filenamePattern) static TransformerPoolTransformerPool.getXPathTransformerPool(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPoolTransformerPool.getXPathTransformerPool(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, int xsltVersion)