Uses of Interface
com.yahoo.transaction.Transaction.Operation
Packages that use Transaction.Operation
-
Uses of Transaction.Operation in com.yahoo.transaction
Methods in com.yahoo.transaction that return types with arguments of type Transaction.OperationModifier and TypeMethodDescriptionAbstractTransaction.operations()Transaction.operations()Returns the operations of this.Methods in com.yahoo.transaction with parameters of type Transaction.OperationModifier and TypeMethodDescriptionAbstractTransaction.add(Transaction.Operation operation) Transaction.add(Transaction.Operation operation) Adds an operation to this transaction.Method parameters in com.yahoo.transaction with type arguments of type Transaction.OperationModifier and TypeMethodDescriptionAbstractTransaction.add(List<Transaction.Operation> operations) Transaction.add(List<Transaction.Operation> operation) Adds multiple operations to this transaction.