org.camunda.bpm.engine.impl.json
Class JsonQueryFilteringPropertyConverter

java.lang.Object
  extended by org.camunda.bpm.engine.impl.json.JsonObjectConverter<QueryEntityRelationCondition>
      extended by org.camunda.bpm.engine.impl.json.JsonQueryFilteringPropertyConverter

public class JsonQueryFilteringPropertyConverter
extends JsonObjectConverter<QueryEntityRelationCondition>

Author:
Thorben Lindhauer

Field Summary
protected static JsonArrayConverter<List<QueryEntityRelationCondition>> ARRAY_CONVERTER
           
static String BASE_PROPERTY
           
static String COMPARISON_PROPERTY
           
protected static JsonQueryFilteringPropertyConverter INSTANCE
           
static String SCALAR_VALUE
           
 
Constructor Summary
JsonQueryFilteringPropertyConverter()
           
 
Method Summary
 JSONObject toJsonObject(QueryEntityRelationCondition filteringProperty)
           
 QueryEntityRelationCondition toObject(JSONObject jsonObject)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConverter
toJson
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

protected static JsonQueryFilteringPropertyConverter INSTANCE

ARRAY_CONVERTER

protected static JsonArrayConverter<List<QueryEntityRelationCondition>> ARRAY_CONVERTER

BASE_PROPERTY

public static final String BASE_PROPERTY
See Also:
Constant Field Values

COMPARISON_PROPERTY

public static final String COMPARISON_PROPERTY
See Also:
Constant Field Values

SCALAR_VALUE

public static final String SCALAR_VALUE
See Also:
Constant Field Values
Constructor Detail

JsonQueryFilteringPropertyConverter

public JsonQueryFilteringPropertyConverter()
Method Detail

toJsonObject

public JSONObject toJsonObject(QueryEntityRelationCondition filteringProperty)
Specified by:
toJsonObject in class JsonObjectConverter<QueryEntityRelationCondition>

toObject

public QueryEntityRelationCondition toObject(JSONObject jsonObject)
Specified by:
toObject in class JsonObjectConverter<QueryEntityRelationCondition>


Copyright © 2015 camunda services GmbH. All rights reserved.