|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonObjectConverter | |
---|---|
org.camunda.bpm.engine.impl | API implementation classes, which shouldn't directly be used by end-users. |
org.camunda.bpm.engine.impl.batch | |
org.camunda.bpm.engine.impl.batch.deletion | |
org.camunda.bpm.engine.impl.batch.externaltask | |
org.camunda.bpm.engine.impl.batch.job | |
org.camunda.bpm.engine.impl.json | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.impl.util |
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl |
---|
Subclasses of JsonObjectConverter in org.camunda.bpm.engine.impl | |
---|---|
class |
RestartProcessInstancesBatchConfigurationJsonConverter
|
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch |
---|
Methods in org.camunda.bpm.engine.impl.batch that return JsonObjectConverter | |
---|---|
protected abstract JsonObjectConverter<T> |
AbstractBatchJobHandler.getJsonConverterInstance()
|
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.deletion |
---|
Subclasses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.deletion | |
---|---|
class |
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
|
class |
DeleteProcessInstanceBatchConfigurationJsonConverter
Perform serialization of DeleteProcessInstanceBatchConfiguration into JSON format. |
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.externaltask |
---|
Subclasses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.externaltask | |
---|---|
class |
SetExternalTaskRetriesBatchConfigurationJsonConverter
|
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.job |
---|
Subclasses of JsonObjectConverter in org.camunda.bpm.engine.impl.batch.job | |
---|---|
class |
SetJobRetriesBatchConfigurationJsonConverter
|
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.json |
---|
Fields in org.camunda.bpm.engine.impl.json declared as JsonObjectConverter | |
---|---|
protected JsonObjectConverter<T> |
JsonArrayOfObjectsConverter.objectConverter
|
Constructors in org.camunda.bpm.engine.impl.json with parameters of type JsonObjectConverter | |
---|---|
JsonArrayOfObjectsConverter(JsonObjectConverter<T> objectConverter)
|
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.persistence.entity |
---|
Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type JsonObjectConverter | |
---|---|
static Map<String,JsonObjectConverter<?>> |
FilterEntity.queryConverter
|
Methods in org.camunda.bpm.engine.impl.persistence.entity that return JsonObjectConverter | ||
---|---|---|
protected
|
FilterEntity.getConverter()
|
Uses of JsonObjectConverter in org.camunda.bpm.engine.impl.util |
---|
Methods in org.camunda.bpm.engine.impl.util with parameters of type JsonObjectConverter | ||
---|---|---|
static
|
JsonUtil.addField(JSONObject json,
String name,
JsonObjectConverter<T> converter,
T value)
|
|
static
|
JsonUtil.addListField(JSONObject json,
String name,
JsonObjectConverter<T> converter,
List<T> list)
|
|
static
|
JsonUtil.jsonArrayAsList(JSONArray jsonArray,
JsonObjectConverter<T> converter)
|
|
static
|
JsonUtil.jsonObject(JSONObject jsonObject,
JsonObjectConverter<T> converter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |