| Trees | Index | Help |
|---|
| Package CMFDefault :: Package tests :: Module test_MetadataTool :: Class Bar |
|
object --+
|
Base --+
|
Node --+ |
| |
Element --+ |
| |
ElementWithAttributes --+
|
PropertyManager --+
|
DefaultDublinCoreImpl --+
|
Foo --+
|
Bar
| Method Summary | |
|---|---|
getPortalTypeName(self)
| |
| Inherited from Foo | |
| |
| Inherited from DefaultDublinCoreImpl | |
Add creator to Dublin Core creators. | |
WebDAV needs this to do the Right Thing (TM). | |
Deprecated alias of listContributors. | |
Dublin Core Date element - date resource created. | |
Dublin Core Date element - date resource created. | |
Dublin Core Creator element - resource author. | |
Dublin Core Date element - default date. | |
Dublin Core Description element - resource summary. | |
Need to add check for webDAV locked resource for TTW methods. | |
Dublin Core Date element - date resource becomes effective. | |
Dublin Core Date element - date resource becomes effective. | |
Dublin Core Date element - date resource expires. | |
Dublin Core Date element - date resource expires. | |
Dublin Core Format element - resource format. | |
Return RFC-822-style headers. | |
Dublin Core Identifier element - resource ID. | |
Is the date within the resource's effective range? | |
Dublin Core Language element - resource language. | |
Dublin Core Contributor elements - resource collaborators. | |
List Dublin Core Creator elements - resource authors. | |
Update metadata from the ZMI. | |
Dublin Core Date element - date resource last modified. | |
Dublin Core Date element - date resource last modified. | |
Take appropriate action after the resource has been modified. | |
Dublin Core Publisher element - resource publisher. | |
Dublin Core Rights element - resource copyright. | |
Set Dublin Core Contributor elements - resource collaborators. | |
Set Dublin Core Creator elements - resource authors. | |
Set Dublin Core Description element - resource summary. | |
Set Dublin Core Date element - date resource becomes effective. | |
Set Dublin Core Date element - date resource expires. | |
Set Dublin Core Format element - resource format. | |
Set Dublin Core Language element - resource language. | |
Set the date when the resource was last modified. | |
Set Dublin Core Rights element - resource copyright. | |
Set Dublin Core Subject element - resource keywords. | |
Set Dublin Core Title element - resource name. | |
Dublin Core Subject element - resource keywords. | |
Dublin Core Title element - resource name. | |
Dublin Core Type element - resource type. | |
| |
Update the editable metadata for this resource. | |
| Inherited from PropertyManager | |
Get the property 'id'. | |
Get the type of property 'id'. | |
Return true if object has a property 'id'. | |
Add a new property via the web. | |
Change existing object properties. | |
Replace one set of properties with another | |
Delete one or more properties specified by 'ids'. | |
Edit object properties via the web. | |
| |
Return a list of property ids. | |
Return a list of (id,property) tuples. | |
Return a label for the given property id | |
Return a tuple of mappings, giving meta-data for properties. | |
Return a list of actual property objects. | |
| |
| |
| |
Return a tuple of mappings, giving meta-data for properties. | |
| |
| |
| |
| |
| Inherited from ElementWithAttributes | |
Retrieves an attribute value by name. | |
Retrieves an Attr node by name or None if there is no such attribute. | |
Returns a NamedNodeMap containing the attributes of this node (if it is an element) or None otherwise. | |
| Inherited from Element | |
Returns a NodeList that contains all children of this node. | |
Returns a NodeList of all the Elements with a given tag name in the order in which they would be encountered in a preorder traversal of the Document tree. | |
The first child of this node. | |
The last child of this node. | |
The node immediately preceding this node. | |
The name of this node, depending on its type | |
A code representing the type of the node. | |
The parent of this node. | |
The node immediately preceding this node. | |
The name of the element | |
| Inherited from Node | |
The value of this node, depending on its type | |
The Document object associated with this node. | |
Returns true if the node has any children, false if it doesn't. | |
| Inherited from Base | |
x.__getattribute__('name') <==> x.name | |
Get arguments to be passed to __new__ | |
Get the object serialization state | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
Reduce an object to contituent parts for serialization | |
Set the object serialization state The state should be in one of 3 forms: - None Ignored - A dictionary In this case, the object's instance dictionary will be cleared and updated with the new state. | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Class Variable Summary | |
|---|---|
| Inherited from Foo | |
str |
description = ''
|
str |
format = ''
|
str |
language = ''
|
str |
rights = ''
|
tuple |
subject = ()
|
str |
title = ''
|
| Inherited from DefaultDublinCoreImpl | |
tuple |
__ac_permissions__ = (('Modify portal content', ('setTit...
|
Implements |
__implemented__ = <implementedBy Products.CMFDefault.Dub...
|
tuple |
__implements__ = (<Interface Products.CMFCore.interfaces...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
tuple |
_datify__roles__ = ()
|
tuple |
_editMetadata__roles__ = ()
|
PermissionRole |
addCreator__roles__ = <PermissionRole object at 0xb6fec0...
|
PermissionRole |
Contributors__roles__ = <PermissionRole object at 0xb6fe...
|
PermissionRole |
created__roles__ = <PermissionRole object at 0xb6fec4e8>
|
PermissionRole |
CreationDate__roles__ = <PermissionRole object at 0xb6fe...
|
PermissionRole |
Creator__roles__ = <PermissionRole object at 0xb6fec4e8>
|
PermissionRole |
Date__roles__ = <PermissionRole object at 0xb6fec4e8>
|
PermissionRole |
Description__roles__ = <PermissionRole object at 0xb6fec...
|
PermissionRole |
editMetadata__roles__ = <PermissionRole object at 0xb6fe...
|
PermissionRole |
effective__roles__ = <PermissionRole object at 0xb6fec4e...
|
PermissionRole |
EffectiveDate__roles__ = <PermissionRole object at 0xb6f...
|
PermissionRole |
ExpirationDate__roles__ = <PermissionRole object at 0xb6...
|
PermissionRole |
expires__roles__ = <PermissionRole object at 0xb6fec4e8>
|
PermissionRole |
Format__roles__ = <PermissionRole object at 0xb6fec4e8>
|
PermissionRole |
getMetadataHeaders__roles__ = <PermissionRole object at ...
|
PermissionRole |
Identifier__roles__ = <PermissionRole object at 0xb6fec4...
|
PermissionRole |
isEffective__roles__ = <PermissionRole object at 0xb6fec...
|
PermissionRole |
Language__roles__ = <PermissionRole object at 0xb6fec4e8...
|
PermissionRole |
listContributors__roles__ = <PermissionRole object at 0x...
|
PermissionRole |
listCreators__roles__ = <PermissionRole object at 0xb6fe...
|
PermissionRole |
manage_editMetadata__roles__ = <PermissionRole object at...
|
DTMLFile |
manage_metadata = <App.special_dtml.DTMLFile object at 0...
|
PermissionRole |
manage_metadata__roles__ = <PermissionRole object at 0xb...
|
NoneType |
modification_date = None |
PermissionRole |
ModificationDate__roles__ = <PermissionRole object at 0x...
|
PermissionRole |
modified__roles__ = <PermissionRole object at 0xb6fec4e8...
|
tuple |
notifyModified__roles__ = ()
|
PermissionRole |
Publisher__roles__ = <PermissionRole object at 0xb6fec4e...
|
PermissionRole |
Rights__roles__ = <PermissionRole object at 0xb6fec4e8>
|
PermissionRole |
setContributors__roles__ = <PermissionRole object at 0xb...
|
PermissionRole |
setCreators__roles__ = <PermissionRole object at 0xb6fec...
|
PermissionRole |
setDescription__roles__ = <PermissionRole object at 0xb6...
|
PermissionRole |
setEffectiveDate__roles__ = <PermissionRole object at 0x...
|
PermissionRole |
setExpirationDate__roles__ = <PermissionRole object at 0...
|
PermissionRole |
setFormat__roles__ = <PermissionRole object at 0xb6fec0b...
|
PermissionRole |
setLanguage__roles__ = <PermissionRole object at 0xb6fec...
|
PermissionRole |
setModificationDate__roles__ = <PermissionRole object at...
|
PermissionRole |
setRights__roles__ = <PermissionRole object at 0xb6fec0b...
|
PermissionRole |
setSubject__roles__ = <PermissionRole object at 0xb6fec0...
|
PermissionRole |
setTitle__roles__ = <PermissionRole object at 0xb6fec0b0...
|
PermissionRole |
Subject__roles__ = <PermissionRole object at 0xb6fec4e8>
|
PermissionRole |
Title__roles__ = <PermissionRole object at 0xb6fec4e8>
|
PermissionRole |
Type__roles__ = <PermissionRole object at 0xb6fec4e8>
|
DateTime |
_DefaultDublinCoreImpl__CEILING_DATE = DateTime('2499/12...
|
DateTime |
_DefaultDublinCoreImpl__FLOOR_DATE = DateTime('1969/12/3...
|
| Inherited from PropertyManager | |
tuple |
__propsets__ = ()
|
PermissionRole |
__roles__ = <PermissionRole object at 0xb74577b8>
|
PermissionRole |
getProperty__roles__ = <PermissionRole object at 0xb7457...
|
PermissionRole |
getPropertyType__roles__ = <PermissionRole object at 0xb...
|
PermissionRole |
hasProperty__roles__ = <PermissionRole object at 0xb7457...
|
PermissionRole |
manage_addProperty__roles__ = <PermissionRole object at ...
|
PermissionRole |
manage_changeProperties__roles__ = <PermissionRole objec...
|
PermissionRole |
manage_changePropertyTypes__roles__ = <PermissionRole ob...
|
PermissionRole |
manage_delProperties__roles__ = <PermissionRole object a...
|
PermissionRole |
manage_editProperties__roles__ = <PermissionRole object ...
|
tuple |
manage_options = ({'action': 'manage_propertiesForm', 'h...
|
DTMLFile |
manage_propertiesForm = <App.special_dtml.DTMLFile objec...
|
PermissionRole |
manage_propertiesForm__roles__ = <PermissionRole object ...
|
DTMLFile |
manage_propertyTypeForm = <App.special_dtml.DTMLFile obj...
|
PermissionRole |
manage_propertyTypeForm__roles__ = <PermissionRole objec...
|
PermissionRole |
propertyIds__roles__ = <PermissionRole object at 0xb7457...
|
PermissionRole |
propertyItems__roles__ = <PermissionRole object at 0xb74...
|
PermissionRole |
propertyMap__roles__ = <PermissionRole object at 0xb7457...
|
vps |
propertysheets = <OFS.PropertySheets.vps object at 0xb74...
|
PermissionRole |
propertyValues__roles__ = <PermissionRole object at 0xb7...
|
tuple |
_properties = ({'type': 'string', 'id': 'title', 'mode':...
|
tuple |
_reserved_names = ()
|
| Inherited from Node | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Nov 30 03:58:56 2005 | http://epydoc.sf.net |