Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Metadata Datasource JCR specification.

Metadata datasources and associated locale files are stored in JCR under /etc/metadata/<file> where <file> is a JCR node with a random UUID as name that contains the XMI schema plus the following properties:

1. domain-id

    Domain id associated with this file.

2. file-type (domain|locale)

    Specifies if the file is a metadata schema or a locale.

3. locale

    The locale associated with this file (or null for a domain file).

Metadata Datasource Import API.

pentaho-platform-extensions project.

org.pentaho.platform.plugin.services.importer.MetadataImportHandler
Is the registered handler in the platform to process Metadata schemas.

org.pentaho.platform.plugin.services.metadata.IPentahoMetadataDomainRepositoryImporter
Is the interface that defines the API of the importer.

org.pentaho.platform.plugin.services.metadata.PentahoMetadataDomainRepository
Is the concrete implementation for the Metadata importer.

  • No labels