Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Smart value objects : Dataslot SVOs
 

Dataslot SVOs

The structure of Dataslot SVOs is shown in Figure 10.
Figure 10. Dataslot SVO class diagram
*AbstractDataSlot — This is an abstract class for dataslots. Both DataSlot and DataSlotTemplate should be derived from this class. Except for the name and value of the DataSlot, all other attributes have been taken as metadata. The metadata comprises of Type, Size, Multi line, Append with, BPM Manage API Access, Is public, Choices, Object type, Constructor data, Label, and IsRequired
*DataSlot — This SVO provides methods that can be performed on dataslots. For more information, see Dataslotmanagement.
*DataSlotTemplate — SVO for dataslot attributes and metadata. For more information, see Dataslotmanagement.
The Dataslot type interface, and its classes is shown in Figure 11.
Figure 11. Dataslot type interface diagram
*DateTimeTZ — This SVO provides methods that can be performed on DateTimeTZ type of dataslots.
*Decimal — This SVO provides methods that can be performed on Decimal type of dataslots.
For more information, see Dataslotmanagement.