[top] / zope / dublincore / interfaces / IWriteZopeDublinCore
Zope Dublin Core properties with generate update support
contributors
*
-
Tuple
(default =
None
)
The unqualified Dublin Core 'Contributor' element values
created
*
-
Datetime
(default =
None
)
The date and time that an object is created. This is normally set automatically.
creators
*
-
Tuple
(default =
None
)
The unqualified Dublin Core 'Creator' element values
description
*
-
Text
(default =
None
)
The first unqualified Dublin Core 'Description' element value.
effective
*
-
Datetime
(default =
None
)
The date and time that an object should be published.
expires
*
-
Datetime
(default =
None
)
The date and time that the object should become unpublished.
modified
*
-
Datetime
(default =
None
)
The date and time that the object was last modified in a meaningful way.
publisher
*
-
Text
(default =
None
)
The first unqualified Dublin Core 'Publisher' element value.
subjects
*
-
Tuple
(default =
None
)
The unqualified Dublin Core 'Subject' element values
title
*
-
TextLine
(default =
None
)
The first unqualified Dublin Core 'Title' element value.
* = required
getQualifiedSources()
Return a sequence of Source IDublinCoreElementItem.
getQualifiedSubjects()
Return a sequence of Subject IDublinCoreElementItem.
setQualifiedLanguages(qualified_languages)
Set the qualified Languages elements.
The argument must be a sequence of Language IDublinCoreElementItem.
setQualifiedTypes(qualified_types)
Set the qualified Types elements.
The argument must be a sequence of Type IDublinCoreElementItem.
getQualifiedContributors()
Return a sequence of Contributor IDublinCoreElementItem.
setQualifiedSubjects(qualified_subjects)
Set the qualified Subjects elements.
The argument must be a sequence of Subject IDublinCoreElementItem.
getQualifiedDescriptions()
Return a sequence of Description IDublinCoreElementItem.
getQualifiedRights()
Return a sequence of Rights IDublinCoreElementItem.
Type()
Return the resource type
Return a human-readable type name for the resource.
The first unqualified Dublin Core Type element value is returned as a unicode string if an unqualified element is defined, otherwise, an empty unicode string is returned.
Identifier()
Return the URL of the resource.
This value is computed. It is included in the output of qualifiedIdentifiers with the qualification 'url'.
Description()
Return the resource description
Return a natural language description of this object.
The first unqualified Dublin Core Description element value is returned as a unicode string if an unqualified element is defined, otherwise, an empty unicode string is returned.
Format()
Return the resource format.
Return the resource's MIME type (e.g., 'text/html', 'image/png', etc.).
The first unqualified Dublin Core Format element value is returned as a unicode string if an unqualified element is defined, otherwise, an empty unicode string is returned.
Title()
Return the resource title.
The first unqualified Dublin Core Title element value is returned as a unicode string if an unqualified element is defined, otherwise, an empty unicode string is returned.
setQualifiedContributors(qualified_contributors)
Set the qualified Contributors elements.
The argument must be a sequence of Contributor IDublinCoreElementItem.
setQualifiedCoverages(qualified_coverages)
Set the qualified Coverages elements.
The argument must be a sequence of Coverage IDublinCoreElementItem.
ExpirationDate()
Date resource expires.
The value of the first Dublin Core Date element qualified by 'expiration' is returned as a unicode string if a qualified element is defined, otherwise, an empty unicode string is returned. The string is formatted 'YYYY-MM-DD H24:MN:SS TZ'.
Date()
Return the default date
The first unqualified Dublin Core Date element value is returned as a unicode string if an unqualified element is defined, otherwise, an empty unicode string is returned. The string is formatted 'YYYY-MM-DD H24:MN:SS TZ'.
setQualifiedIdentifiers(qualified_identifiers)
Set the qualified Identifiers elements.
The argument must be a sequence of Identifier IDublinCoreElementItem.
getQualifiedTitles()
Return a sequence of Title IDublinCoreElementItem.
getQualifiedCoverages()
Return a sequence of Coverage IDublinCoreElementItem.
Publisher()
Dublin Core element - resource publisher
Return full formal name of the entity or person responsible for publishing the resource.
The first unqualified Dublin Core Publisher element value is returned as a unicode string if an unqualified element is defined, otherwise, an empty unicode string is returned.
setQualifiedSources(qualified_sources)
Set the qualified Sources elements.
The argument must be a sequence of Source IDublinCoreElementItem.
EffectiveDate()
Return the effective date
The value of the first Dublin Core Date element qualified by 'effective' is returned as a unicode string if a qualified element is defined, otherwise, an empty unicode string is returned. The string is formatted 'YYYY-MM-DD H24:MN:SS TZ'.
Rights()
Return the resource rights.
Return a string describing the intellectual property status, if any, of the resource. for the resource.
The first unqualified Dublin Core Rights element value is returned as a unicode string if an unqualified element is defined, otherwise, an empty unicode string is returned.
getQualifiedPublishers()
Return a sequence of Publisher IDublinCoreElementItem.
getQualifiedRelations()
Return a sequence of Relation IDublinCoreElementItem.
ModificationDate()
Date resource last modified.
The value of the first Dublin Core Date element qualified by 'modification' is returned as a unicode string if a qualified element is defined, otherwise, an empty unicode string is returned. The string is formatted 'YYYY-MM-DD H24:MN:SS TZ'.
Language()
Return the resource language.
Return the RFC language code (e.g., 'en-US', 'pt-BR') for the resource.
The first unqualified Dublin Core Language element value is returned as a unicode string if an unqualified element is defined, otherwise, an empty unicode string is returned.
setQualifiedTitles(qualified_titles)
Set the qualified Title elements.
The argument must be a sequence of IDublinCoreElementItem.
getQualifiedTypes()
Return a sequence of Type IDublinCoreElementItem.
getQualifiedFormats()
Return a sequence of Format IDublinCoreElementItem.
setQualifiedPublishers(qualified_publishers)
Set the qualified Publishers elements.
The argument must be a sequence of Publisher IDublinCoreElementItem.
getQualifiedDates()
Return a sequence of Date IDublinCoreElementItem.
getQualifiedCreators()
Return a sequence of Creator IDublinCoreElementItem.
CreationDate()
Return the creation date.
The value of the first Dublin Core Date element qualified by 'creation' is returned as a unicode string if a qualified element is defined, otherwise, an empty unicode string is returned. The string is formatted 'YYYY-MM-DD H24:MN:SS TZ'.
Contributors()
Return the resource contributors
Return any additional collaborators.
The unqualified Dublin Core Contributor element values are returned as a sequence of unicode strings.
Creator()
Return the resource creators.
Return the full name(s) of the author(s) of the content object.
The unqualified Dublin Core Creator element values are returned as a sequence of unicode strings.
getQualifiedLanguages()
Return a sequence of Language IDublinCoreElementItem.
getQualifiedIdentifiers()
Return a sequence of Identifier IDublinCoreElementItem.
setQualifiedFormats(qualified_formats)
Set the qualified Formats elements.
The argument must be a sequence of Format IDublinCoreElementItem.
setQualifiedRights(qualified_rights)
Set the qualified Rights elements.
The argument must be a sequence of Rights IDublinCoreElementItem.
setQualifiedRelations(qualified_relations)
Set the qualified Relations elements.
The argument must be a sequence of Relation IDublinCoreElementItem.
setQualifiedDates(qualified_dates)
Set the qualified Dates elements.
The argument must be a sequence of Date IDublinCoreElementItem.
setQualifiedDescriptions(qualified_descriptions)
Set the qualified Descriptions elements.
The argument must be a sequence of Description IDublinCoreElementItem.
setQualifiedCreators(qualified_creators)
Set the qualified Creator elements.
The argument must be a sequence of Creator IDublinCoreElementItem.
Subject()
Return the resource subjects.
The unqualified Dublin Core Subject element values are returned as a sequence of unicode strings.
There are no specific adapters registered for this interface.
There are no extended adapters registered for this interface.
zope.viewlet.metaconfigure.JavaScriptViewlet
(name: boston.js)
zope.viewlet.manager.<ViewletManager providing IJavaScript>
(name: zope.app.boston.IJavaScript)
zope.viewlet.viewlet.SimpleViewletClass from /opt/zope/sr/apidoc/src/zope/app/boston/viewlets/toolbar/viewlet.pt
(name: toolbar)
zope.traversing.namespace.lang
(name: lang)
zope.viewlet.manager.<ViewletManager providing ICSS>
(name: zope.app.boston.ICSS)
zope.traversing.namespace.acquire
(name: acquire)
zope.traversing.namespace.acquire
(name: acquire)
zope.traversing.namespace.acquire
(name: acquire)
zope.traversing.namespace.acquire
(name: acquire)
zope.app.apidoc.codemodule.browser.introspector.annotationsNamespace
(name: annotations)
zope.app.apidoc.codemodule.browser.introspector.annotationsNamespace
(name: annotations)
zope.app.apidoc.codemodule.browser.introspector.annotationsNamespace
(name: annotations)
zope.app.apidoc.codemodule.browser.introspector.annotationsNamespace
(name: annotations)
zope.viewlet.metaconfigure.CSSViewlet
(name: xmltree.css)
zope.app.pagetemplate.urlquote.URLQuote
(name: url)
zope.viewlet.viewlet.SimpleViewletClass from /opt/zope/sr/apidoc/src/zope/app/boston/viewlets/xmltree/xmltree.pt
(name: xmltree)
zope.viewlet.metaconfigure.CSSViewlet
(name: skin.css)
zope.app.preference.preference.preferencesNamespace
(name: preferences)
zope.app.preference.default.DefaultPreferences
(name: preferences)
zope.traversing.namespace.attr
(name: attribute)
zope.traversing.namespace.attr
(name: attribute)
zope.traversing.namespace.attr
(name: attribute)
zope.traversing.namespace.attr
(name: attribute)
zope.viewlet.manager.<ViewletManager providing IHead>
(name: zope.app.boston.IHead)
zope.app.component.back35.RegistrationManagerNamespace
(name: registrations)
zope.viewlet.manager.<ViewletManager providing ILeft>
(name: zope.app.boston.ILeft)
zope.traversing.namespace.resource
(name: resource)
zope.traversing.namespace.resource
(name: resource)
zope.traversing.namespace.resource
(name: resource)
zope.traversing.namespace.resource
(name: resource)
zope.traversing.namespace.etc
(name: etc)
zope.traversing.namespace.etc
(name: etc)
zope.traversing.namespace.etc
(name: etc)
zope.traversing.namespace.etc
(name: etc)
zope.traversing.namespace.etc
(name: etc)
zope.app.apidoc.apidoc.apidocNamespace
(name: apidoc)
zope.app.apidoc.apidoc.apidocNamespace
(name: apidoc)
zope.app.apidoc.apidoc.apidocNamespace
(name: apidoc)
zope.app.apidoc.apidoc.apidocNamespace
(name: apidoc)
zope.traversing.namespace.acquire
(name: acquire)
zope.traversing.namespace.lang
(name: lang)
zope.traversing.namespace.lang
(name: lang)
zope.traversing.namespace.lang
(name: lang)
zope.traversing.namespace.lang
(name: lang)
zope.traversing.namespace.item
(name: item)
zope.traversing.namespace.item
(name: item)
zope.traversing.namespace.item
(name: item)
zope.traversing.namespace.item
(name: item)
zope.traversing.namespace.item
(name: item)
zope.viewlet.metaconfigure.JavaScriptViewlet
(name: xmltree)
zope.viewlet.metaconfigure.CSSViewlet
(name: toolbar-css)
zope.traversing.namespace.adapter
(name: adapter)
zope.app.apidoc.apidoc.apidocNamespace
(name: apidoc)
zope.traversing.namespace.vh
(name: vh)
zope.traversing.namespace.vh
(name: vh)
zope.traversing.namespace.vh
(name: vh)
zope.traversing.namespace.vh
(name: vh)
zope.app.onlinehelp.helpNamespace
(name: help)
zope.app.onlinehelp.helpNamespace
(name: help)
zope.app.onlinehelp.helpNamespace
(name: help)
zope.app.onlinehelp.helpNamespace
(name: help)
zope.app.onlinehelp.helpNamespace
(name: help)
zope.traversing.namespace.adapter
(name: adapter)
zope.traversing.namespace.adapter
(name: adapter)
zope.traversing.namespace.adapter
(name: adapter)
zope.traversing.namespace.adapter
(name: adapter)
zope.traversing.namespace.debug
(name: debug)
zope.traversing.namespace.debug
(name: debug)
zope.traversing.namespace.debug
(name: debug)
zope.traversing.namespace.debug
(name: debug)
zope.app.pagetemplate.talesapi.ZopeTalesAPI
(name: zope)
zope.traversing.namespace.attr
(name: attribute)
zope.app.preference.preference.preferencesNamespace
(name: preferences)
zope.app.preference.preference.preferencesNamespace
(name: preferences)
zope.app.preference.preference.preferencesNamespace
(name: preferences)
zope.app.preference.preference.preferencesNamespace
(name: preferences)
zope.app.apidoc.codemodule.browser.introspector.annotationsNamespace
(name: annotations)
zope.traversing.namespace.view
(name: view)
zope.traversing.namespace.view
(name: view)
zope.traversing.namespace.view
(name: view)
zope.traversing.namespace.view
(name: view)
zope.formlib.namedtemplate.NamedTemplatePathAdapter
(name: template)
zope.viewlet.manager.<ViewletManager providing IToolBar>
(name: zope.app.boston.IToolBar)
zope.viewlet.metaconfigure.CSSViewlet
(name: widget.css)
There are no views available.
There are no views available.
There are no views available.
There are no views available.
There are no views available.
There are no views available.
There are no views available.
There are no views available.
There are no views available.
There are no views available.
There are no views available.
There are no views available.