org.jbpm.jpdl.xml
Class JpdlXmlWriter
java.lang.Object
org.jbpm.jpdl.xml.JpdlXmlWriter
public class JpdlXmlWriter
- extends Object
Class for writing process definitions to character streams.
Saving process definitions to XML is in no way complete, but may be useful for process
definitions with no custom nodes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JpdlXmlWriter
public JpdlXmlWriter(Writer writer)
addProblem
public void addProblem(String msg)
toString
public static String toString(ProcessDefinition processDefinition)
setUseNamespace
public void setUseNamespace(boolean useNamespace)
write
public void write(ProcessDefinition processDefinition)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.