How to get the list of all applications without json api

Confluence User - 07 Mar, 2016

Hi,

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

plugins

2


08 Mar, 2016
confluenceUser
confluenceUser

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

08 Mar, 2016
confluenceUser
confluenceUser

Thanks.Actually,I had solved this as fllows:

WorkflowManager wm = (WorkflowManager) AppUtil.getApplicationContext().getBean("workflowManager");
   Collection<WorkflowPackage> packegeList = wm.getPackageList();
RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print