public CaseExecutionRestServiceImpl(String engineName, final ObjectMapper objectMapper) {
super(engineName, objectMapper);
}
public CaseExecutionResource getCaseExecution(String caseExecutionId) {
return new CaseExecutionResourceImpl(getProcessEngine(), caseExecutionId, getObjectMapper());
}