Difference between revisions of "ESciDoc Item Container Version History"

From MPDLMediaWiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
<accesscontrol>Vlad</accesscontrol>
<accesscontrol>Vlad</accesscontrol>


= Concept =
= Concepts =
''Containers offer the concept of aggregation, i.e. they can contain other (simple and complex) objects. Each container includes a structural map, which manages references to all members of the aggregation. Containers are versionable. They can be associated with a persistent identifier. Containers have a built-in basic object lifecycle. The status of a Container within its object lifecycle influences which actions are applicable and which user privileges are to be evaluated.'' See http://www.escidoc.org/JSPWiki/en/ObjectManager
See http://www.escidoc.org/JSPWiki/en/ObjectManager
==Container Handler==
''Containers offer the concept of aggregation, i.e. they can contain other (simple and complex) objects. Each container includes a structural map, which manages references to all members of the aggregation. Containers are versionable. They can be associated with a persistent identifier. Containers have a built-in basic object lifecycle. The status of a Container within its object lifecycle influences which actions are applicable and which user privileges are to be evaluated.''
==Item Handler==
''Items are objects representing the actual content of the repository. An item is a simple or complex object like an article, a report or a translation. Items are versionable. They can be associated with a persistent identifier. Items have a built-in basic object lifecycle. The status of an Item within its object lifecycle influences which actions are applicable and which user privileges are to be evaluated.''
 


== Links ==
== Links ==
*JIRA ticket [http://zim01.gwdg.de:8080/browse/AS-765 AS-765]
*JIRA ticket [http://zim01.gwdg.de:8080/browse/AS-765 AS-765]
*API Documentation Container Handler [http://www.escidoc.org/documentation/Soap_api_doc_OM_Container.pdf here]
*API Documentation [http://www.escidoc.org/documentation/Soap_api_doc_OM_Container.pdf Container Handler], [http://www.escidoc.org/documentation/Soap_api_doc_OM_Item.pdf Item Handler]
*[http://www.escidoc.org/schemas/soap/container/ Schema]
*Schemas: [http://www.escidoc.org/schemas/soap/container/ Container], [http://www.escidoc.org/schemas/soap/item/ Item]
*[http://colab.mpdl.mpg.de/mediawiki/ESciDoc_Container_Toc TOC Container]
*[http://colab.mpdl.mpg.de/mediawiki/ESciDoc_Container_Toc TOC Container]

Revision as of 13:47, 11 May 2009

This is a protected page.

Concepts[edit]

See http://www.escidoc.org/JSPWiki/en/ObjectManager

Container Handler[edit]

Containers offer the concept of aggregation, i.e. they can contain other (simple and complex) objects. Each container includes a structural map, which manages references to all members of the aggregation. Containers are versionable. They can be associated with a persistent identifier. Containers have a built-in basic object lifecycle. The status of a Container within its object lifecycle influences which actions are applicable and which user privileges are to be evaluated.

Item Handler[edit]

Items are objects representing the actual content of the repository. An item is a simple or complex object like an article, a report or a translation. Items are versionable. They can be associated with a persistent identifier. Items have a built-in basic object lifecycle. The status of an Item within its object lifecycle influences which actions are applicable and which user privileges are to be evaluated.


Links[edit]