...
Many DTK classes hold various types of "environment" objects. These objects contain useful information and utilities related to the whereabouts of the class and are used by the plugins to communicate with the systemthe system. For instance, agent related classes have access to the workflow environment where other workflow configurations may be obtained. There are also environment objects referencing data in the systemthe system.
The environment classes can be divided into three interface categories:
...
Common interfaces are utilized both in client and server side code and are mainly superinterfaces for the other interfaces. Client interfaces are utilized in code related to the user the user interface. Server interfaces are utilized in code related to the execution of workflows.
...
A list of all UDR types created in the Ultra Format Editor or created using the DTK, is available through the getDRUDRDescs
method. There are various other methods that return UDR descriptions for given UDR type names etc.
The system The system name is obtained with the getSystemName
method, property values are obtained with the getProperty
method, and events can be dispatched to the Event Server using the dispatchEvent
method.
...
Each batch is assigned a unique transaction ID that may be obtained using the getCurrentTxnID
method.
Scroll pagebreak |
---|
Many DTK classes hold various types of "environment" objects. These objects contain useful information and utilities related to the whereabouts of the class and are used by the plugins to communicate with the systemthe system. For instance, agent related classes have access to the workflow environment where other workflow configurations may be obtained. There are also environment objects referencing data in the systemthe system.
The environment classes can be divided into three interface categories:
...
Common interfaces are utilized both in client and server side code and are mainly superinterfaces for the other interfaces. Client interfaces are utilized in code related to the user the user interface. Server interfaces are utilized in code related to the execution of workflows.
...
A list of all UDR types created in the Ultra Format Editor or created using the DTK, is available through the getDRUDRDescs
method. There are various other methods that return UDR descriptions for given UDR type names etc.
The system The system name is obtained with the getSystemName
method, property values are obtained with the getProperty
method, and events can be dispatched to the Event Server using the dispatchEvent
method.
...
Each batch is assigned a unique transaction ID that may be obtained using the getCurrentTxnID
method.
Scroll pagebreak |
---|