@Controller public class OutlierController extends Object
| Constructor and Description |
|---|
OutlierController() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,au.org.ala.biocache.outliers.JackKnifeStats> |
getJackKnifeStats(String guid)
Checks to see if the supplied GUID represents an Australian species.
|
List<au.org.ala.biocache.outliers.RecordJackKnifeStats> |
getOutlierForUUid(String recordUuid)
Checks to see if the supplied GUID represents an Australian species.
|
@RequestMapping(value={"/outlierInfo/{guid:.+}.json*","/outlierInfo/{guid:.+}*"})
@ResponseBody
public Map<String,au.org.ala.biocache.outliers.JackKnifeStats> getJackKnifeStats(@PathVariable(value="guid")
String guid)
throws Exception
guid - Exception@RequestMapping(value="/outlier/record/{uuid}")
@ResponseBody
public List<au.org.ala.biocache.outliers.RecordJackKnifeStats> getOutlierForUUid(@PathVariable(value="uuid")
String recordUuid)
throws Exception
ExceptionCopyright © 2014. All rights reserved.