mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-4351 - copy behaviour for transferred nodes.
part1: the trx:transferred aspect is removed on copy. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21913 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -33,11 +33,11 @@ import org.alfresco.service.namespace.QName;
|
||||
* public void init()
|
||||
* {
|
||||
* this.policyComponent.bindClassBehaviour(
|
||||
* QName.createQName(NamespaceService.ALFRESCO_URI, "getCopyCallback"),
|
||||
* OnCopyNodePolicy.QNAME,
|
||||
* ActionModel.ASPECT_ACTIONS,
|
||||
* new JavaBehaviour(this, "getCopyCallback"));
|
||||
* this.policyComponent.bindClassBehaviour(
|
||||
* QName.createQName(NamespaceService.ALFRESCO_URI, "onCopyComplete"),
|
||||
* OnCopyCompletePolicy.QNAME,
|
||||
* ActionModel.ASPECT_ACTIONS,
|
||||
* new JavaBehaviour(this, "onCopyComplete"));
|
||||
* ...
|
||||
|
Reference in New Issue
Block a user