Interface ICommonModuleStorage


  • public interface ICommonModuleStorage
    Interface for module storage.
    Version:
    $Id: $Id
    Author:
    another
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void deleteModule​(java.lang.String moduleId, java.lang.String ownerId, java.lang.String copyId)
      Delete the specified instance.
      Module loadModule​(java.lang.String moduleId, java.lang.String ownerId, java.lang.String copyId, IModuleFactory factory)
      Loads the specified instance.
      void saveModule​(Module module)
      Saves the given instance permanently.