Package Products :: Package ZenModel :: Package browser :: Module DeviceList :: Class AdvancedQueryDeviceList
[hide private]
[frames] | no frames]

Class AdvancedQueryDeviceList

source code

object --+
         |
        AdvancedQueryDeviceList

Adapter providing list of devices according to various criteria.

Instance Methods [hide private]
 
__init__(self, context) source code
 
__call__(self, *args, **kwargs)
Needs to be definition rather than simple reference due to possibility of monkeypatching the hook.
source code
 
_getAdvancedQueryDeviceList(self, offset=0, count=50, filter='', orderby='titleOrId', orderdir='asc')
Ask the catalog for devices matching the criteria specified.
source code
Method Details [hide private]

__init__(self, context)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)