[jboss-user] [jBPM] - Re: jBPM 5.4 Rest API

2013-08-23 Thread Hector Mendoza
Hector Mendoza [https://community.jboss.org/people/roar109] created the 
discussion

Re: jBPM 5.4 Rest API

To view the discussion, visit: https://community.jboss.org/message/833697#833697

--
Hi, 

What do you recommend? try to use the java api for what we want to do, or use 
sql o hql query against db structure?. I need to do something similar to what 
Ricardo want's. 


Any thoughts?
--

Reply to this message by going to Community
[https://community.jboss.org/message/833697#833697]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [jBPM] - Re: jBPM 5.4 Rest API

2013-08-23 Thread Demian Calcaprina
Demian Calcaprina [https://community.jboss.org/people/calca] created the 
discussion

Re: jBPM 5.4 Rest API

To view the discussion, visit: https://community.jboss.org/message/833705#833705

--
I think you have to options.
- Get all the processes and filter it by your side.
- Query jbpm audit tables. You can check this class which does it:
 
https://github.com/droolsjbpm/jbpm/blob/5.4.x/jbpm-bam/src/main/java/org/jbpm/process/audit/JPAProcessInstanceDbLog.java
 
https://github.com/droolsjbpm/jbpm/blob/5.4.x/jbpm-bam/src/main/java/org/jbpm/process/audit/JPAProcessInstanceDbLog.java

HTH,

Demian
--

Reply to this message by going to Community
[https://community.jboss.org/message/833705#833705]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [jBPM] - Re: jBPM 5.4 Rest API

2013-08-23 Thread Hector Mendoza
Hector Mendoza [https://community.jboss.org/people/roar109] created the 
discussion

Re: jBPM 5.4 Rest API

To view the discussion, visit: https://community.jboss.org/message/833760#833760

--
Thanks Demian,

I'll check fo that example to make my own REST service and get that info. You 
know if exist any database scheme or descripcion of each field? I don't see a 
logical use for some of them.
--

Reply to this message by going to Community
[https://community.jboss.org/message/833760#833760]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [jBPM] - Re: jBPM 5.4 Rest API

2013-08-12 Thread Thomas Setiabudi
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created 
the discussion

Re: jBPM 5.4 Rest API

To view the discussion, visit: https://community.jboss.org/message/832420#832420

--
Hi,

As far as I know you have to do your custom WebService for that..
--

Reply to this message by going to Community
[https://community.jboss.org/message/832420#832420]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user