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 ParameterValueListAbstractCollectorPipe.getParameterValueList(Message input, PipeLineSession session) Methods in org.frankframework.collection with parameters of type ParameterValueListModifier and TypeMethodDescriptionvoidCollection.add(Message input, PipeLineSession session, ParameterValueList pvl) protected voidAbstractCollectorPipe.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.extensions.akamai
Methods in org.frankframework.extensions.akamai with parameters of type ParameterValueListModifier and TypeMethodDescriptionorg.apache.http.client.methods.HttpRequestBaseNetStorageSender.getMethod(URI uri, Message message, ParameterValueList parameters, PipeLineSession session) voidNetStorageRequest.mapParameters(ParameterValueList pvl) -
Uses of ParameterValueList in org.frankframework.extensions.cmis
Methods in org.frankframework.extensions.cmis with parameters of type ParameterValueListModifier and TypeMethodDescriptionCmisSender.createCmisSession(ParameterValueList pvl) Creates a session during JMV runtime, tries to retrieve parameters and falls back on the defaults when they can't be foundorg.apache.http.client.methods.HttpRequestBaseCmisHttpSender.getMethod(URI uri, Message message, ParameterValueList pvl, PipeLineSession session) -
Uses of ParameterValueList in org.frankframework.extensions.sap.jco3
Methods in org.frankframework.extensions.sap.jco3 with parameters of type ParameterValueListModifier and TypeMethodDescriptioncom.sap.conn.jco.JCoFunctionSapSenderImpl.getFunction(SapSystemImpl sapSystem, ParameterValueList pvl) SapSenderBase.getSystem(ParameterValueList pvl) voidSapFunctionFacade.message2FunctionCall(com.sap.conn.jco.JCoFunction function, String request, String correlationId, ParameterValueList pvl) -
Uses of ParameterValueList in org.frankframework.filesystem
Methods in org.frankframework.filesystem with parameters of type ParameterValueListModifier and TypeMethodDescriptionFileSystemActor.doAction(Message input, ParameterValueList pvl, PipeLineSession session) ISupportsCustomFileAttributes.getCustomFileAttributes(ParameterValueList pvl) Gets the custom attributes from theParameterValueList.protected org.apache.http.client.methods.HttpRequestBaseMsalClientAdapter.getMethod(URI uri, Message message, ParameterValueList parameters, PipeLineSession session) -
Uses of ParameterValueList in org.frankframework.http
Methods in org.frankframework.http with parameters of type ParameterValueListModifier and TypeMethodDescriptionprotected booleanAbstractHttpSender.appendParameters(boolean parametersAppended, StringBuilder path, ParameterValueList parameters) protected org.apache.http.client.methods.HttpRequestBaseHttpSender.createRequestMethod(URI uri, Message message, ParameterValueList parameters, PipeLineSession session) Returns HttpRequestBase, with (optional) RAW or as BINARY contentprotected abstract org.apache.http.client.methods.HttpRequestBaseAbstractHttpSender.getMethod(URI uri, Message message, ParameterValueList parameters, PipeLineSession session) Custom implementation to create aHttpRequestobject.protected org.apache.http.client.methods.HttpRequestBaseHttpSender.getMethod(URI url, Message message, ParameterValueList parameters, PipeLineSession session) protected org.apache.http.client.methods.HttpRequestBaseWebServiceSender.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.HttpEntityHttpEntityFactory.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.DestinationJmsSender.getDestination(PipeLineSession session, ParameterValueList pvl) -
Uses of ParameterValueList in org.frankframework.json
Methods in org.frankframework.json with parameters of type ParameterValueListModifier and TypeMethodDescriptionstatic MessageDataSonnetUtil.transform(com.datasonnet.Mapper mapper, Message input, ParameterValueList parameterValues, DataSonnetOutputType outputType) -
Uses of ParameterValueList in org.frankframework.ladybug
Methods in org.frankframework.ladybug with parameters of type ParameterValueListModifier and TypeMethodDescriptionIbisDebuggerAdvice.debugParameterResolvedTo(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) Provides advice forAbstractParameter.getValue(Message message, PipeLineSession session) -
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.MongoDatabaseMongoDbSender.getDatabase(ParameterValueList pvl) protected org.bson.DocumentMongoDbSender.getFilter(ParameterValueList pvl, Message message) protected intMongoDbSender.getLimit(ParameterValueList pvl) -
Uses of ParameterValueList in org.frankframework.parameters
Methods in org.frankframework.parameters that return ParameterValueListModifier and TypeMethodDescriptionstatic ParameterValueListParameterValueList.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 value, used byParameterValueList.IParameter.getValue(ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) Internal method.NumberParameter.getValue(ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) static StringParameterValueList.getValue(ParameterValueList pvl, String name, String defaultValue) static MessageParameterValueList.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 StringFixedForwardPipe.getParameterValue(ParameterValueList pvl, String parameterName) -
Uses of ParameterValueList in org.frankframework.senders
Methods in org.frankframework.senders that return ParameterValueListModifier and TypeMethodDescriptionprotected ParameterValueListAbstractSenderWithParameters.getParameterValueList(Message input, PipeLineSession session) Methods in org.frankframework.senders with parameters of type ParameterValueListModifier and TypeMethodDescriptionprotected intAbstractSenderWithParameters.getParameterOverriddenAttributeValue(ParameterValueList pvl, String parameterName, int attributeValue) protected StringAbstractSenderWithParameters.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 voidJdbcUtil.applyParameters(IDbmsSupport dbmsSupport, PreparedStatement statement, ParameterValueList parameters, PipeLineSession session) TransformerPool.transform(Message message, ParameterValueList pvl)