アセットのレビューは、アセットの状態の履歴の中に保管されます。 アセットの現在のレビューを取得するには、RAMAsset.getCurrentStateHistory() を使用します。
//Get the current state history RAMStateHistory stateHistory = newAsset.getCurrentStateHistory(); //Get the comments from the state history RAMVote[] votes = stateHistory.getVotes()