FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::LongTransaction::IRollbackLongTransactionImp Class Reference
[OSGeo::FDO::Commands::LongTransaction]

Inherits OSGeo::FDO::Commands::IFeatureCommandImp, and OSGeo::FDO::Commands::LongTransaction::IRollbackLongTransaction.

Inheritance diagram for OSGeo::FDO::Commands::LongTransaction::IRollbackLongTransactionImp:

Inheritance graph
[legend]
List of all members.

Detailed Description

The IRollbackLongTransactionImp class is a concrete implementation of IRollbackLongTransaction. The IRollbackLongTransaction interface defines the RollbackLongTransaction command, which allows a user to execute rollback operations on a long transaction. Two different rollback operations are distinguished: full and partial.

()

  1. A full rollback operation is executed on all data within a long transaction and all its descendents. The data is removed from the database and all versions involved in the process deleted.
  2. A partial rollback operation is executed on a subset of the data within a long transaction (which could be all data). The specified data in this long transaction and all its descendents are removed from the database. The versions involved in the process are not removed. The subset of the data to be rolled back is defined by a class name and a set of filter criteria.

To perform a rollback operation, the user requires the access and rollback privileges for the long transaction to be rolled back (in the case of a full rollback, the user also requires the remove privilege for the long transaction) and the access privilege for all the descendent versions.

Definition at line 45 of file mgIRollbackLongTransactionImp.h.


Public Member Functions

System::Void Execute ()
 Executes the RollbackLongTransaction command.
__property System::String * get_Name ()
 Gets the name of the long transaction to roll back as a string.
__property System::Void set_Name (System::String *value)
 Sets the name of the long transaction to roll back as a string.

Comments or suggestions? Send us feedback.