|
| CorePropertySupervisorBase (xdaq::Application *application) |
|
XDAQ_CONST_CALL
xdaq::ApplicationDescriptor * | getGatewaySupervisorDescriptor (void) |
|
virtual void | setSupervisorPropertyDefaults (void) |
|
virtual void | forceSupervisorPropertyValues (void) |
|
void | getRequestUserInfo (WebUsers::RequestUserInfo &requestUserInfo) |
|
ConfigurationTree | getContextTreeNode (void) const |
|
ConfigurationTree | getSupervisorTableNode (void) const |
|
const std::string & | getContextUID (void) const |
|
const std::string & | getSupervisorUID (void) const |
|
const std::string & | getSupervisorConfigurationPath (void) const |
|
void | resetPropertiesAreSetup (void) |
|
ConfigurationTree | getSupervisorTreeNode (void) |
|
void | loadUserSupervisorProperties (void) |
|
template<class T > |
void | setSupervisorProperty (const std::string &propertyName, const T &propertyValue) |
|
void | setSupervisorProperty (const std::string &propertyName, const std::string &propertyValue) |
|
template<class T > |
void | addSupervisorProperty (const std::string &propertyName, const T &propertyValue) |
|
void | addSupervisorProperty (const std::string &propertyName, const std::string &propertyValue) |
|
template<class T > |
T | getSupervisorProperty (const std::string &propertyName) |
|
template<class T > |
T | getSupervisorProperty (const std::string &propertyName, const T &defaultValue) |
|
std::string | getSupervisorProperty (const std::string &propertyName) |
|
std::string | getSupervisorProperty (const std::string &propertyName, const std::string &defaultValue) |
|
WebUsers::permissionLevel_t | getSupervisorPropertyUserPermissionsThreshold (const std::string &requestType) |
|