A common base class for routers that have a hierarchical tree
structure.
dictionary
|
addNode(self,
type,
contextUid,
id,
description=None)
Add a node to the existing tree underneath the node specified by the
context UID |
source code
|
|
DirectResponse
|
|
DirectResponse
|
moveOrganizer(self,
targetUid,
organizerUid)
Move the organizer uid to be underneath the organizer specified by
the targetUid. |
source code
|
|
|
gzip_b64(self,
string)
gzip an arbitrary string, base64 encode it, and return it |
source code
|
|
|
gunzip_b64(self,
string)
Base 64 decode a string, then gunzip it and return the result as
JSON. |
source code
|
|
|
_getFacade(self)
Abstract method for child classes to use to get their facade |
source code
|
|
[dictionary]
|
|
DirectResponse
|
|
|
|