class documentation

Undocumented

Method actions_for_project Undocumented
Method locate_action Undocumented
Method prepare_action Undocumented
Method _locate_by_ext_name Undocumented
Method _locate_by_ext_type Undocumented

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, IActionManager):

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, IActionManager, INode):

Method props Undocumented
def actions_for_project(self, project, user): (source)
def locate_action(self, project, ext_type, user): (source)
def prepare_action(self, command_category, command_name, params, user, read_options=None): (source)
def _locate_by_ext_name(self, obj, ext_name: str, user: gws.IUser): (source)

Undocumented

def _locate_by_ext_type(self, obj, ext_type: str, user: gws.IUser): (source)

Undocumented