[jboss-user] [JBoss jBPM] - getNodeTypes() and getNodeNames() in org.jbpm.graph.node.Nod
lanzm
do-not-reply at jboss.com
Mon Aug 13 09:22:39 EDT 2007
it seems that getNodeTypes() and getNodeNames() in NodeTypes where never used until now :-)
from jbpm-jpdl-3.2.1 getNodeTypes() is returning nodeNames and vice versa.
| package org.jbpm.graph.node;
|
| public class NodeTypes {
|
| public static Set getNodeTypes() {
| return nodeNames.keySet();
| }
|
| public static Set getNodeNames() {
| return nodeTypes.keySet();
| }
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073541#4073541
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073541
More information about the jboss-user
mailing list