| Package | Description |
|---|---|
| de.aristaflow.adept2.core.datamanager |
| Modifier and Type | Method and Description |
|---|---|
ServerUDTInputStream |
UDFExecution.executeUDTFunctionIncrementally(SessionToken session,
UDTValue proxy,
java.lang.String functionName)
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting UDT-value as
ServerUDTInputStream. |
ServerUDTInputStream |
ProcessUnawareAccess.retrieveExternalUDTValueIncrementally(SessionToken session,
java.util.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 or null
if the data element has not been written externally yet as
ServerUDTInputStream. |
ServerUDTInputStream |
ProcessUnawareAccess.retrieveLatestUDTValueIncrementally(SessionToken session,
java.util.UUID instanceID,
int dataElementID)
Retrieves the most recent value of the designated data element of
user-defined type (UDT) for the specified process instance as
ServerUDTInputStream. |
ServerUDTInputStream |
ProcessAwareAccess.retrieveUDTIncrementally(SessionToken session,
java.util.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 as
ServerUDTInputStream. |