[jboss-dev-forums] [Design of JBoss jBPM] - Re: Feature Request - global lists API
camunda
do-not-reply at jboss.com
Tue Sep 4 01:40:52 EDT 2007
In my opinion the best place for your own java code is then a own Command (Command Pattern is introduced in jbpm 3.2.x), for example there exists a
org.jbpm.command.GetTaskListCommand
You can now extend this one to implement your own behaviour and create your own hibernate query.
For the Command pattern you just have to implement a method:
public Object execute(JbpmContext jbpmContext) throws Exception
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080706#4080706
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080706
More information about the jboss-dev-forums
mailing list