Previous Next

Progress.BPM.DataSlotTemplate class
An ABL DataSlotTemplate represents a server dataslot template object.
A dataslot template serves as the definition of a DataSlot. It is used by the server to create dataslots when it creates a dataslot instance for a process instance (just as it uses a process template to create a process).
An ABL developer will call GetDataSlotTemplates( ) on a Progress.BPM.UserSession object to get a list of DataSlotTemplate objects associated with a process template. The developer can then start a process with these updated initial values by calling StartProcess( ) and passing it the updated DataSlotTemplate objects.
The Value property of a DataSlotTemplate can be set and passed in to the StartProcess( ) method on a UserSession object. See the StartProcess( ) method.
Constructors
This class contains a private constructor; you cannot instantiate it directly.
Super Class
Progress.Lang.Object class
Interfaces
This class does not implement any interfaces at this time.
Public
Properties

Public
Methods

This class does not contain any methods at this time.
Public
Events

This class does not implement any public events at this time.

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.