Instance.updateInstanceFromJSON()

Signature

Concept updateInstanceFromJSON (String uri, String json)

Domain

ACTION

Description

Update a Concept instance with data contained in an JSON serialization of concept data. The Concept instance to be updated is identified by an extId attribute in the serialized concept data. An Exception will be thrown if the extId provided does not match any existing Concept instance.

Parameters

NameTypeDescription
uriStringURI of the Concept to be updated
jsonStringAn JSON string to be deserialized

Returns

TypeDescription
ConceptThe updated Concept instance

Cautions

none