103104105106107108109
return new NativeProcessDefinitionQueryImpl(commandExecutor); } @SuppressWarnings("unchecked") public List<String> getDeploymentResourceNames(String deploymentId) { return commandExecutor.execute(new GetDeploymentResourceNamesCmd(deploymentId)); }
84858687888990
return new ProcessDefinitionQueryImpl(commandExecutor); } @SuppressWarnings("unchecked") public List<String> getDeploymentResourceNames(String deploymentId) { return commandExecutor.execute(new GetDeploymentResourceNamesCmd(deploymentId)); }