public class OperationTransactionImpl extends Object implements OperationTransaction
OperationTransaction.OperationType| Constructor and Description |
|---|
OperationTransactionImpl(OperationTransaction.OperationType type,
Collection<Metacard> previousStateMetacards) |
| Modifier and Type | Method and Description |
|---|---|
List<Metacard> |
getPreviousStateMetacards()
Returns the list of metacards in the state they existed before the operation was performed.
|
OperationTransaction.OperationType |
getType()
Get the type of the underlying transaction.
|
public OperationTransactionImpl(OperationTransaction.OperationType type, Collection<Metacard> previousStateMetacards)
public List<Metacard> getPreviousStateMetacards()
OperationTransactiongetPreviousStateMetacards in interface OperationTransactionpublic OperationTransaction.OperationType getType()
OperationTransactiongetType in interface OperationTransactionThis work is licensed under a Creative Commons Attribution 4.0 International License.