새 커뮤니티 오브젝트 또는 업데이트된 커뮤니티 오브젝트에 대한 변경사항을 커미트하려면 RAMSession.put(IRAMSessionObject, IProgressMonitor)를 사용하십시오.
//Update
community.setName("Updated Community");
community.setDescription("Updated Community Description");
session.put(community, new NullProgressMonitor());