public interface ApiCallLogService
| Modifier and Type | Method and Description |
|---|---|
List<ApiCallLog> |
findApiCallLog(String serviceProvider) |
List<String> |
findServiceProviders() |
void |
saveApiCallLog(ApiCallLog log)
Log the Api request
|
void saveApiCallLog(ApiCallLog log)
log - the ApiCallLog to be insertedList<ApiCallLog> findApiCallLog(String serviceProvider)
serviceProvider - the entityid of the serviceProviderCopyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.