示例#1
0
 def update(self, notification_id, config_file):
     shared.update(self, notification_id, config_file)
示例#2
0
 def update(self, tag_id, config_file):
     shared.update(self, tag_id, config_file)
示例#3
0
 def update(self, profile_id, config_file):
     shared.update(self, profile_id, config_file)
示例#4
0
 def update(self, dashboard_id, config_file):
     shared.update(self, dashboard_id, config_file)
示例#5
0
 def update_privacy(self, web_application_id, config_file):
     shared.update(self,
                   web_application_id,
                   config_file,
                   path_modifier='/dataPrivacy')
示例#6
0
 def update(self, web_application_id, config_file):
     shared.update(self, web_application_id, config_file)
示例#7
0
 def update(self, zone_id, config_file):
     shared.update(self, zone_id, config_file)
示例#8
0
 def update(self, window_id, config_file):
     shared.update(self, window_id, config_file)