新規または更新されたアセット・タイプ・オブジェクトに対する変更をコミットするには、RAMSession.put(IRAMSessionObject, IProgressMonitor) を使用します。
//Update
assetType.setName("Updated Asset Type");
assetType.setDescription("Updated Description");
session.put(assetType, new NullProgressMonitor());