CommcareAppStructureService

public interface CommcareAppStructureService

A service to perform queries against CommCareHQ application structure APIs.

Methods

getAllApplications

List<CommcareApplicationJson> getAllApplications(String configName)

Query CommCareHQ for structures of all applications.

Parameters:
  • configName – the name of the configuration used for connecting to CommcareHQ, null means default configuration
Returns:

the list of the CommcareApplicationJson objects representing all applications found on the configured domain of CommCareHQ

getAllApplications

List<CommcareApplicationJson> getAllApplications()

Same as getAllApplications but uses default Commcare configuration.