Provides lookup access to processing pipes and performs caching.
|
|
|
|
|
|
|
getEventClassOrganizer(self,
eventClassName) |
source code
|
|
|
lookupEventClass(self,
eventContext)
Find a Device's EventClass |
source code
|
|
|
getElementByUuid(self,
uuid)
Get a Device/Component by UUID |
source code
|
|
|
|
|
|
|
getElementById(self,
catalog,
element_type_id,
id)
Find element by ID, first checking a cache for UUIDs then using that
UUID to load the element. |
source code
|
|
|
|
|
_findDevices(self,
identifier,
ipAddress,
limit=None)
returns a tuple ([device brains], [devices]) searching manage IP and
interface IPs. |
source code
|
|
|
|
|
|
|
getUuidsOfPath(self,
node)
Looks up all the UUIDs in the tree path of an Organizer |
source code
|
|