Skip navigation links
Thingworx Platform API
8.5.0
com.thingworx.types.data.sorters

Interface ISort

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getFieldName() 
      boolean isAscending() 
      boolean isCaseSensitive() 
      void resolveFields(DataShapeDefinition fields) 
      void setAscending(boolean value) 
      void setFieldName(java.lang.String value) 
      java.lang.Object toJSON()


      Produces JSON representation of this sorter as either JSONObject or JSONArray as most appropriate.
      org.json.JSONArray toJSONArray()


      Produces JSONArray representation of this sorter.
      • Methods inherited from interface java.util.Comparator

        compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong