Uses of Enum Class
org.frankframework.collection.AbstractCollectorPipe.Action
Packages that use AbstractCollectorPipe.Action
-
Uses of AbstractCollectorPipe.Action in org.frankframework.collection
Methods in org.frankframework.collection that return AbstractCollectorPipe.ActionModifier and TypeMethodDescriptionAbstractCollectorPipe.getAction()
Collectors must be opened before you can write content to them, after it's closed you can no longer write to it.static AbstractCollectorPipe.Action
Returns the enum constant of this class with the specified name.static AbstractCollectorPipe.Action[]
AbstractCollectorPipe.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.collection with parameters of type AbstractCollectorPipe.ActionModifier and TypeMethodDescriptionprotected final Message
AbstractCollectorPipe.doAction
(AbstractCollectorPipe.Action action, Message input, PipeLineSession session) void
AbstractCollectorPipe.setAction
(AbstractCollectorPipe.Action action) Collectors must be opened before you can write content to them, after it's closed you can no longer write to it.