You are not logged in Log in Join
You are here: Home » Download Zope Products » Content Management Framework » CMF Documentation » CMF Design Documents » Standard CMF Interfaces » Content Interfaces » Mutable Dublin Core Metadata

Log in
Name

Password

 

Mutable Dublin Core Metadata

May be somewhat out of date. Moved from cmf.zope.org, where it was last modifed 2000/11/01.

Purpose

Provide an interface for updating user-settable metadata.

"Edit Content" permission

setTitle( title )
update the resource's title.
setCreator( creator )
update the resource's author(s).
setSubject( subject )
update the resource's subject (keywords).
setDescription( description )
update the resource's description.
setContributors( contributors )
update the resource's contributors.
setEffectiveDate( effective_date )
update the resource's effective date.
setExpirationDate( expiration_date )
update the resource's expiration date.
setFormat( format )
update the resource's format.
setLanguage( language )
update the resource's language.
setRights( rights )
update the resource's IP rights.