새 자산 유형 오브젝트 또는 업데이트된 자산 유형 오브젝트에 대한 변경사항을 커미트하려면 RAMSession.put(IRAMSessionObject, IProgressMonitor)를 사용하십시오.
//Update
assetType.setName("Updated Asset Type");
assetType.setDescription("Updated Description");
session.put(assetType, new NullProgressMonitor());