Package com.appiancorp.suiteapi.epex
Class DataStrategies
java.lang.Object
com.appiancorp.suiteapi.epex.DataStrategies
Available strategies for working with EPEx data.
This shields internal details of the data value system from the API.
Note: Only process models with autoscaling mode enabled are compatible with this class.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DataStrategy<TypedValue>
TYPED_VALUE data strategy for data value communication in EPEx.
-
Method Details
-
getTypedValueDataStrategy
TYPED_VALUE data strategy for data value communication in EPEx. This accepts and returns data as TypedValue. Note: Only process models with autoscaling mode enabled are compatible with this function.
-