Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Work item management : Using dataslot information : Getting metadata information
 

Getting metadata information

The DataSlot SVO has a list of attributes to manage the information. Except for the name and value, all the other attributes have been taken as metadata, as shown in Table 14.
Table 14. Dataslots as HashMap
Key
Value type
Dataslot type
LABEL
java.lang.String
Any
DATASLOTTYPE
java.lang.String
Any
DATASLOTMULTILINE
java.lang.Boolean
Any
REQUIRED
java.lang.Boolean
Any
DATASLOTISGLOBAL
java.lang.Boolean
Any
DATASLOTISPUBLIC
java.lang.Boolean
Any
DATASLOTBIZMANAGEACCESS
java.lang.Boolean
Any
DATASLOTSIZE
java.lang.Integer
Any
DATASLOTCHOICES
java.util.Vector
Any
ISMONITORDS
java.lang.Boolean
Any
DATASLOTDEFAULTVALUE
java.lang.Object
Any
*public HashMap getMetaData()
The client can invoke getMetaData() API on a DataSlot SVO to get the metadata information.