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 MetadataFile
MetadataFile. createFromDocument(DocumentModel doc)
Create aMetadataFile
from aDocumentModel
's schemas.static MetadataFile
MetadataFile. createFromProperties(DocumentModel doc, List<String> properties)
Create aMetadataFile
from the listed properties of aDocumentModel
static MetadataFile
MetadataFile. createFromSchemas(DocumentModel doc, List<String> allPropertiesSchemas)
Create aMetadataFile
from the listed schemas (with all properties) of aDocumentModel
static MetadataFile
MetadataFile. createFromSchemasAndProperties(DocumentModel doc, List<String> allPropertiesSchemas, List<String> properties)
Create aMetadataFile
from the listed schemas (with all properties) and the listed properties of aDocumentModel
-