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.
  • 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.
    • getIntegerTypeStrategy

      public static DataTypeStrategy<Integer> getIntegerTypeStrategy()
      INTEGER_TYPE_STRATEGY type strategy for type communication in EPEx; data types are represented as Integer type ids.