Package Products :: Package ZenModel :: Module actions :: Class TargetableAction
[hide private]
[frames] | no frames]

Class TargetableAction

source code

object --+
         |
        TargetableAction
Known Subclasses:

Instance Methods [hide private]
 
setupAction(self, dmd)
Some actions need to configure themselves with properties from the dmd.
source code
 
getTargets(self, notification) source code
 
handleExecuteError(self, exception, notification, target) source code
 
executeBatch(self, notification, signal, targets) source code
 
execute(self, notification, signal) source code
Class Variables [hide private]
  shouldExecuteInBatch = False
Method Details [hide private]

setupAction(self, dmd)

source code 

Some actions need to configure themselves with properties from the dmd. This is their opportunity to do so.