Interface ImpexServiceAsync
public interface ImpexServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDocuments
(long archiveId, List<Long> documentIds, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
void
void
deleteFolder
(String folderName, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
deleteIncremental
(long id, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
deleteVersions
(long archiveId, List<Long> versionIds, com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback) void
load
(long archiveId, com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback) void
loadIncremental
(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIIncrementalArchive> callback) void
save
(GUIArchive archive, com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback) void
saveIncremental
(GUIIncrementalArchive incremental, com.google.gwt.user.client.rpc.AsyncCallback<GUIIncrementalArchive> callback) void
void
startImport
(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
-