public class DeploymentReceiverServiceClient extends Object implements DeploymentReceiverService
| Constructor and Description |
|---|
DeploymentReceiverServiceClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
abort(String ticket) |
DeploymentToken |
begin(String target,
String storeName,
int version,
String user,
char[] password) |
void |
commit(String ticket) |
void |
createDirectory(String ticket,
String path,
String guid,
Set<String> aspects,
Map<String,Serializable> properties) |
void |
delete(String ticket,
String path) |
void |
finishSend(String ticket,
OutputStream out) |
List<FileDescriptor> |
getListing(String ticket,
String path) |
void |
prepare(String ticket) |
OutputStream |
send(String ticket,
boolean create,
String path,
String guid,
String encoding,
String mimeType,
Set<String> aspects,
Map<String,Serializable> props) |
void |
setDeploymentReceiverTransport(DeploymentReceiverTransport transport) |
void |
shutDown(String user,
char[] password) |
void |
updateDirectory(String ticket,
String path,
String guid,
Set<String> aspects,
Map<String,Serializable> props) |
public void setDeploymentReceiverTransport(DeploymentReceiverTransport transport)
public void abort(String ticket)
abort in interface DeploymentReceiverServicepublic DeploymentToken begin(String target, String storeName, int version, String user, char[] password)
begin in interface DeploymentReceiverServicepublic void prepare(String ticket)
prepare in interface DeploymentReceiverServicepublic void commit(String ticket)
commit in interface DeploymentReceiverServicepublic void delete(String ticket, String path)
delete in interface DeploymentReceiverServicepublic void finishSend(String ticket, OutputStream out)
public List<FileDescriptor> getListing(String ticket, String path)
getListing in interface DeploymentReceiverServicepublic void createDirectory(String ticket, String path, String guid, Set<String> aspects, Map<String,Serializable> properties)
createDirectory in interface DeploymentReceiverServicepublic OutputStream send(String ticket, boolean create, String path, String guid, String encoding, String mimeType, Set<String> aspects, Map<String,Serializable> props)
send in interface DeploymentReceiverServicepublic void shutDown(String user, char[] password)
public void updateDirectory(String ticket, String path, String guid, Set<String> aspects, Map<String,Serializable> props)
updateDirectory in interface DeploymentReceiverServiceCopyright © 2005–2014 Alfresco Software. All rights reserved.