public class ParameterList extends ArrayList<Parameter>
modCount
Constructor and Description |
---|
ParameterList() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Parameter param) |
void |
clear() |
void |
configure() |
boolean |
consumesSessionVariable(String sessionKey) |
Parameter |
findParameter(String name) |
Parameter |
getParameter(int i) |
ParameterValueList |
getValues(Message message,
PipeLineSession session) |
ParameterValueList |
getValues(Message message,
PipeLineSession session,
boolean namespaceAware)
Returns a List of ParameterValue objects
|
add, addAll, addAll, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public void clear()
public void configure() throws ConfigurationException
ConfigurationException
public boolean add(Parameter param)
public Parameter getParameter(int i)
@Nonnull public ParameterValueList getValues(Message message, PipeLineSession session) throws ParameterException
ParameterException
@Nonnull public ParameterValueList getValues(Message message, PipeLineSession session, boolean namespaceAware) throws ParameterException
ParameterException
public boolean consumesSessionVariable(String sessionKey)
Copyright © 2023 Frank!Framework. All rights reserved.