Uses of Annotation Interface
org.frankframework.doc.Forwards
Packages that use Forwards
Package
Description
-
Uses of Forwards in org.frankframework.filesystem
Classes in org.frankframework.filesystem with annotations of type ForwardsModifier and TypeClassDescriptionclass
AbstractFileSystemPipe<F,
FS extends IBasicFileSystem<F>> Base class for Pipes that use aFileSystem
.class
AbstractFileSystemSender<F,
S extends IBasicFileSystem<F>> Base class for Senders that use aFileSystem
. -
Uses of Forwards in org.frankframework.ladybug
Classes in org.frankframework.ladybug with annotations of type ForwardsModifier and TypeClassDescriptionclass
Call Ladybug Test Tool to rerun the reports present in test storage (see Test tab in Ladybug) -
Uses of Forwards in org.frankframework.ldap
Classes in org.frankframework.ldap with annotations of type Forwards -
Uses of Forwards in org.frankframework.pipes
Classes in org.frankframework.pipes with annotations of type ForwardsModifier and TypeClassDescriptionclass
Pipe that validates the input message against a schema.class
Pipe that compares the two integer values.class
Pipe that lexicographically compares two strings, which must NOT be empty.class
ForPipe is a wrapper to use another pipe a fixed number of times.class
Selects a forward based on an expression.class
Pipe that checks if the calling user has a specified role.class
Base class to send a message to a Sender for each item returned by a configurable iterator.class
Call Larva Test Toolclass
class
Tries to match the input against the provided regex.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Selects an exitState, based on either the content of the input message, by means of a XSLT-stylesheet, the content of a session variable or, by default, by returning the name of the root-element.class
Pipe
that checks the well-formedness of the input message.
IfPipe
for if (else/then) behaviour.