org.camunda.bpm.engine.impl.json
Class JsonQueryOrderingPropertyConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<QueryOrderingProperty>
org.camunda.bpm.engine.impl.json.JsonQueryOrderingPropertyConverter
public class JsonQueryOrderingPropertyConverter
- extends JsonObjectConverter<QueryOrderingProperty>
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
protected static JsonQueryOrderingPropertyConverter INSTANCE
ARRAY_CONVERTER
protected static JsonArrayConverter<List<QueryOrderingProperty>> ARRAY_CONVERTER
RELATION
public static final String RELATION
- See Also:
- Constant Field Values
QUERY_PROPERTY
public static final String QUERY_PROPERTY
- See Also:
- Constant Field Values
QUERY_PROPERTY_FUNCTION
public static final String QUERY_PROPERTY_FUNCTION
- See Also:
- Constant Field Values
DIRECTION
public static final String DIRECTION
- See Also:
- Constant Field Values
RELATION_CONDITIONS
public static final String RELATION_CONDITIONS
- See Also:
- Constant Field Values
JsonQueryOrderingPropertyConverter
public JsonQueryOrderingPropertyConverter()
toJsonObject
public JSONObject toJsonObject(QueryOrderingProperty property)
- Specified by:
toJsonObject in class JsonObjectConverter<QueryOrderingProperty>
toObject
public QueryOrderingProperty toObject(JSONObject jsonObject)
- Specified by:
toObject in class JsonObjectConverter<QueryOrderingProperty>
Copyright © 2017 camunda services GmbH. All rights reserved.