Uses of Class
org.nuxeo.ecm.platform.importer.properties.MetadataFile
Packages that use MetadataFile
-
Uses of MetadataFile in org.nuxeo.ecm.platform.importer.properties
Methods in org.nuxeo.ecm.platform.importer.properties that return MetadataFileModifier and TypeMethodDescriptionstatic 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