Package de.aristaflow.adept2.core.datamanager


package de.aristaflow.adept2.core.datamanager
  • Interfaces
    Class
    Description
    The data manager provides access to different interfaces which handle (the values of) data elements and user-defined data types (UDTs) at runtime.
    Data monitoring provides access to a data set.
    This interface provides access to the values (including null) of data elements for clients which have process knowledge, which means, they are accessing the data element from a specific and known node instance.
    This interface provides access to the values of data elements for clients which do not have any process knowledge.
    The session state manager provides the means to handle internal states of running applications.
    The execution of user-defined functions (UDFs) is carried out by this interface.
    This interface encapsulates the creation and deletion of user-defined data types (UDTs) and user-defined functions (UDFs) as well as the search for the usage of a specific UDT in the process repository (buildtime) as well as in the data type manager (runtime).