|
|
|
|
|
|
|
|
|
|
|
|
|
getSequence(self,
uid)
returns the sequence order of keys for a given instance |
source code
|
|
|
|
|
setTransform(self,
uid,
transform)
sets the transform for the context |
source code
|
|
|
getTransform(self,
uid)
returns a transform for the context |
source code
|
|
|
getTransformTree(self,
uid)
returns a transform for the context with all its inherited transforms |
source code
|
|
|
isTransformEnabled(self,
uid)
Returns True if transform is enabled, False if disabled. |
source code
|
|
|
|
|
|
|
|
|
testCompileTransform(self,
transform)
Test our transform by compiling it. |
source code
|
|
|
testRegex(self,
regex,
example)
Test our regex using the example event string. |
source code
|
|
|
testRule(self,
rule)
Test our rule by compiling it. |
source code
|
|
|
moveInstance(self,
params)
move a mapped instance to a different organizer @params['targetUid']
@params['UidsToMove'] |
source code
|
|
|
|
|
getEventsCounts(self,
uid)
return all the event counts for this context |
source code
|
|
Inherited from TreeRouter :
addNode ,
asyncGetTree ,
deleteNode ,
gunzip_b64 ,
gzip_b64 ,
moveOrganizer ,
objectExists
|