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) @Nullable ObjectAbstractParameter.getValue(ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) Determines the raw value, used byParameterValueList.AbstractParameter.getValue(Message message, PipeLineSession session) Determines the raw valueIParameter.getValue(ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) Internal method.IParameter.getValue(Message message, PipeLineSession session) The value of the parameter, not namespace aware.NumberParameter.getValue(ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) protected abstract TAbstractParameter.getValueAsType(@NonNull Message request, boolean namespaceAware) Converts raw data to configured parameter typeprotected DateDateParameter.getValueAsType(@NonNull Message request, boolean namespaceAware) protected MessageJsonParameter.getValueAsType(@NonNull Message request, boolean namespaceAware) protected NumberNumberParameter.getValueAsType(@NonNull Message request, boolean namespaceAware) protected MessageParameter.getValueAsType(@NonNull Message request, boolean namespaceAware) protected NodeXmlParameter.getValueAsType(@NonNull Message request, boolean namespaceAware) @NonNull ParameterValueListParameterList.getValues(Message message, PipeLineSession session) @NonNull ParameterValueListParameterList.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)