Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="19c543a34dccc7e3-759938ff-417c4341-8c0e8dfb-71bb60af0f5895d63a9a52c5"><ac:plain-text-body><![CDATA[

DSpace Site

/[prefix]/

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="bb5ea27cfdbf2caa-dc7e449f-43544060-ab309b83-2aa9505c2f06f20a8209b310"><ac:plain-text-body><![CDATA[

Lookup handle

/[prefix]/lookup/handle/[handle] , /[prefix]/lookup/bitstream-handle/[sequence]/[handle]_

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="2301349a32ebc3bc-58b1260e-438d441e-8aa89837-c4939ebefe4e2db2b04e56c5"><ac:plain-text-body><![CDATA[

Community, Collection, Item (DSpace Objects)

/[prefix]/dso_[persistent-identifier]

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="bf35de7d623d4395-053b3051-4f8f4d46-abd0998c-dea4f1fb44e5eb68612a6f6c"><ac:plain-text-body><![CDATA[

Bitstream

/[prefix]/dso_[persistent-identifier]/bitstream_[pid]

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="e47e4d41ffd267bd-b3d2e139-43c04826-8a41a6d5-e5fe6534842f1de2f401a0b2"><ac:plain-text-body><![CDATA[

Workspace Items list

/[prefix]/workspace

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ee3fab76393ea772-92f58351-42984fe6-9bf9a6fa-a949753867054afc52278694"><ac:plain-text-body><![CDATA[

Workspace Item

/[prefix]/workspace/wsi_db_[id]

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="a906611ee8d1716a-f7ea5595-47ab47c5-9cee9818-29b329d8d2ce9a53ca196a59"><ac:plain-text-body><![CDATA[

Workflow Items list

/[prefix]/workflow_own/ , /[prefix]/workflow_pool/

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4210b2a1d01c600e-5422df0e-44cd488e-9d618245-a67b1a86cb0f0c7abc7862b9"><ac:plain-text-body><![CDATA[

Workflow Item

/[prefix]/workflow_own/wfi_db_[id]

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7970b40d4ba33846-5e1f3ca8-48ec47b8-9182b1d6-b91a107eb796c3b6c8f44570"><ac:plain-text-body><![CDATA[

EPerson list

/[prefix]/eperson/

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="a3a05080b7be14f6-1af1a814-44f84f8f-ade197b0-7d978de9b65ae154bd664637"><ac:plain-text-body><![CDATA[

EPerson

/[prefix]/eperson/ep_db_[id]

]]></ac:plain-text-body></ac:structured-macro>

...

`PROPPATCH` reurns a multistatus element similar to the one returnd by propfind, with a separate status for each property that was changed.

The #properties properties supported by the DSpace LNI are described below. Each kind of DSpace Object (e.g. Collection, Item, etc) has its own set of supported properties, and there are a few common ones. Not all properties may be modified. Some are inherently read-only, some are derived from e.g. the descriptive metadata which administrators may not want to be modified through the LNI.

...

DSpace-specific Properties

Anchor(properties) These WebDAV property elements are defined in the DSpace XML namespace (see Xml Namespaces). The namespace URI is `"http://www.dspace.org/xmlns/dspace"`, shown here as the prefix `dspace:`, but of course it could be anything.

...

  • `dspace:email` – email address.
  • `dspace:first_name` – first, or given name.
  • `dspace:last_name` – last, or family name.
  • `dspace:require_certificate` – if true, this eperson can only login with an X.509 client certificate.
  • `dspace:self_registered` – eperson record created by selfsame user.
  • `dspace:can_login` – if true, user is allowed to login.
  • dspace:handle – the persistent identifier of this resource in URN format, e.g. `hdl:123.45/6789` (but not available for epersons yet?))

Bitstream in XML Element

Anchor(bitstream_xml)The `logo` attribute's value is a bitstream of an image. It is represented by the `dspace:bitstream` XML element, which gives the choice of encoding the bitstream as either a link (to an external resource) or inline base64-encoded data. The inline encoding should only be used for small (a few Kb) images. This example shows both alternatives:

...