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 @NonNull ParameterListAbstractRecordHandler.paramListDeprecated.protected @NonNull ParameterListAbstractResultHandler.paramListMethods in org.frankframework.batch that return ParameterListModifier and TypeMethodDescription@NonNull ParameterListAbstractRecordHandler.getParameterList()Deprecated.@NonNull ParameterListAbstractResultHandler.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 ParameterListModifier and TypeFieldDescriptionprotected @NonNull ParameterListXslErrorMessageFormatter.paramListMethods in org.frankframework.errormessageformatters that return ParameterListModifier and TypeMethodDescriptionDataSonnetErrorMessageFormatter.getParameterList()@NonNull ParameterListXslErrorMessageFormatter.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(@NonNull HasName owner, @NonNull ParameterList parameterList, FileSystemActor.FileSystemAction configuredAction, FileSystemActor.FileSystemAction action, String parameter1, String parameter2, String attributeName, String attributeValue) voidFileSystemActor.configure(@NonNull S fileSystem, @NonNull ParameterList parameterList, @NonNull FrankElement owner) default booleanISupportsCustomFileAttributes.hasCustomFileAttributes(@Nullable 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 ParameterListModifier and TypeMethodDescription@NonNull ParameterListAbstractHttpSender.getParameterList()return the Parameters -
Uses of ParameterList in org.frankframework.jdbc
Fields in org.frankframework.jdbc declared as ParameterListMethods in org.frankframework.jdbc that return ParameterListModifier and TypeMethodDescription@NonNull ParameterListAbstractJdbcSender.getParameterList()@NonNull ParameterListMessageStoreSender.getParameterList()Methods in org.frankframework.jdbc with parameters of type ParameterListModifier and TypeMethodDescriptionprotected StringAbstractJdbcQuerySender.adjustQueryAndParameterListForNamedParameters(ParameterList parameterList, String query) protected MessageAbstractJdbcQuerySender.executeOtherQuery(@NonNull Connection connection, @NonNull PreparedStatement statement, @NonNull String query, @Nullable String resultQuery, @Nullable PreparedStatement resStmt, @Nullable Message message, @Nullable PipeLineSession session, @Nullable ParameterList parameterList) protected MessageStoredProcedureQuerySender.executeOtherQuery(@NonNull Connection connection, @NonNull PreparedStatement statement, @NonNull String query, @Nullable String resultQuery, @Nullable PreparedStatement resStmt, @Nullable Message message, @Nullable PipeLineSession session, @Nullable 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 TypeMethodDescription@NonNull ParameterListAbstractJmsListener.getParameterList()return the Parameters@NonNull ParameterListJmsSender.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 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 TypeMethodDescription@NonNull ParameterListAbstractPipe.getParameterList()Returns the parameters.@NonNull ParameterListXsltPipe.getParameterList() -
Uses of ParameterList in org.frankframework.senders
Fields in org.frankframework.senders declared as ParameterListModifier and TypeFieldDescriptionprotected @NonNull ParameterListAbstractSenderWithParameters.paramListMethods in org.frankframework.senders that return ParameterListModifier and TypeMethodDescription@NonNull ParameterListAbstractSenderWithParameters.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 @Nullable TransformerPoolTransformerPool.configureTransformer(@Nullable FrankElement scopeProvider, @Nullable String namespaceDefs, @Nullable String xPathExpression, @Nullable String styleSheetName, @NonNull TransformerPool.OutputType outputType, boolean includeXmlDeclaration, @Nullable ParameterList params, boolean mandatory) static @NonNull TransformerPoolTransformerPool.configureTransformer(@Nullable FrankElement scopeProvider, @Nullable String namespaceDefs, @Nullable String xPathExpression, @Nullable String styleSheetName, @Nullable TransformerPool.OutputType outputType, boolean includeXmlDeclaration, @Nullable ParameterList params) static @NonNull TransformerPoolTransformerPool.configureTransformer0(@Nullable FrankElement scopeProvider, @Nullable String namespaceDefs, @Nullable String xPathExpression, @Nullable String styleSheetName, @NonNull TransformerPool.OutputType outputType, boolean includeXmlDeclaration, @Nullable ParameterList params, int xsltVersion) static @NonNull StringXmlUtils.createXPathEvaluatorSource(@Nullable String namespaceDefs, @NonNull String xPathExpression, @NonNull TransformerPool.OutputType outputMethod, boolean includeXmlDeclaration, @Nullable 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 @NonNull StringXmlUtils.createXPathEvaluatorSource(@NonNull UnaryOperator<String> xpathContainerSupplier, @NonNull String xPathExpression, @NonNull TransformerPool.OutputType outputMethod, boolean includeXmlDeclaration, @Nullable 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 @NonNull TransformerPoolTransformerPool.getXPathTransformerPool(@Nullable String namespaceDefs, @NonNull String xPathExpression, @NonNull TransformerPool.OutputType outputType, boolean includeXmlDeclaration, @Nullable ParameterList params) static @NonNull TransformerPoolTransformerPool.getXPathTransformerPool(@Nullable String namespaceDefs, @NonNull String xPathExpression, @NonNull TransformerPool.OutputType outputType, boolean includeXmlDeclaration, @Nullable ParameterList params, int xsltVersion)