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 ServerUDTInputStreamUDFExecution. 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.ServerUDTInputStreamProcessUnawareAccess. 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.ServerUDTInputStreamProcessUnawareAccess. 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.ServerUDTInputStreamProcessAwareAccess. 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 the designated iteration count asServerUDTInputStream.ServerUDTInputStreamProcessAwareAccess. storedUDTIncrementally(SessionToken session, UUID instId, int writerId, int writerIteration, int deId)Gets theProcessConstants.AdeptDataType.USERDEFINEDvalue written by the designated node iteration to the designated data element in the designated instance asServerUDTInputStream.
-