Data Transformation Annotations
This section provides reference information for WebLogic Integration data transformation annotations (@dtf:name_of_annotation).
Topics Included in This Section
@dtf:xquery Annotation
Specifies global XQuery functions that can be used by the queries specified in a DTF file and XQuery namespaces that can be used within the scope of the prologue of the DTF file.
@dtf:transform Annotation
Specifies the XQuery and XSLT abstract methods in a DTF file. During run time, a business process (JPD) invokes the abstract method which in turn invokes the associated XSLT or query (written in the XQuery language.)
@dtf:schema-validate Annotation
Specifies if the source parameters and/or the return value should be schema validated. The schema-validate annotation is an optional annotation associated with @dtf:transform methods.
@dtf:xquery-function Annotation
Specifies that a user-defined Java method (non-abstract) method in a DTF file can be invoked from queries (written in the XQuery language).
General Properties
Describes a set of general properties that are displayed in the Property Editor for the methods in a DTF file.