To only allow create or update operations check first with {@link #isRepresentation(String)}.
@param representation the representation to be updated
@return The updated entity.
@throws EntityhubException On any error while performing the operation
@throws IllegalArgumentException if null
is parsed asRepresentation or if no {@link Representation} with the parsed id ismanaged by the Entityhub.
|
|
|
|
|
|