Interface RepositoryEditorPresenter.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addHistory​(List<org.uberfire.java.nio.base.version.VersionRecord> versionList)  
      void reloadHistory​(List<org.uberfire.java.nio.base.version.VersionRecord> versionList)  
      void setRepositoryInfo​(String repositoryName, String owner, boolean readOnly, List<org.guvnor.structure.repositories.PublicURI> publicURIs, String description, List<org.uberfire.java.nio.base.version.VersionRecord> initialVersionList)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
    • Method Detail

      • setRepositoryInfo

        void setRepositoryInfo​(String repositoryName,
                               String owner,
                               boolean readOnly,
                               List<org.guvnor.structure.repositories.PublicURI> publicURIs,
                               String description,
                               List<org.uberfire.java.nio.base.version.VersionRecord> initialVersionList)
      • reloadHistory

        void reloadHistory​(List<org.uberfire.java.nio.base.version.VersionRecord> versionList)
      • addHistory

        void addHistory​(List<org.uberfire.java.nio.base.version.VersionRecord> versionList)