1
0
-1

Hi,

    I want to know the method of getting the list of all applications,Please share the idea if anyone knows.  

    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      See Designing a List to design a list to retrieve all records from your form.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Thanks.Actually,I had solved this as fllows:

        WorkflowManager wm = (WorkflowManager) AppUtil.getApplicationContext().getBean("workflowManager");
           Collection<WorkflowPackage> packegeList = wm.getPackageList();
          CommentAdd your comment...