so.setEditType(StepEditType.MANUAL_MULTI.getValue());
helper.CloseStepObjectAutomatic(so, true);
}
}
AktuelleSchritteForm asf = (AktuelleSchritteForm) Helper.getManagedBeanValue("#{AktuelleSchritteForm}");
return asf.FilterAlleStart();
}
public List<String> getScriptnames() {
List<String> answer = new ArrayList<String>();
answer.addAll(getCurrentStep().getAllScripts().keySet());