Class MockImporterService

  • All Implemented Interfaces:
    Serializable, org.alfresco.service.cmr.view.ImporterService

    public class MockImporterService
    extends Object
    implements org.alfresco.service.cmr.view.ImporterService, Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void importView​(Reader viewReader, org.alfresco.service.cmr.view.Location location, org.alfresco.service.cmr.view.ImporterBinding binding, org.alfresco.service.cmr.view.ImporterProgress progress)  
      void importView​(org.alfresco.service.cmr.view.ImportPackageHandler importHandler, org.alfresco.service.cmr.view.Location location, org.alfresco.service.cmr.view.ImporterBinding binding, org.alfresco.service.cmr.view.ImporterProgress progress)  
    • Constructor Detail

      • MockImporterService

        public MockImporterService()
    • Method Detail

      • importView

        public void importView​(Reader viewReader,
                               org.alfresco.service.cmr.view.Location location,
                               org.alfresco.service.cmr.view.ImporterBinding binding,
                               org.alfresco.service.cmr.view.ImporterProgress progress)
                        throws org.alfresco.service.cmr.view.ImporterException
        Specified by:
        importView in interface org.alfresco.service.cmr.view.ImporterService
        Throws:
        org.alfresco.service.cmr.view.ImporterException
      • importView

        public void importView​(org.alfresco.service.cmr.view.ImportPackageHandler importHandler,
                               org.alfresco.service.cmr.view.Location location,
                               org.alfresco.service.cmr.view.ImporterBinding binding,
                               org.alfresco.service.cmr.view.ImporterProgress progress)
                        throws org.alfresco.service.cmr.view.ImporterException
        Specified by:
        importView in interface org.alfresco.service.cmr.view.ImporterService
        Throws:
        org.alfresco.service.cmr.view.ImporterException