mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
84758: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 80284: ACE-2213 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@85123 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -20,6 +20,7 @@ package org.alfresco.repo.copy;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
import org.alfresco.api.AlfrescoPublicApi;
|
||||
import org.alfresco.repo.policy.ClassPolicy;
|
||||
import org.alfresco.service.cmr.repository.NodeRef;
|
||||
import org.alfresco.service.namespace.NamespaceService;
|
||||
@@ -125,6 +126,7 @@ public interface CopyServicePolicies
|
||||
* overwritten. You are unable to make changes to what gets copied though, that must
|
||||
* be done earlier via a {@link OnCopyNodePolicy}.
|
||||
*/
|
||||
@AlfrescoPublicApi
|
||||
public interface BeforeCopyPolicy extends ClassPolicy
|
||||
{
|
||||
public static final QName QNAME = QName.createQName(NamespaceService.ALFRESCO_URI, "beforeCopy");
|
||||
@@ -148,6 +150,7 @@ public interface CopyServicePolicies
|
||||
* The copy map contains all the nodes created during the copy, this helps to re-map
|
||||
* any potentially relative associations.
|
||||
*/
|
||||
@AlfrescoPublicApi
|
||||
public interface OnCopyCompletePolicy extends ClassPolicy
|
||||
{
|
||||
public static final QName QNAME = QName.createQName(NamespaceService.ALFRESCO_URI, "onCopyComplete");
|
||||
|
Reference in New Issue
Block a user