106107108109110111112
return new CaseDefinitionQueryImpl(commandExecutor); } @SuppressWarnings("unchecked") public List<String> getDeploymentResourceNames(String deploymentId) { return commandExecutor.execute(new GetDeploymentResourceNamesCmd(deploymentId)); }