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="2fe58116baa02ba9-0e9282b4-43c541e5-855da6a1-91ebeacf892a5a1d71a32763"><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="57de55c69819cbbb-38377e3a-456446fc-82dbb929-0cc216c703379e2210b439d0"><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="823058bd33d9fb0f-c090a879-4b464b44-9bfbb0ae-a3ed14a3c3c56c3554212de3"><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="b243b6830f897333-41ac1cf0-47624cb3-bccfb79d-0f4e76e39682e5f60b9dcd14"><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="96e75a850e0a527a-c290c08a-420b414b-94f1b673-7441ab0157a1315e2eae697d"><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="ec35fb3444640fef-aa317680-419644f0-afd0b45a-ff4e088fe87c85abeb9a6dbe"><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="aedb65ac7a9f6e31-77a3da27-450f4f50-af809061-67b1f827082619b9f93f0a4b"><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="047851c6c218fde2-c71b3904-48ee4258-b989bab7-a9e6164ee6085bb0264c498a"><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="eec1efe487a75b10-f7fc71f7-48c4414e-b79eab04-abcd1584faeabce32f67a0d0"><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="3b7fec71f65f3af7-f0af5152-44fa4b70-8045bb12-7281940711b81d3c4f4c36a6"><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:

...