[jboss-jira] [JBoss JIRA] Created: (JBPM-811) sorted task lists
Gavin King (JIRA)
jira-events at jboss.com
Mon Dec 18 14:55:38 EST 2006
sorted task lists
-----------------
Key: JBPM-811
URL: http://jira.jboss.com/jira/browse/JBPM-811
Project: JBoss jBPM
Issue Type: Feature Request
Components: Core Engine
Reporter: Gavin King
Assigned To: Tom Baeyens
JbpmContext.getTaskList() should allow sorting and filtering of the task list, by either priority, creation date, or type
Something like Hibernate Criteria API makes sense:
ctx.createTaskLiskQuery().orderByPriority().filterByType("approve document").getTaskList()
Same facility should also exist for querying process definitions.
--
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
More information about the jboss-jira
mailing list