Manages Path Filter Records. More...
Public Types | |
|
typedef boost::shared_ptr < PathFilterManager > | SharedPtr |
Public Member Functions | |
Ctors & Dtors | |
| PathFilterManager () | |
| Ctor. | |
| ~PathFilterManager () | |
| Dtor. | |
GuestUser Management | |
| int | pathFilterAdd (const std::string &a_filter) |
| Add a new PathFilter. | |
| bool | pathFilterRemove (int32_bt a_ID) |
| Removes a PathFilter. | |
| std::string | getPathFilterXML () |
| Gets the Path Filter collection as XML. | |
| std::string | getPathFilterRegex () |
| Gets the Path Filter as Regex. | |
| void | buildPathFilter () |
| Re-Builds the Path Filter. | |
Manages Path Filter Records.
| Tonido::Data::PathFilterManager::PathFilterManager | ( | ) |
Ctor.
details if needed ...
| Tonido::Data::PathFilterManager::~PathFilterManager | ( | ) |
Dtor.
details if needed ...
| void Tonido::Data::PathFilterManager::buildPathFilter | ( | ) |
Re-Builds the Path Filter.
| std::string Tonido::Data::PathFilterManager::getPathFilterRegex | ( | ) |
Gets the Path Filter as Regex.
| std::string Tonido::Data::PathFilterManager::getPathFilterXML | ( | ) |
Gets the Path Filter collection as XML.
| int Tonido::Data::PathFilterManager::pathFilterAdd | ( | const std::string & | a_filter | ) |
Add a new PathFilter.
| [in,out] | a_filter | a Path Filter |
| bool Tonido::Data::PathFilterManager::pathFilterRemove | ( | int32_bt | a_ID | ) |
Removes a PathFilter.
| [in] | a_ID | of the PathFilter to remove |