Uses of Class
org.frankframework.core.ParameterException
-
Uses of ParameterException in org.frankframework.ldap
Modifier and TypeMethodDescriptionLdapSender.performOperation
(Message message, PipeLineSession session) Performs the specified operation and returns the results. -
Uses of ParameterException in org.frankframework.parameters
Modifier and TypeMethodDescriptionParameterValue.asCollection()
static ParameterValueList
ParameterValueList.get
(ParameterList params, Message message, PipeLineSession session) AbstractParameter.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) protected Object
AbstractParameter.getValueAsType
(Message request, boolean namespaceAware) Converts raw data to configured parameter typeprotected Date
DateParameter.getValueAsType
(Message request, boolean namespaceAware) protected Number
NumberParameter.getValueAsType
(Message request, boolean namespaceAware) protected Object
XmlParameter.getValueAsType
(Message request, boolean namespaceAware) ParameterList.getValues
(Message message, PipeLineSession session) ParameterList.getValues
(Message message, PipeLineSession session, boolean namespaceAware) Returns a List of ParameterValue objects -
Uses of ParameterException in org.frankframework.util
Modifier and TypeMethodDescriptionstatic void
JdbcUtil.applyParameters
(IDbmsSupport dbmsSupport, PreparedStatement statement, ParameterList parameters, Message message, PipeLineSession session) static String
FileUtils.getFilename
(ParameterList definedParameters, PipeLineSession session, File originalFile, String filenamePattern)