|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface XQueryTransform
This annotation annotates the XQuery abstract methods in a DTF file. During run time, a business process (JPD) invokes the abstract method which in turn invokes the associated query (written in the XQuery language.)
| Required Element Summary | |
|---|---|
XQueryTransform.TransformMethodType |
transformType
This attribute specifies whether this XQueryTransform method uses inline xquery or xquery from an external xq file |
String |
value
This attribute specifies the inline xquery if the tranformType is XQUERY or the xq file name if the transformType is XQUERY_REF. |
| Optional Element Summary | |
|---|---|
XQueryTransform.SchemaValidate |
schemaValidate
This attribute specifies whether parameter and/or return value should be schema validated. |
| Element Detail |
|---|
public abstract XQueryTransform.TransformMethodType transformType
public abstract String value
public abstract XQueryTransform.SchemaValidate schemaValidate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||