Package | Description |
---|---|
org.nuxeo.dam.importer.core | |
org.nuxeo.ecm.platform.importer.properties |
Modifier and Type | Method and Description |
---|---|
static MetadataFile |
MetadataFileHelper.createFrom(DocumentModel doc)
Returns a new
MetadataFile object created from the given doc and using the properties registered through the InheritedPropertiesService . |
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 © 2011 Nuxeo SA. All Rights Reserved.