Removed Classes and Methods 2.24
  • 18 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Removed Classes and Methods 2.24

  • Dark
    Light

Article summary

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 methodReplacement method
ComplexModelInstance().getSessionValues()
processData.getSessionWorkspace().getSessionValues()
ComplexModelInstance().getDataTypeHandler()
processData.getDataTypeHandler()




Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.