|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A transaction, consisting of changes to a set of Nodes on a single Repository.
Method Summary | |
Attribution |
attribution()
Who performed the transaction and when? |
boolean |
committed()
Has this transaction been committed? |
Txn |
inverse()
A transaction that inverts the actions of this one. |
java.util.List |
ops()
The subjects and operations performed by this transaction. |
Repository |
repository()
The Repository that this transaction was performed against. |
boolean |
resolved()
Has this transaction been resolved? |
java.util.List |
subjectList(Node subject)
A List of the TxnOp entries that share the same subject in this transaction. |
java.util.Set |
subjects()
A Set of the subjects that are contained in this Txn. |
Method Detail |
public Attribution attribution()
public Repository repository()
public boolean committed()
In other words is it final, or still being accumulated?
public boolean resolved()
Are its results reflected in the persistent backing store?
public java.util.List ops()
public java.util.Set subjects()
public java.util.List subjectList(Node subject)
public Txn inverse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |