Uses of Class
de.aristaflow.adept2.model.datamanagement.ServerUDTInputStream
Packages that use ServerUDTInputStream
-
Uses of ServerUDTInputStream in de.aristaflow.adept2.core.datamanager
Methods in de.aristaflow.adept2.core.datamanager that return ServerUDTInputStreamModifier and TypeMethodDescriptionUDFExecution.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.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.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.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 the designated iteration count asServerUDTInputStream.ProcessAwareAccess.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.