Is there a particular reason, why Token.getAvailableTransitions() returns a 
Set (a HashSet) whereas Node.getLeavingTransitions() returns an (ordered)
List (which is also used in the Hibernate Mappings) ?

It would be nice, if Token.gAT() could preserve the ordering (as it is defined 
in
 the processdefinition.xml) as well. My suggestion is to add an additional 
method returning a list (for preserving backwards compatibility), or maybe 
even a public method like 


Token.addAvailabaleTransitions(Collection availableTransitions)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120798#4120798

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120798
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to