Package org.camunda.bpm.engine.impl
Class RestartProcessInstancesBatchConfigurationJsonConverter
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.json.JsonObjectConverter<RestartProcessInstancesBatchConfiguration>
 - 
- org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfigurationJsonConverter
 
 
 
- 
public class RestartProcessInstancesBatchConfigurationJsonConverter extends JsonObjectConverter<RestartProcessInstancesBatchConfiguration>
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringINITIAL_VARIABLESstatic RestartProcessInstancesBatchConfigurationJsonConverterINSTANCEstatic StringINSTRUCTIONSstatic StringPROCESS_DEFINITION_IDstatic StringPROCESS_INSTANCE_ID_MAPPINGSstatic StringPROCESS_INSTANCE_IDSstatic StringSKIP_CUSTOM_LISTENERSstatic StringSKIP_IO_MAPPINGSstatic StringWITHOUT_BUSINESS_KEY 
- 
Constructor Summary
Constructors Constructor Description RestartProcessInstancesBatchConfigurationJsonConverter() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DeploymentMappingsreadIdMappings(com.google.gson.JsonObject jsonObject)protected List<String>readProcessInstanceIds(com.google.gson.JsonObject jsonObject)com.google.gson.JsonObjecttoJsonObject(RestartProcessInstancesBatchConfiguration configuration)RestartProcessInstancesBatchConfigurationtoObject(com.google.gson.JsonObject json)- 
Methods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConverter
toJson 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final RestartProcessInstancesBatchConfigurationJsonConverter INSTANCE
 
- 
PROCESS_INSTANCE_IDS
public static final String PROCESS_INSTANCE_IDS
- See Also:
 - Constant Field Values
 
 
- 
PROCESS_INSTANCE_ID_MAPPINGS
public static final String PROCESS_INSTANCE_ID_MAPPINGS
- See Also:
 - Constant Field Values
 
 
- 
INSTRUCTIONS
public static final String INSTRUCTIONS
- See Also:
 - Constant Field Values
 
 
- 
PROCESS_DEFINITION_ID
public static final String PROCESS_DEFINITION_ID
- See Also:
 - Constant Field Values
 
 
- 
INITIAL_VARIABLES
public static final String INITIAL_VARIABLES
- See Also:
 - Constant Field Values
 
 
- 
SKIP_CUSTOM_LISTENERS
public static final String SKIP_CUSTOM_LISTENERS
- See Also:
 - Constant Field Values
 
 
- 
SKIP_IO_MAPPINGS
public static final String SKIP_IO_MAPPINGS
- See Also:
 - Constant Field Values
 
 
- 
WITHOUT_BUSINESS_KEY
public static final String WITHOUT_BUSINESS_KEY
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
toJsonObject
public com.google.gson.JsonObject toJsonObject(RestartProcessInstancesBatchConfiguration configuration)
- Specified by:
 toJsonObjectin classJsonObjectConverter<RestartProcessInstancesBatchConfiguration>
 
- 
toObject
public RestartProcessInstancesBatchConfiguration toObject(com.google.gson.JsonObject json)
- Specified by:
 toObjectin classJsonObjectConverter<RestartProcessInstancesBatchConfiguration>
 
- 
readProcessInstanceIds
protected List<String> readProcessInstanceIds(com.google.gson.JsonObject jsonObject)
 
- 
readIdMappings
protected DeploymentMappings readIdMappings(com.google.gson.JsonObject jsonObject)
 
 - 
 
 -