示例#1
0
 protected List<String> parseDelimitedList(String expression) {
   return BpmnXMLUtil.parseDelimitedList(expression);
 }