Class DataTypeStrategies

java.lang.Object
com.appiancorp.suiteapi.epex.DataTypeStrategies

public final class DataTypeStrategies extends Object
Available strategies for working with EPEx data types. This shields internal details of the data type system from the API. Note: Only process models with autoscaling mode enabled are compatible with this class.
  • Method Details

    • getLongTypeStrategy

      public static DataTypeStrategy<Long> getLongTypeStrategy()
      LONG_TYPE_STRATEGY type strategy for type communication in EPEx; data types are represented as Long type ids. Note: Only process models with autoscaling mode enabled are compatible with this function.
    • getIntegerTypeStrategy

      public static DataTypeStrategy<Integer> getIntegerTypeStrategy()
      INTEGER_TYPE_STRATEGY type strategy for type communication in EPEx; data types are represented as Integer type ids. Note: Only process models with autoscaling mode enabled are compatible with this function.