|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.server.repository.update.UpdateResults
public class UpdateResults
List of IModelTransactionUpdates that occured in one update call
| Constructor Summary | |
|---|---|
UpdateResults(java.lang.Long userId)
Create a new UpdateResults |
|
| Method Summary | |
|---|---|
java.util.List<IModelTransactionUpdates> |
getTransactions()
Get a List of IModelTransactionUpdates that makeup the update call |
TransactionUpdateResults |
nextTransaction(long transactionId,
java.lang.Long timestamp)
Create a new transaction with given ID and add it list of transactions |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateResults(java.lang.Long userId)
userId - User that called update| Method Detail |
|---|
public TransactionUpdateResults nextTransaction(long transactionId,
java.lang.Long timestamp)
transactionId - ID of transactiontimestamp - timestamp of transaction
public java.util.List<IModelTransactionUpdates> getTransactions()
IModelUpdate
getTransactions in interface IModelUpdate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||