geonode.geoserver.tasks ======================= .. py:module:: geonode.geoserver.tasks Attributes ---------- .. autoapisummary:: geonode.geoserver.tasks.logger geonode.geoserver.tasks.log_lock Functions --------- .. autoapisummary:: geonode.geoserver.tasks.geoserver_update_datasets geonode.geoserver.tasks.geoserver_set_style geonode.geoserver.tasks.geoserver_create_style geonode.geoserver.tasks.geoserver_post_save_datasets geonode.geoserver.tasks.geoserver_create_thumbnail geonode.geoserver.tasks.geoserver_cascading_delete geonode.geoserver.tasks.geoserver_delete_map geonode.geoserver.tasks.synch_guardian Module Contents --------------- .. py:data:: logger .. py:data:: log_lock .. py:function:: geoserver_update_datasets(self, *args, **kwargs) Runs update layers. .. py:function:: geoserver_set_style(self, instance_id, base_file) Sets styles from SLD file. .. py:function:: geoserver_create_style(self, instance_id, name, sld_file, tempdir) Sets or create styles from Upload Session. .. py:function:: geoserver_post_save_datasets(self, instance_id, *args, **kwargs) Runs update layers. .. py:function:: geoserver_create_thumbnail(self, instance_id, overwrite=True, check_bbox=True) Runs create_gs_thumbnail. .. py:function:: geoserver_cascading_delete(self, *args, **kwargs) Runs cascading_delete. .. py:function:: geoserver_delete_map(self, object_id) Deletes a map and the associated map layers. .. py:function:: synch_guardian() Sync resources with Guardian and clear their dirty state