Uses of Class
de.aristaflow.adept2.model.datamanagement.ServerUDTInputStream
-
Packages that use ServerUDTInputStream Package Description de.aristaflow.adept2.core.datamanager -
-
Uses of ServerUDTInputStream in de.aristaflow.adept2.core.datamanager
Methods in de.aristaflow.adept2.core.datamanager that return ServerUDTInputStream Modifier and Type Method Description ServerUDTInputStream
UDFExecution. executeUDTFunctionIncrementally(SessionToken session, UDTValue proxy, String functionName)
Executes the designated user-defined function for the designated value of a UDT and returns the resulting UDT-value asServerUDTInputStream
.ServerUDTInputStream
ProcessUnawareAccess. retrieveExternalUDTValueIncrementally(SessionToken session, UUID instanceID, int dataElementID)
Retrieves the most recent (proxy of the) value of the designated data element of user-defined type (UDT) written by an external component.ServerUDTInputStream
ProcessUnawareAccess. retrieveLatestUDTValueIncrementally(SessionToken session, UUID instanceID, int dataElementID)
Retrieves the most recent value of the designated data element of user-defined type (UDT) for the specified process instance asServerUDTInputStream
.ServerUDTInputStream
ProcessAwareAccess. retrieveUDTIncrementally(SessionToken session, UUID instanceID, int readingNodeID, int readerIteration, int dataElementID)
Retrieves the value of the designated data element of user-defined type (UDT) valid for the specified node of the process instance and its current iteration count asServerUDTInputStream
.
-