Class JsonLegacyQueryOrderingPropertyConverter

java.lang.Object
org.operaton.bpm.engine.impl.json.JsonLegacyQueryOrderingPropertyConverter

public class JsonLegacyQueryOrderingPropertyConverter extends Object
Deserializes query ordering properties from the deprecated 7.2 format in which the SQL-like orderBy parameter was used.

Is able to deserialize strings like:

  • RES.ID_ asc
  • LOWER(RES.NAME_) desc
  • RES.ID_ asc, RES.NAME_ desc

Author:
Thorben Lindhauer
  • Field Details

  • Constructor Details

    • JsonLegacyQueryOrderingPropertyConverter

      public JsonLegacyQueryOrderingPropertyConverter()
  • Method Details