1
0
-1
2 answers
- 210
See Designing a List to design a list to retrieve all records from your form.
Add your comment... - 10-1
Thanks.Actually,I had solved this as fllows:
WorkflowManager wm = (WorkflowManager) AppUtil.getApplicationContext().getBean("workflowManager"); Collection<WorkflowPackage> packegeList = wm.getPackageList();
Add your comment...
Hi,
I want to know the method of getting the list of all applications,Please share the idea if anyone knows.