BdsApi
2.2.7
This is the Blacknest BDS API.
|
This holds information on a set of Changes. More...
#include <BdsD.h>
Public Member Functions | |
ChangeGroup (BUInt32 id=0, BTimeStamp time=BTimeStamp(), BString type=BString(), BString user=BString(), BString title=BString(), BString description=BString()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | setMember (BString name, BString value) |
BError | getMembers (BDictString &members) |
BError | getMember (BString name, BString &value) |
![]() | |
BObj () | |
virtual | ~BObj () |
virtual const char * | getType () const |
virtual const BObjMember * | getMembers () const |
virtual void | membersPrint () const |
virtual BString | getDebugString () |
Public Attributes | |
BUInt32 | id |
The unique id. More... | |
BTimeStamp | time |
The Time the change was made. More... | |
BString | type |
The type of change. More... | |
BString | user |
The user who made the change. More... | |
BString | title |
The Changes title. More... | |
BString | description |
The Description of the change. More... | |
This holds information on a set of Changes.
A set of changes to the BDS database are grouped into a ChangeGroup. This could be a set of changes whilst a user is logged in or by a program making a set of changes.
Bds::ChangeGroup::ChangeGroup | ( | BUInt32 | id = 0 , |
BTimeStamp | time = BTimeStamp() , |
||
BString | type = BString() , |
||
BString | user = BString() , |
||
BString | title = BString() , |
||
BString | description = BString() |
||
) |
Reimplemented from BObj.
|
virtual |
Reimplemented from BObj.
BString Bds::ChangeGroup::getType | ( | ) |
|
virtual |
Reimplemented from BObj.
BString Bds::ChangeGroup::description |
The Description of the change.
BUInt32 Bds::ChangeGroup::id |
The unique id.
BTimeStamp Bds::ChangeGroup::time |
The Time the change was made.
BString Bds::ChangeGroup::title |
The Changes title.
BString Bds::ChangeGroup::type |
The type of change.
BString Bds::ChangeGroup::user |
The user who made the change.