Interface LocalConfiguration<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean canMerge()
      Returns true if this LocalConfiguration accepted to be merged with a parent configuration, false otherwise.
      DocumentRef getDocumentRef()
      Returns the related DocumentRef of this local configuration.
      T merge​(T other)
      Merge this LocalConfiguration with another one.
      void save​(CoreSession session)
      Save this LocalConfiguration.
    • Method Detail

      • canMerge

        boolean canMerge()
        Returns true if this LocalConfiguration accepted to be merged with a parent configuration, false otherwise.
      • merge

        T merge​(T other)
        Merge this LocalConfiguration with another one.
      • save

        void save​(CoreSession session)
        Save this LocalConfiguration.
        Since:
        5.5