public class DeleteHistoricProcessInstanceBatchConfigurationJsonConverter extends JsonObjectConverter<BatchConfiguration>
| Modifier and Type | Field and Description | 
|---|---|
| static String | HISTORIC_PROCESS_INSTANCE_IDS | 
| static DeleteHistoricProcessInstanceBatchConfigurationJsonConverter | INSTANCE | 
| Constructor and Description | 
|---|
| DeleteHistoricProcessInstanceBatchConfigurationJsonConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected List<String> | readProcessInstanceIds(JSONObject jsonObject) | 
| JSONObject | toJsonObject(BatchConfiguration configuration) | 
| BatchConfiguration | toObject(JSONObject json) | 
toJsonpublic static final DeleteHistoricProcessInstanceBatchConfigurationJsonConverter INSTANCE
public static final String HISTORIC_PROCESS_INSTANCE_IDS
public DeleteHistoricProcessInstanceBatchConfigurationJsonConverter()
public JSONObject toJsonObject(BatchConfiguration configuration)
toJsonObject in class JsonObjectConverter<BatchConfiguration>public BatchConfiguration toObject(JSONObject json)
toObject in class JsonObjectConverter<BatchConfiguration>protected List<String> readProcessInstanceIds(JSONObject jsonObject)
Copyright © 2018. All rights reserved.