Package | Description |
---|---|
org.nuxeo.ecm.platform.importer.properties |
Modifier and Type | Method and Description |
---|---|
static MetadataFile |
MetadataFile.createFromDocument(DocumentModel doc)
Create a
MetadataFile from a DocumentModel 's schemas. |
static MetadataFile |
MetadataFile.createFromProperties(DocumentModel doc,
List<String> properties)
Create a
MetadataFile from the listed properties of a DocumentModel |
static MetadataFile |
MetadataFile.createFromSchemas(DocumentModel doc,
List<String> allPropertiesSchemas)
Create a
MetadataFile from the listed schemas (with all properties) of a DocumentModel |
static MetadataFile |
MetadataFile.createFromSchemasAndProperties(DocumentModel doc,
List<String> allPropertiesSchemas,
List<String> properties)
Create a
MetadataFile from the listed schemas (with all properties) and the listed properties of a
DocumentModel |
Copyright © 2015 Nuxeo SA. All rights reserved.