Package | Description |
---|---|
org.nuxeo.ecm.core.api |
Modifier and Type | Method and Description |
---|---|
static DocumentModelImpl |
DocumentModelFactory.createDocumentModel(Document doc,
String sid,
String[] schemas)
Creates a document model for an existing document.
|
static DocumentModelImpl |
DocumentModelFactory.createDocumentModel(String docType)
Returns a document model computed from its type, querying the
SchemaManager service. |
static DocumentModelImpl |
DocumentModelFactory.createDocumentModel(String sessionId,
DocumentType docType)
Creates a document model for a new document.
|
Copyright © 2016 Nuxeo SA. All rights reserved.