- __contains__ = has_key(self, key)
-
User Dict interface
- __getitem__(self, i)
-
Implements list access for containers and repositories
- __getslice__(self, i, j)
-
Implements list slice access for containers and repositories
- __init__(self, path, driver, cache)
- Overrides: __init__ from class XmlDocumentImp
- __len__(self)
-
Overides the length operator
- createDocument(self, path, src, docDef=None, imt='text/xml', forcedType=None)
-
Creates a document with the given document definition name,
path, type, and source. if the type is not specified it will
attempt to infer the type based on IMT and the src.
If path is an empty string, then a UUID will be generated for
the XML, XSLT, and Schematron documents.
If the document
definition specifies a full text index, then
the content is indexed
- createGroup(self, name, docDef=None)
-
Creates a new group. You need write access to the system group container
- createRawFile(self, path, imt, src)
-
Creates a raw file resource, using the specified, path, internet media type, and source string.
- createUriReferenceFile(self, path, imt, srcUri)
-
Create an URI Reference file. An URI Reference file is a reference to a URI
- createUser(self, name, passHash, docDef=None)
-
Create a new user. You must have write access to te system group container
- createXPathDocumentDefinition(self, path, nss, maps, cp, docDef=None)
- createXsltDocumentDefinition(self, path, xsltSrc, cp, docDef=None)
-
Create an XSLT document definition from pieces
- deleteResource(self, path, traverseAliases=None)
-
Delete any resource from the system.
- get(self, key, failobj=None)
-
User Dict interface
- getBasePath(self)
-
Get the path of this object as a base path
- Overrides: getBasePath from class XmlDocumentImp
- getContent(self)
-
Overidden to do return XML serialization of datastore container
- Overrides: getContent from class XmlDocumentImp
- has_key(self, key)
-
User Dict interface
- index(self, item)
-
User List interfaces
- items(self)
-
User Dict interface
- iteritems(self)
-
User Dict interface
- iterkeys(self)
-
User Dict interface
- itervalues(self)
-
User Dict interface
- keys(self)
-
User Dict interface
- setContent(self, src)
-
Raises NOT_SUPPORTED
- Overrides: setContent from class XmlDocumentImp
- setPathTemporary(self, path, timeToLive)
-
Marks the specified repository object as temporary
- values(self)
-
User Dict interface