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 TypeClassDescriptionclassAbstractFileSystemPipe<F,FS extends IBasicFileSystem<F>> Base class for Pipes that use aFileSystem.classAbstractFileSystemSender<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 TypeClassDescriptionclassCall 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 TypeClassDescriptionclassPipe that validates the input message against a schema.classPipe that compares the two integer values.classPipe that lexicographically compares two strings, which must NOT be empty.classForPipe is a wrapper to use another pipe a fixed number of times.classSelects a forward based on an expression.classPipe that checks if the calling user has a specified role.classBase class to send a message to a Sender for each item returned by a configurable iterator.classCall Larva Test ToolclassclassTries to match the input against the provided regex.classSelects an exitState, based on either the content of the input message, by means of an XSLT-stylesheet, the content of a session variable, a JSON Path expression, or, by default, by returning the name of the root-element.classDeprecated, for removal: This API element is subject to removal in a future version.classPipethat checks the well-formedness of the input message.
IfPipefor if (else/then) behaviour.