class documentation

Undocumented

Method caps Print the capabilities of a document in JSON format
Method db_read Copy a project from the db to a local file.
Method db_write Copy a project from a local file to the db.

Inherited from Node:

Method cfg Undocumented
Method closest Undocumented
Method create_child Undocumented
Method create_child_if_configured Undocumented
Method create_children Undocumented
Method find_all Undocumented
Method find_first Undocumented
Method initialize Undocumented
Instance Variable config Undocumented
Instance Variable permissions Undocumented
Method _configure_permissions Undocumented

Inherited from Object (via Node):

Method __repr__ Undocumented

Inherited from INode (via Node, Object):

Method activate Undocumented
Method configure Undocumented
Method post_configure Undocumented
Method pre_configure Undocumented
Class Variable children Undocumented
Class Variable extName Undocumented
Class Variable extType Undocumented
Class Variable parent Undocumented
Class Variable root Undocumented
Class Variable uid Undocumented

Inherited from IObject (via Node, Object, INode):

Method props Undocumented
@gws.ext.command.cli('qgisCaps')
def caps(self, p: CapsParams): (source)

Print the capabilities of a document in JSON format

@gws.ext.command.cli('qgisDbread')
def db_read(self, p: DbreadParams): (source)

Copy a project from the db to a local file.

@gws.ext.command.cli('qgisDbwrite')
def db_write(self, p: DbwriteParams): (source)

Copy a project from a local file to the db.