Package ZenRelations :: Module ImportRM :: Class NoLoginImportRM
[hide private]
[frames] | no frames]

Class NoLoginImportRM

source code

Products.ZenUtils.ZCmdBase.ZCmdBase --+    
                                      |    
     xml.sax.handler.ContentHandler --+    
                                      |    
                               ImportRM --+
                                          |
                                         NoLoginImportRM

An ImportRM that does not call the __init__ method on ZCmdBase

Instance Methods [hide private]
 
__init__(self, app)
Initializer
source code

Inherited from ImportRM: addLink, buildOptions, characters, cleanattrs, commit, context, createObject, endElement, loadDatabase, loadObjectFromXML, processLinks, setProperty, startElement

Inherited from xml.sax.handler.ContentHandler: endDocument, endElementNS, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElementNS, startPrefixMapping

Class Variables [hide private]

Inherited from ImportRM: rootpath, skipobj

Method Details [hide private]

__init__(self, app)
(Constructor)

source code 
Initializer
Parameters:
  • app (string) - app
Overrides: ImportRM.__init__