Interface IPlatformImportHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<org.pentaho.platform.api.mimetype.IMimeType> getMimeTypes()  
      void importFile​(org.pentaho.platform.api.repository2.unified.IPlatformImportBundle bundle)
      Import the provided IPlatformImportBundle into the platform.
    • Method Detail

      • importFile

        void importFile​(org.pentaho.platform.api.repository2.unified.IPlatformImportBundle bundle)
                 throws PlatformImportException,
                        org.pentaho.metadata.repository.DomainIdNullException,
                        org.pentaho.metadata.repository.DomainAlreadyExistsException,
                        org.pentaho.metadata.repository.DomainStorageException,
                        IOException
        Import the provided IPlatformImportBundle into the platform.
        Parameters:
        bundle -
        Throws:
        PlatformImportException
        IOException
        org.pentaho.metadata.repository.DomainStorageException
        org.pentaho.metadata.repository.DomainAlreadyExistsException
        org.pentaho.metadata.repository.DomainIdNullException
      • getMimeTypes

        List<org.pentaho.platform.api.mimetype.IMimeType> getMimeTypes()