Uses of Class
org.nuxeo.ecm.platform.importer.properties.MetadataFile
- 
Packages that use MetadataFile Package Description org.nuxeo.ecm.platform.importer.properties  - 
- 
Uses of MetadataFile in org.nuxeo.ecm.platform.importer.properties
Methods in org.nuxeo.ecm.platform.importer.properties that return MetadataFile Modifier and Type Method Description static MetadataFileMetadataFile. createFromDocument(DocumentModel doc)Create aMetadataFilefrom aDocumentModel's schemas.static MetadataFileMetadataFile. createFromProperties(DocumentModel doc, List<String> properties)Create aMetadataFilefrom the listed properties of aDocumentModelstatic MetadataFileMetadataFile. createFromSchemas(DocumentModel doc, List<String> allPropertiesSchemas)Create aMetadataFilefrom the listed schemas (with all properties) of aDocumentModelstatic MetadataFileMetadataFile. createFromSchemasAndProperties(DocumentModel doc, List<String> allPropertiesSchemas, List<String> properties)Create aMetadataFilefrom the listed schemas (with all properties) and the listed properties of aDocumentModel 
 -