org.jbpm.jpdl.xml
Class JpdlXmlWriter
java.lang.Object
org.jbpm.jpdl.xml.JpdlXmlWriter
public class JpdlXmlWriter
- extends java.lang.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(java.io.Writer writer)
addProblem
public void addProblem(java.lang.String msg)
toString
public static java.lang.String toString(ProcessDefinition processDefinition)
setUseNamespace
public void setUseNamespace(boolean useNamespace)
write
public void write(ProcessDefinition processDefinition)
Copyright © 2010 JBoss Community. All Rights Reserved.