Class CentralRepository
- java.lang.Object
-
- org.openbravo.service.centralrepository.CentralRepository
-
public class CentralRepository extends Object
Handles communication with Central Repository Web Services.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CentralRepository.Service
Defines available services in Central Repository
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.codehaus.jettison.json.JSONObject
executeRequest(CentralRepository.Service service)
static org.codehaus.jettison.json.JSONObject
executeRequest(CentralRepository.Service service, List<String> path)
static org.codehaus.jettison.json.JSONObject
executeRequest(CentralRepository.Service service, org.codehaus.jettison.json.JSONObject payload)
-
-
-
Method Detail
-
executeRequest
public static org.codehaus.jettison.json.JSONObject executeRequest(CentralRepository.Service service)
-
executeRequest
public static org.codehaus.jettison.json.JSONObject executeRequest(CentralRepository.Service service, org.codehaus.jettison.json.JSONObject payload)
-
executeRequest
public static org.codehaus.jettison.json.JSONObject executeRequest(CentralRepository.Service service, List<String> path)
-
-