자산의 현재 라이프사이클 검토 가져오기

다음을 참조하십시오.

자산 검토는 자산의 상태 히스토리 내에 저장됩니다. RAMAsset.getCurrentStateHistory()를 사용하여 자산의 현재 검토를 가져올 수 있습니다.

//Get the current state history
  RAMStateHistory stateHistory = newAsset.getCurrentStateHistory();
//Get the comments from the state history
  RAMVote[] votes = stateHistory.getVotes()

피드백