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)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
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='id', orderdir='asc')
Ask the catalog for devices matching the criteria specified.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, context)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)