[JBoss JIRA] Moved: (JBPM-1222) create query builder
by Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-1222?page=all ]
Thomas Diesler moved PVM-49 to JBPM-1222:
-----------------------------------------
Project: JBoss jBPM (was: The Process Virtual Machine)
Key: JBPM-1222 (was: PVM-49)
Component/s: PVM
(was: pvm)
> create query builder
> --------------------
>
> Key: JBPM-1222
> URL: http://jira.jboss.com/jira/browse/JBPM-1222
> Project: JBoss jBPM
> Issue Type: Task
> Components: PVM
> Reporter: Tom Baeyens
>
> a simple query builder should be created that helps to build queries for finding process executions based on:
> * variable values
> * properties of related process domain object
> * current state of an execution (keep in mind the composite nodes)
> * start and end dates
> this might be done as a kind of convenience layer on top of the hibernate criteria API. i think (and heard it through others as well) that building a query in HQL might be more easy then using the criteria API.
> while doing this, we have to think about the things we expose and the documentation concequences: if we expose the full hibernate model, then we have to document it properly.
> please add more concrete queries if you know some.
> What are the queries that you use in your BPM project ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 6 months
[JBoss JIRA] Moved: (JBPM-1223) Add "and" to duration language in timers
by Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-1223?page=all ]
Thomas Diesler moved PVM-47 to JBPM-1223:
-----------------------------------------
Project: JBoss jBPM (was: The Process Virtual Machine)
Key: JBPM-1223 (was: PVM-47)
Component/s: PVM
(was: pvm)
> Add "and" to duration language in timers
> ----------------------------------------
>
> Key: JBPM-1223
> URL: http://jira.jboss.com/jira/browse/JBPM-1223
> Project: JBoss jBPM
> Issue Type: Task
> Components: PVM
> Environment: All
> Reporter: Jim Rigsbee
> Priority: Minor
>
> Currently the PDL allows for duration expressions of the type <quantity> {business} <unit>, e.g. 5 business hours or 5 days. Please expand this to allow the word "and" between multiple nodes. The time should be aggregated as milliseconds. Some examples,
> 5 business days and 2 hours,
> 1 month and 25 days and 2 minutes
> Tom's suggestion is that if business appears anywhere in the string that the entire duration is considered to be in "business time".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 6 months