예제 #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)