Previous Topic: Web Service Consumption - Support for JAVANext Topic: Increase in Number of String Properties Allowed in CA Gen Toolset Models to Support Larger Model Downloads


User-Added Functions in Action Diagrams

CA Gen has added the mechanism to work with user-added functions in an action diagram. The following are the pre-defined functions for BLOB attributes:

concatblob

Concatenates two BLOBs together.

substrblob

Splits part of a BLOB from a larger one.

lengthblob

Returns the length of the given BLOB.

blobdbcs

Converts a BLOB type into a DBCS type.

blobmbcs

Converts a BLOB type into an MBCS type.

blobtext -

Converts a BLOB type into a TEXT type.

dbcsblob

Converts a DBCS type into a BLOB type.

mbcsblob

Converts an MBCS type into a BLOB type.

textblob

Converts a TEXT type into a BLOB type.

Notes: