Trees | Index | Help |
|
---|
Package ZenModel :: Module interfaces :: Class IDeviceManager |
|
Method Summary | |
---|---|
Return a list of potential targets to which a device can be moved. | |
Return the moveTarget based on its name. | |
Move a list of devices from this DeviceManager to another. | |
Remove devices from this DeviceManager. |
Method Details |
---|
deviceMoveTargets(self)Return a list of potential targets to which a device can be moved. Should remove self from of list. |
getDeviceMoveTarget(self, moveTargetName)Return the moveTarget based on its name. |
moveDevices(self, moveTarget, deviceNames=None, REQUEST=None)Move a list of devices from this DeviceManager to another. |
removeDevices(self, deviceNames=None, REQUEST=None)Remove devices from this DeviceManager. |
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 16 09:55:13 2007 | http://epydoc.sf.net |