...
OLE's Docstore stores different kinds of documents ranging from Bibliographic records to Licenses. The XML data, contained within each Docstore document, passes between OLE's representation of Docstore documents, pass between Docstore and its clients. External applications interact with the Docstore using REST API.
License agreements are scheduled for 2.0; see
Jira Legacy | ||||||||
---|---|---|---|---|---|---|---|---|
|
A Docstore document has two parts:
Content: actual information of the document.
DocumentMetadata: Additional attributes , or metadata, of the content, such as dateCreated, dateUpdated, isStaffOnly etc.
Document Tree:
...
This is a term used to represent a document and its associated documents forming a hierarchical structure.
Examples:
HoldingsTree : Holdings (content only) and its Items (content only).
HoldingsDocTree: HoldingsDoc (content + metadata) and its ItemDocs (content + metadata)
BibTree: Bib (content only) and its HoldingsTrees (content only)
BibDocTree: BibDoc (content + metadata) and its HoldingsDocTrees (content + metadata)
...