eachLine.append(name.getNamespaceURI());
Node workflow = workflows.get(name);
try {
xwf = XMLUtil.stringToXmlElement(workflow.getProperty("workflow").getString());
} catch (RepositoryException e) {
throw new RegistryException("Error while parsing workflow Content",e); //To change body of catch statement use File | Settings | File Templates.
}
eachLine.append(XMLUtil.xmlElementToString(xwf));
list.add(eachLine.toString());
}
return list;