mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Adds the barely necesaries for post deployment actions for alfresco->alfresco.
Remoted Actions service. Added getRomoteActionService call to DeploymentService. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6236 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
*/
|
||||
package org.alfresco.service.cmr.avm.deploy;
|
||||
|
||||
import org.alfresco.service.cmr.action.ActionService;
|
||||
import org.alfresco.util.NameMatcher;
|
||||
|
||||
/**
|
||||
@@ -35,6 +36,17 @@ public interface DeploymentService
|
||||
boolean dontDelete,
|
||||
boolean dontDo,
|
||||
DeploymentCallback callback);
|
||||
|
||||
/**
|
||||
* Get A reference to an ActionService instance on a remote Alfresco Server.
|
||||
* @param hostName
|
||||
* @param port
|
||||
* @param userName
|
||||
* @param password
|
||||
* @return
|
||||
*/
|
||||
public ActionService getRemoteActionService(String hostName, int port,
|
||||
String userName, String password);
|
||||
|
||||
/**
|
||||
* Deploy to a filesystem on another machine.
|
||||
|
Reference in New Issue
Block a user