|
void | get (TableBase *&table, const std::string tableName, std::shared_ptr< const TableGroupKey > groupKey=0, const std::string *groupName=0, bool dontFill=false, TableVersion version=TableVersion(), bool resetConfiguration=true, bool looseColumnMatching=false) |
|
virtual std::set< std::string > | getAllTableNames () const |
|
virtual std::set< TableVersion > | getVersions (const TableBase *configuration) const =0 |
|
const bool & | getMode () const |
|
TableVersion | saveNewVersion (TableBase *configuration, TableVersion temporaryVersion, TableVersion newVersion=TableVersion()) |
|
virtual std::set< std::string > | getAllTableGroupNames (const std::string &filterString="") const |
|
virtual std::set< TableGroupKey > | getKeys (const std::string &groupName) const |
|
virtual std::map< std::string,
TableVersion > | getTableGroupMembers (std::string const &, bool includeMetaDataTable=false) const |
|
virtual void | saveTableGroup (std::map< std::string, TableVersion > const &, std::string const &) const |
|
virtual TableGroupKey | findLatestGroupKey (const std::string &groupName) const |
|
virtual TableVersion | findLatestVersion (const TableBase *configuration) const =0 |
|
virtual void | saveActiveVersion (const TableBase *configuration, bool overwrite=false) const =0 |
|
|
static ConfigurationInterface * | getInstance (bool mode) |
|
static bool | isVersionTrackingEnabled () |
|
static void | setVersionTrackingEnabled (bool setValue) |
|
|
static const std::string | GROUP_METADATA_TABLE_NAME |
|
|
ConfigurationHandlerBase * | theConfigurationHandler_ |
|
|
class | ConfigurationManagerRW |
|
class | ConfigurationManager |
|
Definition at line 18 of file ConfigurationInterface.h.
const std::string ConfigurationInterface::GROUP_METADATA_TABLE_NAME |
|
static |
The documentation for this class was generated from the following files: