public static interface RepositoryEditorPresenter.View extends org.uberfire.client.mvp.UberView<RepositoryEditorPresenter>
| Modifier and Type | Method and 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<PublicURI> publicURIs,
String description,
List<org.uberfire.java.nio.base.version.VersionRecord> initialVersionList) |
void setRepositoryInfo(String repositoryName, String owner, boolean readOnly, List<PublicURI> publicURIs, String description, List<org.uberfire.java.nio.base.version.VersionRecord> initialVersionList)
void reloadHistory(List<org.uberfire.java.nio.base.version.VersionRecord> versionList)
void addHistory(List<org.uberfire.java.nio.base.version.VersionRecord> versionList)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.