Interface GeoServiceSummary
-
@Projection(name="summary", types=GeoService.class) public interface GeoServiceSummary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AuthorizationRule>getAuthorizationRules()StringgetId()List<GeoServiceLayer>getLayers()GeoServiceProtocolgetProtocol()GeoServiceSettingsgetSettings()StringgetTitle()
-
-
-
Method Detail
-
getId
String getId()
-
getProtocol
GeoServiceProtocol getProtocol()
-
getTitle
String getTitle()
-
getLayers
List<GeoServiceLayer> getLayers()
-
getSettings
GeoServiceSettings getSettings()
-
getAuthorizationRules
List<AuthorizationRule> getAuthorizationRules()
-
-