자산 유형 업데이트

다음을 참조하십시오.

새 자산 유형 오브젝트 또는 업데이트된 자산 유형 오브젝트에 대한 변경사항을 커미트하려면 RAMSession.put(IRAMSessionObject, IProgressMonitor)를 사용하십시오.

                //Update
                assetType.setName("Updated Asset Type");
                assetType.setDescription("Updated Description");
                
                session.put(assetType, new NullProgressMonitor());

피드백