Package org.alfresco.discovery.handler
Interface DiscoveryApi
-
- All Known Subinterfaces:
DiscoveryApiClient
public interface DiscoveryApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<DiscoveryEntry>getRepositoryInformation()
-
-
-
Method Detail
-
getRepositoryInformation
@RequestMapping(value="/discovery", produces="application/json", method=GET) org.springframework.http.ResponseEntity<DiscoveryEntry> getRepositoryInformation()
-
-