StreamServer applications use OpenText Enterprise Library Services to store documents in Content Server. Enterprise Library Services provide an interface to ELS and manage the document types, metadata and content types of content stored in the Content Server storage.
StreamServe applications that store documents via Enterprise Library must use document types. Each document type used by a StreamServer application must be mapped to a document model in Enterprise Library.
To store custom metadata with documents, such as customer name or number, the StreamServe metadata must have either a corresponding ELS property (in the document model) or a corresponding attribute (in the Category).
This example shows a StreamServe document type that is mapped to both a document model and a Category. The metadata in the document type are mapped to attributes in the Category.
This example shows a StreamServe document type with three metadata (Customer number, Customer name, and Due date) that is mapped to an Enterprise Library document model which contains corresponding properties.


You can use other global Enterprise Library properties to store StreamServe documents. For example, if you want to specify the content type of a document, which controls the viewer used in Content Server.