Lines Matching refs:Transaction
53 """Base exception class for all Transaction exceptions."""
76 """Used to indicate that a Transaction operation failed.
119 return _("No Transaction matching ID '{0}' could be found.").format(
124 """Used to indicate that a Transaction is already open for use."""
127 return _("Transaction ID '{0}' is already open.").format(
131 class Transaction(object):
132 """A Transaction is a server-side object used to represent the set of
133 incoming changes to a package. Manipulation of Transaction objects in
355 load Transaction data."""
454 the Transaction."""
605 """Adds the file to the Transaction."""
667 """Adds the manifest to the Transaction."""
736 """Transaction meets consistency criteria, and can be published.
755 """Transaction meets consistency criteria, and can be published.