Interface ImpexServiceAsync
public interface ImpexServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDocuments(long archiveId, List<Long> documentIds, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidvoidvoiddeleteFolder(String folderName, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voiddeleteIncremental(long id, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voiddeleteVersions(long archiveId, List<Long> versionIds, com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback) voidload(long archiveId, com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback) voidloadIncremental(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIIncrementalArchive> callback) voidsave(GUIArchive archive, com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback) voidsaveIncremental(GUIIncrementalArchive incremental, com.google.gwt.user.client.rpc.AsyncCallback<GUIIncrementalArchive> callback) voidvoidstartImport(String folderName, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
Method Details
-
delete
-
deleteVersions
void deleteVersions(long archiveId, List<Long> versionIds, com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback) -
save
-
setStatus
void setStatus(long archiveId, int status, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) -
deleteIncremental
-
loadIncremental
void loadIncremental(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIIncrementalArchive> callback) -
saveIncremental
void saveIncremental(GUIIncrementalArchive incremental, com.google.gwt.user.client.rpc.AsyncCallback<GUIIncrementalArchive> callback) -
addDocuments
-
addFolder
void addFolder(long archiveId, long rootId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) -
deleteFolder
-
startImport
-
load
-