[jboss-dev-forums] [Design of JBoss jBPM] - Re: execution transitions, data flow and other associations
brittm
do-not-reply at jboss.com
Thu Nov 2 11:19:34 EST 2006
For what it's worth, these are the methods of SharedProcessSession used in the solution listed above:
| public void saveSharedProcess(SharedProcess sharedProcess)
| public SharedProcess getSharedProcess(long sharedProcessId)
| public SharedProcess loadSharedProcess(long sharedProcessId)
| public SharedProcess getSharedProcess(ProcessInstance pi)
| public SharedProcess getSharedProcess(Token parentToken, String groupLabel)
| public Set getAvailableSharedProcesses(String processDefName, String groupLabel)
| public void createSharedProcess(ProcessInstance pi, String groupLabel, Token startedByToken)
| public SharedProcess attach(Token parentToken, String processDefName, String groupLabel, boolean createIfNoneAvailable)
| public void detach(Token parentToken, String groupLabel)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982704#3982704
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982704
More information about the jboss-dev-forums
mailing list