- AsDom(context, path=None)
-
Get an RTF that is as a live version of the document function. NOTE: This does not work like document(), where document() caches RTFs and always returns the same one per the spec, as-dom will return the latest in the repo.
- GetAbsolutePath(context, path=None)
-
Get the full path into the system, resolving aliases if needed
- GetAclByKey(context, aclKey, path=None)
- GetAliases(context, path=None)
-
Get a list of alias objects that reference this object
- GetAllAcl(context, path=None)
- GetContent(context, path=None, encoding='LATIN-1')
-
Get the string content of this resource as an XPath string object
path - the repository path to the object to retrieve
encoding - the encoding to use in converting the content to Unicode
- GetCreationDate(context, path=None)
-
Get the date the resource was created
- GetLastModifiedDate(context, path=None)
-
Get the date the resource was last modified
- GetMetaDataResource(context, path=None)
-
Get the string meta data of this resource
- GetName(context, path=None)
-
Get the name of the resource.
- GetOwner(context, path=None)
-
Get the owner of the resource
- GetParent(context, path=None)
-
Get the parent container of this resource
- GetRawContent(context, path=None, encoding='iso-8859-1')
-
Get the string content of this resource as a raw Unicode object
path - the repository path to the object to retrieve
encoding - the encoding to use in converting the content to Unicode
- GetSize(context, path=None)
-
Get the size of the resource
- ResourceType(context, path=None)
-
Get the resource type of the resource
- VerifyAcl(context, aclKey, path=None, verifyTraverse=1)
-
Verify that the testAclIdent is in the acl list specified by the acl key for this object.