mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Part of ALF-10699: Nodes not getting put into new transactions during various operations
- Mass ACL updates of primary children now update the version and transaction for the affected nodes git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31108 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -27,6 +27,7 @@ package org.alfresco.repo.domain.node;
|
||||
*/
|
||||
public class PrimaryChildrenAclUpdateEntity
|
||||
{
|
||||
Long txnId;
|
||||
Long primaryParentNodeId;
|
||||
Long optionalOldSharedAclIdInAdditionToNull;
|
||||
Long newSharedAclId;
|
||||
@@ -35,6 +36,16 @@ public class PrimaryChildrenAclUpdateEntity
|
||||
{
|
||||
}
|
||||
|
||||
public Long getTxnId()
|
||||
{
|
||||
return txnId;
|
||||
}
|
||||
|
||||
public void setTxnId(Long txnId)
|
||||
{
|
||||
this.txnId = txnId;
|
||||
}
|
||||
|
||||
public Long getPrimaryParentNodeId()
|
||||
{
|
||||
return primaryParentNodeId;
|
||||
|
Reference in New Issue
Block a user