FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

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

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

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

[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.


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.

Member Function Documentation

System::Void OSGeo::FDO::Commands::LongTransaction::IRollbackLongTransactionImp::Execute  ) 
 

Executes the RollbackLongTransaction command.

Returns:
Returns nothing

__property System::String* OSGeo::FDO::Commands::LongTransaction::IRollbackLongTransactionImp::get_Name  ) 
 

Gets the name of the long transaction to roll back as a string.

Returns:
Returns the name of the long transaction.

__property System::Void OSGeo::FDO::Commands::LongTransaction::IRollbackLongTransactionImp::set_Name System::String *  value  ) 
 

Sets the name of the long transaction to roll back as a string.

Parameters:
value Input the name of the long transaction.
Returns:
Returns nothing

Comments or suggestions? Send us feedback.