- Print
- DarkLight
Removed Classes and Methods 2.24
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Removed Classes and Methods
Here you find the most important breaking API changes in Comflow between 2.22 and 2.24.
ComplexModelInstance
ComplexModelInstance has been redesigned to remove illogical relation with ProcessData.
The methods setProcessData() has been removed, since the class shall not have that type of relation.
The methods getSessionValues() and getDataTypeHandler() have been deprecated.
If you have used the methods below, here you have the recommended replacement:
Current method | Replacement method |
ComplexModelInstance().getSessionValues() | processData.getSessionWorkspace().getSessionValues() |
ComplexModelInstance().getDataTypeHandler() | processData.getDataTypeHandler() |
Was this article helpful?