CTS2-LE REST API: OWL Update
Version vom 10. Oktober 2016, 18:43 Uhr von Billig (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Operation Syntax == ;Signature :Response webCts2Le.service.crud.OwlResource.update( ::@QueryParam(value="uri") String uri, ::@QueryParam(value="version")…“)
Operation Syntax
- Signature
- Response webCts2Le.service.crud.OwlResource.update(
- @QueryParam(value="uri") String uri,
- @QueryParam(value="version") String version,
- @QueryParam(value="isDefaultVersion") @DefaultValue(value="true") boolean isDefaultVersion,
- @QueryParam(value="resourceId") String resourceId,
- @QueryParam(value="groupName") String groupName,
- @QueryParam(value="defaultLanguage") @DefaultValue(value="en") String defaultLanguage,
- @QueryParam(value="mappingSpec") String mappingSpec)
- @POST
- @Path(value="/service/crud/owl/update")
- @Consumes(value={"application/xml"})
- @Produces(value={"application/xml"})
- Parameters
uri uri of the ontology. Note that the pair (uri, version) uniquely defines a value set within CTS2-LE
version version of the ontology
isDefaultVersion
resourceId unique CTS2-LE identifier (not an URI) of the ontology (also displayed in the navigator)
groupName group corresponding to the terminology tree in the navigator
defaultLanguage default language of the ontology
mappingSpec TODO