Class UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.json.JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
- 
- org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
 
 
- 
 public class UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter extends JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration> 
- 
- 
Field SummaryFields Modifier and Type Field Description static UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverterINSTANCEstatic java.lang.StringPROCESS_INSTANCE_ID_MAPPINGSstatic java.lang.StringPROCESS_INSTANCE_IDSstatic java.lang.StringSUSPENDING
 - 
Constructor SummaryConstructors Constructor Description UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DeploymentMappingsreadMappings(com.google.gson.JsonObject jsonObject)protected java.util.List<java.lang.String>readProcessInstanceIds(com.google.gson.JsonObject jsonObject)com.google.gson.JsonObjecttoJsonObject(UpdateProcessInstancesSuspendStateBatchConfiguration configuration)UpdateProcessInstancesSuspendStateBatchConfigurationtoObject(com.google.gson.JsonObject json)- 
Methods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConvertertoJson
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter INSTANCE 
 - 
PROCESS_INSTANCE_IDSpublic static final java.lang.String PROCESS_INSTANCE_IDS - See Also:
- Constant Field Values
 
 - 
PROCESS_INSTANCE_ID_MAPPINGSpublic static final java.lang.String PROCESS_INSTANCE_ID_MAPPINGS - See Also:
- Constant Field Values
 
 - 
SUSPENDINGpublic static final java.lang.String SUSPENDING - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
toJsonObjectpublic com.google.gson.JsonObject toJsonObject(UpdateProcessInstancesSuspendStateBatchConfiguration configuration) - Specified by:
- toJsonObjectin class- JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
 
 - 
toObjectpublic UpdateProcessInstancesSuspendStateBatchConfiguration toObject(com.google.gson.JsonObject json) - Specified by:
- toObjectin class- JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
 
 - 
readProcessInstanceIdsprotected java.util.List<java.lang.String> readProcessInstanceIds(com.google.gson.JsonObject jsonObject) 
 - 
readMappingsprotected DeploymentMappings readMappings(com.google.gson.JsonObject jsonObject) 
 
- 
 
-