| Package | Description |
|---|---|
| org.alfresco.repo.avm.actions | |
| org.alfresco.repo.deploy | |
| org.alfresco.service.cmr.avm.deploy |
Provides the public interface for the WCM deployment service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AVMDeployWebsiteAction.setCallbacks(List<DeploymentCallback> callbacks) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentServiceImpl.deployDifference(int version,
String srcPath,
String hostName,
int port,
String userName,
String password,
String dstPath,
org.alfresco.util.NameMatcher matcher,
boolean createDst,
boolean dontDelete,
boolean dontDo,
List<DeploymentCallback> callbacks) |
void |
DeploymentServiceImpl.deployDifferenceFS(int version,
String srcPath,
String adapterName,
String hostName,
int port,
String userName,
String password,
String target,
org.alfresco.util.NameMatcher matcher,
boolean createDst,
boolean dontDelete,
boolean dontDo,
List<DeploymentCallback> callbacks)
Deploy differences to a File System Receiver, FSR
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentReportCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentService.deployDifference(int version,
String srcPath,
String hostName,
int port,
String userName,
String password,
String dstPath,
org.alfresco.util.NameMatcher matcher,
boolean createDst,
boolean dontDelete,
boolean dontDo,
List<DeploymentCallback> callback)
Deploys the differences between what is is the local source path
and a destination machine's path.
|
void |
DeploymentService.deployDifferenceFS(int version,
String srcPath,
String adapterName,
String hostName,
int port,
String userName,
String password,
String dstTarget,
org.alfresco.util.NameMatcher matcher,
boolean createDst,
boolean dontDelete,
boolean dontDo,
List<DeploymentCallback> callback)
Deploy to a filesystem on another machine.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.