|
CFx SDK Documentation
2020SP3
|
#include <ApLongTransactions.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdApLongTransactionReactor) | |
| OdApLongTransactionReactor () | |
| virtual void | beginCheckOut (OdDbLongTransaction &, OdDbObjectIdArray &originList) |
| virtual void | endCheckOut (OdDbLongTransaction &) |
| virtual void | beginCheckIn (OdDbLongTransaction &) |
| virtual void | endCheckIn (OdDbLongTransaction &) |
| virtual void | abortLongTransaction (OdDbLongTransaction &) |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| virtual void | addRef ()=0 |
| virtual void | release ()=0 |
| virtual long | numRefs () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual void | copyFrom (const OdRxObject *pSource) |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Protected Member Functions | |
| OdResult | veto () |
Friends | |
| class | OdApLongTransactionManagerImpl |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
This class is used to access callbacks for long transactions.
<group OdAp_Classes>
Definition at line 44 of file ApLongTransactions.h.
| OdApLongTransactionReactor::OdApLongTransactionReactor | ( | ) |
|
virtual |
Terminates the check out process and returns the aborted long transaction.
|
virtual |
Begins the checkin process of the specified long transaction.
|
virtual |
Begins the checkout process of the specified long transaction.
\param originList [in] List/array of objects (in the same block table record) to check out.
|
virtual |
Completes the checkin process of the specified long transaction.
|
virtual |
Completes the checkout process and returns the long transaction.
| OdApLongTransactionReactor::ODRX_DECLARE_MEMBERS | ( | OdApLongTransactionReactor | ) |
|
protected |
Terminates the check out process, if in progress.
|
friend |
Definition at line 81 of file ApLongTransactions.h.