Uses of Class
org.frankframework.parameters.ParameterValueList
Packages that use ParameterValueList
Package
Description
-
Uses of ParameterValueList in org.frankframework.collection
Methods in org.frankframework.collection that return ParameterValueListModifier and TypeMethodDescriptionprotected ParameterValueList
AbstractCollectorPipe.getParameterValueList
(Message input, PipeLineSession session) Methods in org.frankframework.collection with parameters of type ParameterValueListModifier and TypeMethodDescriptionvoid
Collection.add
(Message input, PipeLineSession session, ParameterValueList pvl) protected void
AbstractCollectorPipe.addPartToCollection
(Collection<C, P> collection, Message input, PipeLineSession session, ParameterValueList pvl) ICollector.createPart
(Message input, PipeLineSession session, ParameterValueList pvl) Add a single item to the collection -
Uses of ParameterValueList in org.frankframework.compression
Methods in org.frankframework.compression with parameters of type ParameterValueListModifier and TypeMethodDescriptionZipWriter.createPart
(Message input, PipeLineSession session, ParameterValueList pvl) -
Uses of ParameterValueList in org.frankframework.http
Methods in org.frankframework.http with parameters of type ParameterValueListModifier and TypeMethodDescriptionprotected boolean
AbstractHttpSender.appendParameters
(boolean parametersAppended, StringBuilder path, ParameterValueList parameters) protected org.apache.http.client.methods.HttpRequestBase
HttpSender.createRequestMethod
(URI uri, Message message, ParameterValueList parameters, PipeLineSession session) Returns HttpRequestBase, with (optional) RAW or as BINARY contentprotected abstract org.apache.http.client.methods.HttpRequestBase
AbstractHttpSender.getMethod
(URI uri, Message message, ParameterValueList parameters, PipeLineSession session) Custom implementation to create aHttpRequest
object.protected org.apache.http.client.methods.HttpRequestBase
HttpSender.getMethod
(URI url, Message message, ParameterValueList parameters, PipeLineSession session) protected org.apache.http.client.methods.HttpRequestBase
WebServiceSender.getMethod
(URI uri, Message message, ParameterValueList parameters, PipeLineSession session) -
Uses of ParameterValueList in org.frankframework.http.mime
Methods in org.frankframework.http.mime with parameters of type ParameterValueListModifier and TypeMethodDescriptionorg.apache.http.HttpEntity
HttpEntityFactory.create
(Message message, ParameterValueList parameters, PipeLineSession session) -
Uses of ParameterValueList in org.frankframework.jms
Methods in org.frankframework.jms with parameters of type ParameterValueListModifier and TypeMethodDescriptionjakarta.jms.Destination
JmsSender.getDestination
(PipeLineSession session, ParameterValueList pvl) -
Uses of ParameterValueList in org.frankframework.mongodb
Methods in org.frankframework.mongodb with parameters of type ParameterValueListModifier and TypeMethodDescriptionprotected com.mongodb.client.MongoCollection<org.bson.Document>
MongoDbSender.getCollection
(com.mongodb.client.MongoDatabase mongoDatabase, ParameterValueList pvl) protected com.mongodb.client.MongoDatabase
MongoDbSender.getDatabase
(ParameterValueList pvl) protected org.bson.Document
MongoDbSender.getFilter
(ParameterValueList pvl, Message message) protected int
MongoDbSender.getLimit
(ParameterValueList pvl) -
Uses of ParameterValueList in org.frankframework.parameters
Methods in org.frankframework.parameters that return ParameterValueListModifier and TypeMethodDescriptionstatic ParameterValueList
ParameterValueList.get
(ParameterList params, Message message, PipeLineSession session) ParameterList.getValues
(Message message, PipeLineSession session) ParameterList.getValues
(Message message, PipeLineSession session, boolean namespaceAware) Returns a List of ParameterValue objectsMethods in org.frankframework.parameters with parameters of type ParameterValueListModifier and TypeMethodDescriptionAbstractParameter.getValue
(ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) determines the raw valueIParameter.getValue
(ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) NumberParameter.getValue
(ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) ParameterList.getValue
(ParameterValueList alreadyResolvedParameters, IParameter p, Message message, PipeLineSession session, boolean namespaceAware) static String
ParameterValueList.getValue
(ParameterValueList pvl, String name, String defaultValue) static Message
ParameterValueList.getValue
(ParameterValueList pvl, String name, Message defaultValue) -
Uses of ParameterValueList in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type ParameterValueListModifier and TypeMethodDescriptionprotected String
FixedForwardPipe.getParameterValue
(ParameterValueList pvl, String parameterName) -
Uses of ParameterValueList in org.frankframework.senders
Methods in org.frankframework.senders that return ParameterValueListModifier and TypeMethodDescriptionprotected ParameterValueList
AbstractSenderWithParameters.getParameterValueList
(Message input, PipeLineSession session) Methods in org.frankframework.senders with parameters of type ParameterValueListModifier and TypeMethodDescriptionprotected int
AbstractSenderWithParameters.getParameterOverriddenAttributeValue
(ParameterValueList pvl, String parameterName, int attributeValue) protected String
AbstractSenderWithParameters.getParameterOverriddenAttributeValue
(ParameterValueList pvl, String parameterName, String attributeValue) -
Uses of ParameterValueList in org.frankframework.util
Methods in org.frankframework.util with parameters of type ParameterValueListModifier and TypeMethodDescriptionstatic void
JdbcUtil.applyParameters
(IDbmsSupport dbmsSupport, PreparedStatement statement, ParameterValueList parameters, PipeLineSession session) TransformerPool.deprecatedParameterTransformAction
(Source s, Result r, ParameterValueList pvl) Deprecated.only used in Parameter, need to refactor that first...TransformerPool.transform
(Message m, ParameterValueList pvl) Transforms Frank messages.