Try OpenEdge Now
skip to main content
ABL Reference
Class, Interface, and Enumeration Reference : Progress.BPM.DataSlotTemplate class
 

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.

Serializable:

No

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.