Exemplo n.º 1
0
 def getActivityRuntimeEnvironment(self):
   return getActivityRuntimeEnvironment()
Exemplo n.º 2
0
 def getActivityRuntimeEnvironment(self):
     return getActivityRuntimeEnvironment()
Exemplo n.º 3
0
 def getActiveProcess(self):
   path = getActivityRuntimeEnvironment()._message.active_process
   if path:
     return self.unrestrictedTraverse(path)
Exemplo n.º 4
0
 def getActiveProcess(self):
     path = getActivityRuntimeEnvironment()._message.active_process
     if path:
         return self.unrestrictedTraverse(path)