Instance.updateInstanceFromJSON()
Signature
Concept updateInstanceFromJSON (String uri, String json)
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
Name | Type | Description |
uri | String | URI of the Concept to be updated |
json | String | An JSON string to be deserialized |
Returns
Type | Description |
Concept | The updated Concept instance |