Package gnue :: Package common :: Package datasources :: Module ConnectionTriggerObj
[show private | hide private]

Module gnue.common.datasources.ConnectionTriggerObj

Wrapper object for connections to be used in trigger namespace.
Classes
ConnectionTriggerObj Class that allows us to insert Connection objects into trigger namespaces

Function Summary
  add_connections_to_tree(connections, root_object)
Adds a ConnectionTriggerObj object for each connection as a child to the root object.
  addAllConnections(connections, gobjNamespace)
Adds all the connection names to the global trigger namespace.

Function Details

add_connections_to_tree(connections, root_object)

Adds a ConnectionTriggerObj object for each connection as a child to the root object.

This causes all connections to become visible in the global trigger namespace, because they will be handled like XML elements defined within the root element.

addAllConnections(connections, gobjNamespace)

Adds all the connection names to the global trigger namespace. DEPRECIATED.


GNUe Home

Private API

Developer's Corner