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 |
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.
-
|