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.batch.removaltime | |
org.camunda.bpm.engine.impl.batch.update | |
org.camunda.bpm.engine.impl.dmn.batch | |
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 |
SetRemovalTimeJsonConverter |
Modifier and Type | Method and Description |
---|---|
protected JsonObjectConverter |
BatchSetRemovalTimeJobHandler.getJsonConverterInstance() |
protected JsonObjectConverter<SetRemovalTimeBatchConfiguration> |
ProcessSetRemovalTimeJobHandler.getJsonConverterInstance() |
protected JsonObjectConverter |
DecisionSetRemovalTimeJobHandler.getJsonConverterInstance() |
Modifier and Type | Class and Description |
---|---|
class |
UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter |
Modifier and Type | Class and Description |
---|---|
class |
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter |
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.addElement(com.google.gson.JsonArray jsonObject,
JsonObjectConverter<T> converter,
T value) |
static <T> void |
JsonUtil.addField(com.google.gson.JsonObject jsonObject,
String name,
JsonObjectConverter<T> converter,
T value) |
static <T> void |
JsonUtil.addListField(com.google.gson.JsonObject jsonObject,
String name,
JsonObjectConverter<T> converter,
List<T> list) |
static <T> T |
JsonUtil.asJavaObject(com.google.gson.JsonObject jsonObject,
JsonObjectConverter<T> converter) |
static <T> List<T> |
JsonUtil.asList(com.google.gson.JsonArray jsonArray,
JsonObjectConverter<T> converter) |
Copyright © 2022. All rights reserved.