|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.client.RAMStateHistory
public class RAMStateHistory
Represents a collection of information that occurred while an asset was in a given state. This information might include collaborators' comments, policy results, and voting results.
| Method Summary | |
|---|---|
void |
castVote(RAMVote vote)
Cast an approval for on the asset |
void |
comment(RAMComment comment)
Add a comment to the current state history |
RAMAsset |
getAsset()
Return the RAM Asset that this state history is for |
RAMComment[] |
getComments()
Get the User Comments |
RAMVote[] |
getVotes()
Get the User Votes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void castVote(RAMVote vote)
throws RAMRuntimeException
vote -
RAMRuntimeExceptionpublic void comment(RAMComment comment)
comment - public RAMComment[] getComments()
public RAMVote[] getVotes()
public RAMAsset getAsset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||