Uses of Class
org.frankframework.core.ParameterException
Packages that use ParameterException
-
Uses of ParameterException in org.frankframework.ldap
Methods in org.frankframework.ldap that throw ParameterExceptionModifier and TypeMethodDescriptionLdapSender.performOperation(Message message, PipeLineSession session) Performs the specified operation and returns the results. -
Uses of ParameterException in org.frankframework.parameters
Methods in org.frankframework.parameters that throw ParameterExceptionModifier and TypeMethodDescriptionParameterValue.asCollection()static ParameterValueListParameterValueList.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 ObjectAbstractParameter.getValueAsType(Message request, boolean namespaceAware) Converts raw data to configured parameter typeprotected DateDateParameter.getValueAsType(Message request, boolean namespaceAware) protected ObjectJsonParameter.getValueAsType(Message request, boolean namespaceAware) protected NumberNumberParameter.getValueAsType(Message request, boolean namespaceAware) protected ObjectXmlParameter.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
Methods in org.frankframework.util that throw ParameterExceptionModifier and TypeMethodDescriptionstatic voidJdbcUtil.applyParameters(IDbmsSupport dbmsSupport, PreparedStatement statement, ParameterList parameters, Message message, PipeLineSession session) static StringFileUtils.getFilename(ParameterList definedParameters, PipeLineSession session, File originalFile, String filenamePattern)