使用 RAMSession.put(IRAMSessionObject, IProgressMonitor) 来落实对新的或已更新的社区对象的更改。
//Update
community.setName("Updated Community");
community.setDescription("Updated Community Description");
session.put(community, new NullProgressMonitor());