Class AbstractSaveContext

    • Constructor Detail

      • AbstractSaveContext

        public AbstractSaveContext​(Object settings)
      • AbstractSaveContext

        public AbstractSaveContext​(String uri)
    • Method Detail

      • getUri

        public String getUri()
        Description copied from interface: ISaveContext
        Returns the document URI which was saved and null if it's a settings which was saved.
        Specified by:
        getUri in interface ISaveContext
        Returns:
        the document URI which was saved and null if it's a settings which was saved.
      • getSettings

        public Object getSettings()
        Description copied from interface: ISaveContext
        Returns the settings which has changed and null otherwise.
        Specified by:
        getSettings in interface ISaveContext
        Returns:
        the settings which has changed and null otherwise.