Annotations Reference

Reference for @BEPackage
Field Description
enabled This annotation allows the user to specify if an associated annotation is enabled or disabled for use.
catalog Name of the catalog where the custom function will reside.
category Category for the custom functions defined in the class.
synopsis Brief description for the group of custom functions defined in the specified directory.
Reference for @BEFunction
Field Description
enabled This annotation allows the user to specify if an associated annotation is enabled or disabled for use.
deprecated This annotation element identifies if its associated method is deprecated or not.
name Name of the custom function.
synopsis Brief description of the custom function.
signature Signature for the custom function.
params List of parameters for the custom function.
freturn Return type of the custom function.
version The TIBCO BusinessEvents version from which a given catalog function became public API.
see Refers to the other custom functions or java doc URLs.
mapper Used for functions that involve invoking a mapper UI on Ctrl-Click.
description Detailed description of the custom function.
async A boolean value indicating if the use of this function will cause the rules to be evaluated again.
reevaluate A boolean value value indicating if the use of this function will cause the rules to be evaluated again.
cautions List any cautions that may be applicable when using the custom function.
domain The specified domain, from which Java methods are accesible. Examples of domain are ACTION, CONDITION, QUERY, BUI.
fndomain Describes an enumerated function execution domain.
example Example of the custom function.