新規または更新されたコミュニティー・オブジェクトに対する変更をコミットするには、RAMSession.put(IRAMSessionObject, IProgressMonitor) を使用します。
//Update
community.setName("Updated Community");
community.setDescription("Updated Community Description");
session.put(community, new NullProgressMonitor());