getBusObjASIHashtable()

Parses the application-specific information for a business object definition into name-value pairs.

Syntax

public Hashtable getBusObjASIHashtable(String delimiter);
 

Parameters

delimiter
Is the delimiter between each name-value pair. Use the colon (:) as the delimiter for building the name-value pairs.

Return values

A java.util.Hashtable object that contains the name-value pairs in the application-specific information of the business object definition.

Exceptions

WrongASIFormatException
Thrown when the application-specific information does not conform to the name-value pair format.

Notes

The getBusObjASIHashtable() method parses the application-specific information for the business object definition associated with the current business object and returns a hash table of the name-value pairs. For example, these name-value pairs could appear as:

ASI=CN=colname:FK=attr1:UID=attr2:...
 

This example assumes that a colon (:) is specified as the delimiter.

Note:
To retrieve one particular name-value pair from business-object-level application-specific information, use the getAppText() method.

See also

getAppText(),, getAttrASIHashtable()

Copyright IBM Corp. 1997, 2003