Package net.anwiba.spatial.ckan.query
Interface ICkanShowResult<T>
-
- All Known Subinterfaces:
IOrganizationShowResult
- All Known Implementing Classes:
OrganizationShowResult
public interface ICkanShowResult<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMessage()TgetResult()booleanisSuccessful()
-
-
-
Method Detail
-
isSuccessful
boolean isSuccessful()
-
getMessage
java.lang.String getMessage()
-
getResult
T getResult()
-
-