mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
transfer service : work in progress.
implementation of transfer requsite. API change isComplete to isSync git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21130 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
package org.alfresco.repo.transfer;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.OutputStream;
|
||||
import java.util.Set;
|
||||
|
||||
import org.alfresco.service.cmr.repository.ContentData;
|
||||
@@ -53,10 +54,12 @@ public interface TransferTransmitter
|
||||
/**
|
||||
* @param manifest, the transfer manifest file
|
||||
* @param transfer the transfer object returned by an earlier call to begin
|
||||
* @return the delta list.
|
||||
* @param results - where to write the results, probably a temporary file the output steam should be
|
||||
* open and will be closed before the method returns.
|
||||
* @return the transfer requisite.
|
||||
* @throws TransferException
|
||||
*/
|
||||
DeltaList sendManifest(Transfer transfer, File manifest) throws TransferException;
|
||||
void sendManifest(Transfer transfer, File manifest, OutputStream results) throws TransferException;
|
||||
|
||||
/**
|
||||
* Send the content of the specified urls
|
||||
|
Reference in New Issue
Block a user