}
}
public InputStream getCaseModel(String caseDefinitionId) {
try {
return commandExecutor.execute(new GetDeploymentCaseModelCmd(caseDefinitionId));
} catch (NullValueException e) {
throw new NotValidException(e.getMessage(), e);
} catch (CaseDefinitionNotFoundException e) {