| Package | Description | 
|---|---|
| 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 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RestartProcessInstancesBatchConfigurationJsonConverter  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract JsonObjectConverter<T> | 
AbstractBatchJobHandler.getJsonConverterInstance()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter  | 
class  | 
DeleteProcessInstanceBatchConfigurationJsonConverter
Perform serialization of DeleteProcessInstanceBatchConfiguration into JSON format. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SetExternalTaskRetriesBatchConfigurationJsonConverter  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SetJobRetriesBatchConfigurationJsonConverter  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JsonQueryFilteringPropertyConverter  | 
class  | 
JsonQueryOrderingPropertyConverter  | 
class  | 
JsonTaskQueryConverter  | 
class  | 
JsonTaskQueryVariableValueConverter  | 
class  | 
MigrationBatchConfigurationJsonConverter  | 
class  | 
MigrationInstructionJsonConverter  | 
class  | 
MigrationPlanJsonConverter  | 
class  | 
ModificationBatchConfigurationJsonConverter  | 
class  | 
ModificationCmdJsonConverter  | 
| Modifier and Type | Field and Description | 
|---|---|
protected JsonObjectConverter<T> | 
JsonArrayOfObjectsConverter.objectConverter  | 
| Constructor and Description | 
|---|
JsonArrayOfObjectsConverter(JsonObjectConverter<T> objectConverter)  | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<String,JsonObjectConverter<?>> | 
FilterEntity.queryConverter  | 
| Modifier and Type | Method and Description | 
|---|---|
protected <T> JsonObjectConverter<T> | 
FilterEntity.getConverter()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> void | 
JsonUtil.addField(JSONObject json,
        String name,
        JsonObjectConverter<T> converter,
        T value)  | 
static <T> void | 
JsonUtil.addListField(JSONObject json,
            String name,
            JsonObjectConverter<T> converter,
            List<T> list)  | 
static <T> List<T> | 
JsonUtil.jsonArrayAsList(JSONArray jsonArray,
               JsonObjectConverter<T> converter)  | 
static <T> T | 
JsonUtil.jsonObject(JSONObject jsonObject,
          JsonObjectConverter<T> converter)  | 
Copyright © 2017. All rights reserved.