mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Compare commits
49 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
8d790ed1cb | ||
|
87c7bd2877 | ||
|
9125f889b0 | ||
|
2fb74d2691 | ||
|
d671162dae | ||
|
bfaa629da7 | ||
|
719d73a558 | ||
|
a2aa867f3f | ||
|
8d745c536a | ||
|
b0f4c21ae3 | ||
|
72494e34fa | ||
|
792b7024ea | ||
|
40a1371f0d | ||
|
c22c47e63f | ||
|
232299d42d | ||
|
aca7969849 | ||
|
4ab2bbd3d6 | ||
|
f68f02372d | ||
|
9b0eedc8c1 | ||
|
f164dedcee | ||
|
9cdaa0a265 | ||
|
ef034e596b | ||
|
1251081a69 | ||
|
2d16eb6f42 | ||
|
e577134875 | ||
|
510eadd565 | ||
|
187646895c | ||
|
f9515e336f | ||
|
828dd20576 | ||
|
3372e20c35 | ||
|
64b5cace27 | ||
|
83acf26cf4 | ||
|
b3be0f2b7f | ||
|
7a6ebb9a05 | ||
|
fa0f239618 | ||
|
43799408a8 | ||
|
e7305006f0 | ||
|
40c30411af | ||
|
91f8b43237 | ||
|
6fccf828e1 | ||
|
3fac3373c9 | ||
|
ee857ce1de | ||
|
483d7fab21 | ||
|
590209b299 | ||
|
376514df67 | ||
|
7144a2dd94 | ||
|
b4da3d8c20 | ||
|
62de9ff0c0 | ||
|
a11acce720 |
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo-amps</artifactId>
|
<artifactId>alfresco-community-repo-amps</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-governance-services-community-parent</artifactId>
|
<artifactId>alfresco-governance-services-community-parent</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-governance-services-automation-community-repo</artifactId>
|
<artifactId>alfresco-governance-services-automation-community-repo</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-governance-services-community-parent</artifactId>
|
<artifactId>alfresco-governance-services-community-parent</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
@@ -15,6 +15,13 @@
|
|||||||
<parameter property="end" jdbcType="BIGINT" javaType="java.lang.Long"/>
|
<parameter property="end" jdbcType="BIGINT" javaType="java.lang.Long"/>
|
||||||
</parameterMap>
|
</parameterMap>
|
||||||
|
|
||||||
|
<parameterMap id="parameter_NodeIdsWhichReferenceContentUrl" type="map">
|
||||||
|
<parameter property="contentUrlShort" jdbcType="VARCHAR" javaType="java.lang.String"/>
|
||||||
|
<parameter property="contentUrlCrc" jdbcType="BIGINT" javaType="java.lang.Long"/>
|
||||||
|
<parameter property="localName" jdbcType="VARCHAR" javaType="java.lang.String"/>
|
||||||
|
<parameter property="uri" jdbcType="VARCHAR" javaType="java.lang.String"/>
|
||||||
|
</parameterMap>
|
||||||
|
|
||||||
<resultMap id="result_NodeRefEntity" type="org.alfresco.module.org_alfresco_module_rm.query.NodeRefEntity">
|
<resultMap id="result_NodeRefEntity" type="org.alfresco.module.org_alfresco_module_rm.query.NodeRefEntity">
|
||||||
<result property="row" column="row" jdbcType="BIGINT" javaType="java.lang.Long"/>
|
<result property="row" column="row" jdbcType="BIGINT" javaType="java.lang.Long"/>
|
||||||
<result property="protocol" column="protocol" jdbcType="VARCHAR" javaType="java.lang.String"/>
|
<result property="protocol" column="protocol" jdbcType="VARCHAR" javaType="java.lang.String"/>
|
||||||
@@ -55,18 +62,21 @@
|
|||||||
|
|
||||||
<!-- Get list of node ids which reference given content url -->
|
<!-- Get list of node ids which reference given content url -->
|
||||||
<select id="select_NodeIdsWhichReferenceContentUrl"
|
<select id="select_NodeIdsWhichReferenceContentUrl"
|
||||||
parameterType="ContentUrl"
|
parameterMap="parameter_NodeIdsWhichReferenceContentUrl"
|
||||||
resultMap="result_NodeIds">
|
resultMap="result_NodeIds">
|
||||||
select
|
select
|
||||||
p.node_id
|
p.node_id
|
||||||
from
|
from
|
||||||
alf_content_url cu
|
alf_content_url cu
|
||||||
LEFT OUTER JOIN alf_content_data cd ON (cd.content_url_id = cu.id)
|
left outer join alf_content_data cd ON (cd.content_url_id = cu.id)
|
||||||
LEFT OUTER JOIN alf_node_properties p ON (p.long_value = cd.id)
|
left outer join alf_node_properties p ON (p.long_value = cd.id)
|
||||||
WHERE
|
left outer join alf_qname q ON (q.id = p.qname_id)
|
||||||
content_url_short = #{contentUrlShort} and
|
left outer join alf_namespace n ON (n.id = q.ns_id)
|
||||||
content_url_crc = #{contentUrlCrc}
|
where
|
||||||
|
cu.content_url_short = ? and
|
||||||
|
cu.content_url_crc = ? and
|
||||||
|
q.local_name = ? and
|
||||||
|
n.uri = ?
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="select_RecordFoldersWithSchedules"
|
<select id="select_RecordFoldersWithSchedules"
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-governance-services-community-repo-parent</artifactId>
|
<artifactId>alfresco-governance-services-community-repo-parent</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@@ -27,7 +27,6 @@
|
|||||||
|
|
||||||
package org.alfresco.module.org_alfresco_module_rm.query;
|
package org.alfresco.module.org_alfresco_module_rm.query;
|
||||||
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
@@ -36,6 +35,11 @@ import java.util.List;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
|
import org.apache.commons.logging.Log;
|
||||||
|
import org.apache.commons.logging.LogFactory;
|
||||||
|
import org.mybatis.spring.SqlSessionTemplate;
|
||||||
|
|
||||||
|
import org.alfresco.model.ContentModel;
|
||||||
import org.alfresco.module.org_alfresco_module_rm.model.RecordsManagementModel;
|
import org.alfresco.module.org_alfresco_module_rm.model.RecordsManagementModel;
|
||||||
import org.alfresco.repo.domain.contentdata.ContentUrlEntity;
|
import org.alfresco.repo.domain.contentdata.ContentUrlEntity;
|
||||||
import org.alfresco.repo.domain.node.NodeDAO;
|
import org.alfresco.repo.domain.node.NodeDAO;
|
||||||
@@ -47,9 +51,6 @@ import org.alfresco.service.cmr.repository.InvalidNodeRefException;
|
|||||||
import org.alfresco.service.cmr.repository.NodeRef;
|
import org.alfresco.service.cmr.repository.NodeRef;
|
||||||
import org.alfresco.service.namespace.QName;
|
import org.alfresco.service.namespace.QName;
|
||||||
import org.alfresco.util.Pair;
|
import org.alfresco.util.Pair;
|
||||||
import org.apache.commons.logging.Log;
|
|
||||||
import org.apache.commons.logging.LogFactory;
|
|
||||||
import org.mybatis.spring.SqlSessionTemplate;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Records management query DAO implementation
|
* Records management query DAO implementation
|
||||||
@@ -89,7 +90,8 @@ public class RecordsManagementQueryDAOImpl implements RecordsManagementQueryDAO,
|
|||||||
protected TenantService tenantService;
|
protected TenantService tenantService;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param sqlSessionTemplate SQL session template
|
* @param sqlSessionTemplate
|
||||||
|
* SQL session template
|
||||||
*/
|
*/
|
||||||
public final void setSqlSessionTemplate(SqlSessionTemplate sqlSessionTemplate)
|
public final void setSqlSessionTemplate(SqlSessionTemplate sqlSessionTemplate)
|
||||||
{
|
{
|
||||||
@@ -97,7 +99,8 @@ public class RecordsManagementQueryDAOImpl implements RecordsManagementQueryDAO,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param qnameDAO qname DAO
|
* @param qnameDAO
|
||||||
|
* qname DAO
|
||||||
*/
|
*/
|
||||||
public final void setQnameDAO(QNameDAO qnameDAO)
|
public final void setQnameDAO(QNameDAO qnameDAO)
|
||||||
{
|
{
|
||||||
@@ -173,8 +176,9 @@ public class RecordsManagementQueryDAOImpl implements RecordsManagementQueryDAO,
|
|||||||
/**
|
/**
|
||||||
* Get a set of node reference which reference the provided content URL
|
* Get a set of node reference which reference the provided content URL
|
||||||
*
|
*
|
||||||
* @param String contentUrl content URL
|
* @param String
|
||||||
* @return Set<NodeRef> set of nodes that reference the provided content URL
|
* contentUrl content URL
|
||||||
|
* @return Set<NodeRef> set of nodes that reference the provided content URL
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public Set<NodeRef> getNodeRefsWhichReferenceContentUrl(String contentUrl)
|
public Set<NodeRef> getNodeRefsWhichReferenceContentUrl(String contentUrl)
|
||||||
@@ -188,13 +192,19 @@ public class RecordsManagementQueryDAOImpl implements RecordsManagementQueryDAO,
|
|||||||
ContentUrlEntity contentUrlEntity = new ContentUrlEntity();
|
ContentUrlEntity contentUrlEntity = new ContentUrlEntity();
|
||||||
contentUrlEntity.setContentUrl(contentUrl.toLowerCase());
|
contentUrlEntity.setContentUrl(contentUrl.toLowerCase());
|
||||||
|
|
||||||
|
Map<String, Object> params = new HashMap<>(4);
|
||||||
|
params.put("contentUrlShort", contentUrlEntity.getContentUrlShort());
|
||||||
|
params.put("contentUrlCrc", contentUrlEntity.getContentUrlCrc());
|
||||||
|
params.put("localName", ContentModel.PROP_CONTENT.getLocalName());
|
||||||
|
params.put("uri", ContentModel.PROP_CONTENT.getNamespaceURI());
|
||||||
|
|
||||||
if (logger.isDebugEnabled())
|
if (logger.isDebugEnabled())
|
||||||
{
|
{
|
||||||
logger.debug("Executing query " + SELECT_NODE_IDS_WHICH_REFERENCE_CONTENT_URL);
|
logger.debug("Executing query " + SELECT_NODE_IDS_WHICH_REFERENCE_CONTENT_URL);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get all the node ids which reference the given content url
|
// Get all the node ids which reference the given content url
|
||||||
List<Long> nodeIds = template.selectList(SELECT_NODE_IDS_WHICH_REFERENCE_CONTENT_URL, contentUrlEntity);
|
List<Long> nodeIds = template.selectList(SELECT_NODE_IDS_WHICH_REFERENCE_CONTENT_URL, params);
|
||||||
|
|
||||||
if (logger.isDebugEnabled())
|
if (logger.isDebugEnabled())
|
||||||
{
|
{
|
||||||
@@ -224,7 +234,7 @@ public class RecordsManagementQueryDAOImpl implements RecordsManagementQueryDAO,
|
|||||||
if (logger.isDebugEnabled())
|
if (logger.isDebugEnabled())
|
||||||
{
|
{
|
||||||
logMessage.append(nodeRefToAdd)
|
logMessage.append(nodeRefToAdd)
|
||||||
.append(" (from version)");
|
.append(" (from version)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -232,7 +242,7 @@ public class RecordsManagementQueryDAOImpl implements RecordsManagementQueryDAO,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
nodeRefToAdd = nodeDAO.getNodeIdStatus(nodeId)
|
nodeRefToAdd = nodeDAO.getNodeIdStatus(nodeId)
|
||||||
.getNodeRef();
|
.getNodeRef();
|
||||||
if (logger.isDebugEnabled())
|
if (logger.isDebugEnabled())
|
||||||
{
|
{
|
||||||
logMessage.append(nodeRefToAdd);
|
logMessage.append(nodeRefToAdd);
|
||||||
@@ -266,9 +276,9 @@ public class RecordsManagementQueryDAOImpl implements RecordsManagementQueryDAO,
|
|||||||
{
|
{
|
||||||
Map<String, Object> params = new HashMap<>(2);
|
Map<String, Object> params = new HashMap<>(2);
|
||||||
params.put("processed", qnameDAO.getQName(ASPECT_DISPOSITION_PROCESSED)
|
params.put("processed", qnameDAO.getQName(ASPECT_DISPOSITION_PROCESSED)
|
||||||
.getFirst());
|
.getFirst());
|
||||||
params.put("folderQnameId", qnameDAO.getQName(TYPE_RECORD_FOLDER)
|
params.put("folderQnameId", qnameDAO.getQName(TYPE_RECORD_FOLDER)
|
||||||
.getFirst());
|
.getFirst());
|
||||||
params.put("start", start);
|
params.put("start", start);
|
||||||
params.put("end", end);
|
params.put("end", end);
|
||||||
|
|
||||||
@@ -280,7 +290,7 @@ public class RecordsManagementQueryDAOImpl implements RecordsManagementQueryDAO,
|
|||||||
for (NodeRefEntity nodeRefEntity : entities)
|
for (NodeRefEntity nodeRefEntity : entities)
|
||||||
{
|
{
|
||||||
results.add(
|
results.add(
|
||||||
new NodeRef(nodeRefEntity.getProtocol(), nodeRefEntity.getIdentifier(), nodeRefEntity.getUuid()));
|
new NodeRef(nodeRefEntity.getProtocol(), nodeRefEntity.getIdentifier(), nodeRefEntity.getUuid()));
|
||||||
}
|
}
|
||||||
|
|
||||||
return results;
|
return results;
|
||||||
@@ -289,7 +299,8 @@ public class RecordsManagementQueryDAOImpl implements RecordsManagementQueryDAO,
|
|||||||
/**
|
/**
|
||||||
* @see org.alfresco.module.org_alfresco_module_rm.query.RecordsManagementQueryDAO#getPropertyStringValueEntity(String stringValue)
|
* @see org.alfresco.module.org_alfresco_module_rm.query.RecordsManagementQueryDAO#getPropertyStringValueEntity(String stringValue)
|
||||||
*/
|
*/
|
||||||
public PropertyStringValueEntity getPropertyStringValueEntity(String stringValue){
|
public PropertyStringValueEntity getPropertyStringValueEntity(String stringValue)
|
||||||
|
{
|
||||||
|
|
||||||
PropertyStringValueEntity propertyStringValueEntity = new PropertyStringValueEntity();
|
PropertyStringValueEntity propertyStringValueEntity = new PropertyStringValueEntity();
|
||||||
propertyStringValueEntity.setValue(stringValue);
|
propertyStringValueEntity.setValue(stringValue);
|
||||||
|
@@ -36,6 +36,7 @@ import java.util.Set;
|
|||||||
|
|
||||||
import org.springframework.context.ApplicationListener;
|
import org.springframework.context.ApplicationListener;
|
||||||
import org.springframework.context.event.ContextRefreshedEvent;
|
import org.springframework.context.event.ContextRefreshedEvent;
|
||||||
|
import org.springframework.dao.ConcurrencyFailureException;
|
||||||
import org.springframework.extensions.webscripts.ui.common.StringUtils;
|
import org.springframework.extensions.webscripts.ui.common.StringUtils;
|
||||||
|
|
||||||
import org.alfresco.model.ContentModel;
|
import org.alfresco.model.ContentModel;
|
||||||
@@ -649,8 +650,8 @@ public class ExtendedSecurityServiceImpl extends ServiceBaseImpl
|
|||||||
}
|
}
|
||||||
catch (DuplicateChildNodeNameException ex)
|
catch (DuplicateChildNodeNameException ex)
|
||||||
{
|
{
|
||||||
// the group was concurrently created
|
// Rethrow as ConcurrencyFailureException so that is can be retried and linked to the group created by the concurrent transaction
|
||||||
group = authorityService.getName(AuthorityType.GROUP, groupShortName);
|
throw new ConcurrencyFailureException("IPR group creation failed due to concurrent duplicate group name creation: " + groupShortName);
|
||||||
}
|
}
|
||||||
|
|
||||||
return group;
|
return group;
|
||||||
|
@@ -29,14 +29,23 @@ package org.alfresco.module.org_alfresco_module_rm.test.legacy.service;
|
|||||||
|
|
||||||
import java.util.HashSet;
|
import java.util.HashSet;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
|
||||||
|
import org.junit.Assert;
|
||||||
|
import org.springframework.dao.ConcurrencyFailureException;
|
||||||
|
|
||||||
import org.alfresco.model.ContentModel;
|
import org.alfresco.model.ContentModel;
|
||||||
import org.alfresco.module.org_alfresco_module_rm.test.util.BaseRMTestCase;
|
import org.alfresco.module.org_alfresco_module_rm.test.util.BaseRMTestCase;
|
||||||
|
import org.alfresco.query.PagingRequest;
|
||||||
|
import org.alfresco.query.PagingResults;
|
||||||
import org.alfresco.repo.security.authentication.AuthenticationUtil;
|
import org.alfresco.repo.security.authentication.AuthenticationUtil;
|
||||||
import org.alfresco.repo.security.authentication.AuthenticationUtil.RunAsWork;
|
import org.alfresco.repo.security.authentication.AuthenticationUtil.RunAsWork;
|
||||||
import org.alfresco.repo.site.SiteModel;
|
import org.alfresco.repo.site.SiteModel;
|
||||||
|
import org.alfresco.repo.transaction.RetryingTransactionHelper.RetryingTransactionCallback;
|
||||||
import org.alfresco.service.cmr.repository.NodeRef;
|
import org.alfresco.service.cmr.repository.NodeRef;
|
||||||
|
import org.alfresco.service.cmr.security.AccessPermission;
|
||||||
import org.alfresco.service.cmr.security.AccessStatus;
|
import org.alfresco.service.cmr.security.AccessStatus;
|
||||||
|
import org.alfresco.service.cmr.security.AuthorityType;
|
||||||
import org.alfresco.service.cmr.site.SiteService;
|
import org.alfresco.service.cmr.site.SiteService;
|
||||||
import org.alfresco.service.cmr.site.SiteVisibility;
|
import org.alfresco.service.cmr.site.SiteVisibility;
|
||||||
import org.alfresco.util.GUID;
|
import org.alfresco.util.GUID;
|
||||||
@@ -73,8 +82,7 @@ public class ExtendedSecurityServiceImplTest extends BaseRMTestCase
|
|||||||
|
|
||||||
private String createTestUser()
|
private String createTestUser()
|
||||||
{
|
{
|
||||||
return doTestInTransaction(new Test<String>()
|
return doTestInTransaction(new Test<String>() {
|
||||||
{
|
|
||||||
public String run()
|
public String run()
|
||||||
{
|
{
|
||||||
String userName = GUID.generate();
|
String userName = GUID.generate();
|
||||||
@@ -90,8 +98,7 @@ public class ExtendedSecurityServiceImplTest extends BaseRMTestCase
|
|||||||
final String elephant = createTestUser();
|
final String elephant = createTestUser();
|
||||||
final String snake = createTestUser();
|
final String snake = createTestUser();
|
||||||
|
|
||||||
doTestInTransaction(new Test<Void>()
|
doTestInTransaction(new Test<Void>() {
|
||||||
{
|
|
||||||
public Void run()
|
public Void run()
|
||||||
{
|
{
|
||||||
assertFalse(extendedSecurityService.hasExtendedSecurity(filePlan));
|
assertFalse(extendedSecurityService.hasExtendedSecurity(filePlan));
|
||||||
@@ -118,7 +125,7 @@ public class ExtendedSecurityServiceImplTest extends BaseRMTestCase
|
|||||||
|
|
||||||
// test remove
|
// test remove
|
||||||
extendedSecurityService.remove(recordToo);
|
extendedSecurityService.remove(recordToo);
|
||||||
|
|
||||||
assertFalse(extendedSecurityService.hasExtendedSecurity(recordToo));
|
assertFalse(extendedSecurityService.hasExtendedSecurity(recordToo));
|
||||||
assertTrue(extendedSecurityService.getReaders(recordToo).isEmpty());
|
assertTrue(extendedSecurityService.getReaders(recordToo).isEmpty());
|
||||||
assertTrue(extendedSecurityService.getWriters(recordToo).isEmpty());
|
assertTrue(extendedSecurityService.getWriters(recordToo).isEmpty());
|
||||||
@@ -133,8 +140,7 @@ public class ExtendedSecurityServiceImplTest extends BaseRMTestCase
|
|||||||
final String monkey = createTestUser();
|
final String monkey = createTestUser();
|
||||||
final String elephant = createTestUser();
|
final String elephant = createTestUser();
|
||||||
|
|
||||||
doTestInTransaction(new Test<Void>()
|
doTestInTransaction(new Test<Void>() {
|
||||||
{
|
|
||||||
Set<String> extendedReaders = new HashSet<>(2);
|
Set<String> extendedReaders = new HashSet<>(2);
|
||||||
|
|
||||||
public Void run() throws Exception
|
public Void run() throws Exception
|
||||||
@@ -184,112 +190,337 @@ public class ExtendedSecurityServiceImplTest extends BaseRMTestCase
|
|||||||
|
|
||||||
public void testDifferentUsersDifferentPermissions()
|
public void testDifferentUsersDifferentPermissions()
|
||||||
{
|
{
|
||||||
final String userNone = createTestUser();
|
final String userNone = createTestUser();
|
||||||
final String userRead = createTestUser();
|
final String userRead = createTestUser();
|
||||||
final String userWrite = createTestUser();
|
final String userWrite = createTestUser();
|
||||||
final String siteShortName = GUID.generate();
|
final String siteShortName = GUID.generate();
|
||||||
|
|
||||||
doTestInTransaction(new Test<Void>()
|
doTestInTransaction(new Test<Void>() {
|
||||||
{
|
|
||||||
public Void run() throws Exception
|
public Void run() throws Exception
|
||||||
{
|
{
|
||||||
siteService.createSite(null, siteShortName, "test", "test", SiteVisibility.PRIVATE);
|
siteService.createSite(null, siteShortName, "test", "test", SiteVisibility.PRIVATE);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
final NodeRef documentLibrary = doTestInTransaction(new Test<NodeRef>()
|
final NodeRef documentLibrary = doTestInTransaction(new Test<NodeRef>() {
|
||||||
{
|
|
||||||
public NodeRef run() throws Exception
|
public NodeRef run() throws Exception
|
||||||
{
|
{
|
||||||
siteService.setMembership(siteShortName, userRead, SiteModel.SITE_CONSUMER);
|
siteService.setMembership(siteShortName, userRead, SiteModel.SITE_CONSUMER);
|
||||||
siteService.setMembership(siteShortName, userWrite, SiteModel.SITE_COLLABORATOR);
|
siteService.setMembership(siteShortName, userWrite, SiteModel.SITE_COLLABORATOR);
|
||||||
return siteService.createContainer(siteShortName, SiteService.DOCUMENT_LIBRARY, null, null);
|
return siteService.createContainer(siteShortName, SiteService.DOCUMENT_LIBRARY, null, null);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
final NodeRef record = doTestInTransaction(new Test<NodeRef>()
|
final NodeRef record = doTestInTransaction(new Test<NodeRef>() {
|
||||||
{
|
|
||||||
public NodeRef run() throws Exception
|
public NodeRef run() throws Exception
|
||||||
{
|
{
|
||||||
NodeRef record = fileFolderService.create(documentLibrary, GUID.generate(), ContentModel.TYPE_CONTENT).getNodeRef();
|
NodeRef record = fileFolderService.create(documentLibrary, GUID.generate(), ContentModel.TYPE_CONTENT)
|
||||||
recordService.createRecord(filePlan, record);
|
.getNodeRef();
|
||||||
return record;
|
recordService.createRecord(filePlan, record);
|
||||||
|
return record;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
doTestInTransaction(new Test<Void>()
|
doTestInTransaction(new Test<Void>() {
|
||||||
{
|
|
||||||
public Void run() throws Exception
|
public Void run() throws Exception
|
||||||
{
|
{
|
||||||
AuthenticationUtil.runAs(new RunAsWork<Void>()
|
AuthenticationUtil.runAs(new RunAsWork<Void>() {
|
||||||
{
|
public Void doWork() throws Exception
|
||||||
public Void doWork() throws Exception
|
{
|
||||||
{
|
// check permissions
|
||||||
// check permissions
|
assertEquals(AccessStatus.DENIED, permissionService.hasPermission(record, READ_RECORDS));
|
||||||
assertEquals(AccessStatus.DENIED, permissionService.hasPermission(record, READ_RECORDS));
|
assertEquals(AccessStatus.DENIED, permissionService.hasPermission(record, FILING));
|
||||||
assertEquals(AccessStatus.DENIED, permissionService.hasPermission(record, FILING));
|
return null;
|
||||||
return null;
|
}
|
||||||
}
|
}, userNone);
|
||||||
}, userNone);
|
|
||||||
|
|
||||||
AuthenticationUtil.runAs(new RunAsWork<Void>()
|
AuthenticationUtil.runAs(new RunAsWork<Void>() {
|
||||||
{
|
public Void doWork() throws Exception
|
||||||
public Void doWork() throws Exception
|
{
|
||||||
{
|
// check permissions
|
||||||
// check permissions
|
assertEquals(AccessStatus.ALLOWED, permissionService.hasPermission(record, READ_RECORDS));
|
||||||
assertEquals(AccessStatus.ALLOWED, permissionService.hasPermission(record, READ_RECORDS));
|
assertEquals(AccessStatus.DENIED, permissionService.hasPermission(record, FILING));
|
||||||
assertEquals(AccessStatus.DENIED, permissionService.hasPermission(record, FILING));
|
return null;
|
||||||
return null;
|
}
|
||||||
}
|
}, userRead);
|
||||||
}, userRead);
|
|
||||||
|
|
||||||
AuthenticationUtil.runAs(new RunAsWork<Void>()
|
AuthenticationUtil.runAs(new RunAsWork<Void>() {
|
||||||
{
|
public Void doWork() throws Exception
|
||||||
public Void doWork() throws Exception
|
{
|
||||||
{
|
// check permissions
|
||||||
// check permissions
|
assertEquals(AccessStatus.ALLOWED, permissionService.hasPermission(record, READ_RECORDS));
|
||||||
assertEquals(AccessStatus.ALLOWED, permissionService.hasPermission(record, READ_RECORDS));
|
assertEquals(AccessStatus.ALLOWED, permissionService.hasPermission(record, FILING));
|
||||||
assertEquals(AccessStatus.ALLOWED, permissionService.hasPermission(record, FILING));
|
return null;
|
||||||
return null;
|
}
|
||||||
}
|
}, userWrite);
|
||||||
}, userWrite);
|
|
||||||
|
|
||||||
AuthenticationUtil.runAs(new RunAsWork<Void>()
|
AuthenticationUtil.runAs(new RunAsWork<Void>() {
|
||||||
{
|
public Void doWork() throws Exception
|
||||||
public Void doWork() throws Exception
|
{
|
||||||
{
|
// check permissions
|
||||||
// check permissions
|
assertEquals(AccessStatus.DENIED, permissionService.hasPermission(record, READ_RECORDS));
|
||||||
assertEquals(AccessStatus.DENIED, permissionService.hasPermission(record, READ_RECORDS));
|
assertEquals(AccessStatus.DENIED, permissionService.hasPermission(record, FILING));
|
||||||
assertEquals(AccessStatus.DENIED, permissionService.hasPermission(record, FILING));
|
return null;
|
||||||
return null;
|
}
|
||||||
}
|
}, userNone);
|
||||||
}, userNone);
|
|
||||||
|
|
||||||
AuthenticationUtil.runAs(new RunAsWork<Void>()
|
AuthenticationUtil.runAs(new RunAsWork<Void>() {
|
||||||
{
|
public Void doWork() throws Exception
|
||||||
public Void doWork() throws Exception
|
{
|
||||||
{
|
// check permissions
|
||||||
// check permissions
|
assertEquals(AccessStatus.ALLOWED, permissionService.hasPermission(record, READ_RECORDS));
|
||||||
assertEquals(AccessStatus.ALLOWED, permissionService.hasPermission(record, READ_RECORDS));
|
assertEquals(AccessStatus.DENIED, permissionService.hasPermission(record, FILING));
|
||||||
assertEquals(AccessStatus.DENIED, permissionService.hasPermission(record, FILING));
|
return null;
|
||||||
return null;
|
}
|
||||||
}
|
}, userRead);
|
||||||
}, userRead);
|
|
||||||
|
|
||||||
AuthenticationUtil.runAs(new RunAsWork<Void>()
|
AuthenticationUtil.runAs(new RunAsWork<Void>() {
|
||||||
{
|
public Void doWork() throws Exception
|
||||||
public Void doWork() throws Exception
|
{
|
||||||
{
|
// check permissions
|
||||||
// check permissions
|
assertEquals(AccessStatus.ALLOWED, permissionService.hasPermission(record, READ_RECORDS));
|
||||||
assertEquals(AccessStatus.ALLOWED, permissionService.hasPermission(record, READ_RECORDS));
|
assertEquals(AccessStatus.ALLOWED, permissionService.hasPermission(record, FILING));
|
||||||
assertEquals(AccessStatus.ALLOWED, permissionService.hasPermission(record, FILING));
|
return null;
|
||||||
return null;
|
}
|
||||||
}
|
}, userWrite);
|
||||||
}, userWrite);
|
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void testConcurrentSetWithRetry()
|
||||||
|
{
|
||||||
|
Set<String> extendedReaders = new HashSet<>(2);
|
||||||
|
Set<String> extendedWriters = new HashSet<>(2);
|
||||||
|
|
||||||
|
Set<NodeRef> documents = setupConcurrentTestCase(10, extendedReaders, extendedWriters);
|
||||||
|
|
||||||
|
// For each record created previously, spawn a thread to set extended security so we cause concurrency
|
||||||
|
// failure trying to create IPR groups with the same name
|
||||||
|
fireParallelExecutionOfSetExtendedSecurity(documents, extendedReaders, extendedWriters, true);
|
||||||
|
|
||||||
|
// Look for duplicated IPR groups and verify all documents have the same groups assigned
|
||||||
|
verifyCreatedGroups(documents, false);
|
||||||
|
|
||||||
|
AuthenticationUtil.clearCurrentSecurityContext();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void testConcurrentSetWithoutRetry()
|
||||||
|
{
|
||||||
|
Set<String> extendedReaders = new HashSet<>(2);
|
||||||
|
Set<String> extendedWriters = new HashSet<>(2);
|
||||||
|
|
||||||
|
Set<NodeRef> documents = setupConcurrentTestCase(10, extendedReaders, extendedWriters);
|
||||||
|
|
||||||
|
// For each record created previously, spawn a thread to set extended security so we cause concurrency
|
||||||
|
// failure trying to create IPR groups with the same name.
|
||||||
|
// Since there is no retry, we expect to get a ConcurrencyFailureException
|
||||||
|
Assert.assertThrows(ConcurrencyFailureException.class, () -> {
|
||||||
|
fireParallelExecutionOfSetExtendedSecurity(documents, extendedReaders, extendedWriters, false);
|
||||||
|
});
|
||||||
|
|
||||||
|
// Look for duplicated IPR groups and verify all documents have the same groups assigned
|
||||||
|
// Since there was a ConcurrencyFailureException some threads failed to set extended security so some
|
||||||
|
// documents may not have IPR groups created.
|
||||||
|
verifyCreatedGroups(documents, true);
|
||||||
|
|
||||||
|
AuthenticationUtil.clearCurrentSecurityContext();
|
||||||
|
}
|
||||||
|
|
||||||
|
private Set<NodeRef> setupConcurrentTestCase(int concurrentThreads, Set<String> extendedReaders, Set<String> extendedWriters)
|
||||||
|
{
|
||||||
|
final String usera = createTestUser();
|
||||||
|
final String userb = createTestUser();
|
||||||
|
final String owner = createTestUser();
|
||||||
|
|
||||||
|
extendedReaders.add(usera);
|
||||||
|
extendedReaders.add(userb);
|
||||||
|
extendedWriters.add(usera);
|
||||||
|
extendedWriters.add(userb);
|
||||||
|
|
||||||
|
AuthenticationUtil.setAdminUserAsFullyAuthenticatedUser();
|
||||||
|
|
||||||
|
// Create a site
|
||||||
|
NodeRef documentLib = createSite(new HashSet<>(), new HashSet<>());
|
||||||
|
|
||||||
|
// Create records in the site document library
|
||||||
|
return createRecords(concurrentThreads, documentLib, owner);
|
||||||
|
}
|
||||||
|
|
||||||
|
private NodeRef createSite(Set<String> readers, Set<String> writers)
|
||||||
|
{
|
||||||
|
return retryingTransactionHelper.doInTransaction(new RetryingTransactionCallback<NodeRef>() {
|
||||||
|
@Override
|
||||||
|
public NodeRef execute() throws Throwable
|
||||||
|
{
|
||||||
|
final String siteShortName = GUID.generate();
|
||||||
|
siteService.createSite(null, siteShortName, "test", "test", SiteVisibility.PRIVATE);
|
||||||
|
readers.forEach(reader -> siteService.setMembership(siteShortName, reader, SiteModel.SITE_CONSUMER));
|
||||||
|
writers.forEach(writer -> siteService.setMembership(siteShortName, writer, SiteModel.SITE_COLLABORATOR));
|
||||||
|
return siteService.createContainer(siteShortName, SiteService.DOCUMENT_LIBRARY, null, null);
|
||||||
|
}
|
||||||
|
}, false, true);
|
||||||
|
}
|
||||||
|
|
||||||
|
private Set<NodeRef> createRecords(int numRecords, NodeRef parent, String owner)
|
||||||
|
{
|
||||||
|
return retryingTransactionHelper.doInTransaction(new RetryingTransactionCallback<Set<NodeRef>>() {
|
||||||
|
@Override
|
||||||
|
public Set<NodeRef> execute() throws Throwable
|
||||||
|
{
|
||||||
|
int createdRecords = 0;
|
||||||
|
Set<NodeRef> documents = new HashSet<>();
|
||||||
|
while (createdRecords < numRecords)
|
||||||
|
{
|
||||||
|
final NodeRef doc = fileFolderService.create(parent, GUID.generate(), ContentModel.TYPE_CONTENT).getNodeRef();
|
||||||
|
ownableService.setOwner(doc, owner);
|
||||||
|
recordService.createRecord(filePlan, doc, rmFolder, true);
|
||||||
|
recordService.file(doc);
|
||||||
|
recordService.complete(doc);
|
||||||
|
documents.add(doc);
|
||||||
|
createdRecords++;
|
||||||
|
}
|
||||||
|
return documents;
|
||||||
|
}
|
||||||
|
}, false, true);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void setExtendedSecurity(NodeRef doc, Set<String> readers, Set<String> writers, boolean useRetry)
|
||||||
|
{
|
||||||
|
if (!useRetry)
|
||||||
|
{
|
||||||
|
setExtendedSecurity(doc, readers, writers);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
retryingTransactionHelper.doInTransaction(new RetryingTransactionCallback<Void>() {
|
||||||
|
@Override
|
||||||
|
public Void execute() throws Throwable
|
||||||
|
{
|
||||||
|
setExtendedSecurity(doc, readers, writers);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}, false, true);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void setExtendedSecurity(NodeRef doc, Set<String> readers, Set<String> writers)
|
||||||
|
{
|
||||||
|
AuthenticationUtil.setAdminUserAsFullyAuthenticatedUser();
|
||||||
|
extendedSecurityService.set(doc, readers, writers);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void fireParallelExecutionOfSetExtendedSecurity(Set<NodeRef> documents, Set<String> extendedReaders, Set<String> extendedWriters, boolean useRetry)
|
||||||
|
{
|
||||||
|
CompletableFuture<?>[] futures = documents.stream()
|
||||||
|
.map(doc -> CompletableFuture.runAsync(() -> setExtendedSecurity(doc, extendedReaders, extendedWriters, useRetry)))
|
||||||
|
.toArray(CompletableFuture[]::new);
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
CompletableFuture.allOf(futures).join();
|
||||||
|
}
|
||||||
|
catch (Exception e)
|
||||||
|
{
|
||||||
|
Throwable cause = e.getCause();
|
||||||
|
if (cause instanceof ConcurrencyFailureException)
|
||||||
|
{
|
||||||
|
throw (ConcurrencyFailureException) cause;
|
||||||
|
}
|
||||||
|
throw new RuntimeException("Error during parallel execution", e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void verifyCreatedGroups(Set<NodeRef> documents, boolean onlyDuplicatesValidation)
|
||||||
|
{
|
||||||
|
retryingTransactionHelper.doInTransaction(new RetryingTransactionCallback<Void>() {
|
||||||
|
@Override
|
||||||
|
public Void execute() throws Throwable
|
||||||
|
{
|
||||||
|
Set<String> expectedAuthorities = null;
|
||||||
|
Set<Set<String>> errors = new HashSet<>();
|
||||||
|
for (NodeRef doc : documents)
|
||||||
|
{
|
||||||
|
Set<AccessPermission> permissions = permissionService.getAllSetPermissions(doc);
|
||||||
|
Set<String> authorities = getDocumentAuthorities(permissions);
|
||||||
|
Set<String> authoritiesById = getAuthorityIds(authorities);
|
||||||
|
|
||||||
|
verifyIPRGroups(authorities, onlyDuplicatesValidation);
|
||||||
|
|
||||||
|
if (onlyDuplicatesValidation)
|
||||||
|
{
|
||||||
|
// Some documents may not have IPR groups created if there was a ConcurrencyFailureException
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// All documents should have the same exact set of groups assigned
|
||||||
|
if (expectedAuthorities == null)
|
||||||
|
{
|
||||||
|
expectedAuthorities = authoritiesById;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!expectedAuthorities.equals(authoritiesById))
|
||||||
|
{
|
||||||
|
errors.add(authoritiesById);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
assertTrue("Unexpected authorities linked to document", errors.isEmpty());
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}, false, true);
|
||||||
|
}
|
||||||
|
|
||||||
|
private Set<String> getDocumentAuthorities(Set<AccessPermission> permissions)
|
||||||
|
{
|
||||||
|
Set<String> authorities = new HashSet<>();
|
||||||
|
|
||||||
|
for (AccessPermission accessPermission : permissions)
|
||||||
|
{
|
||||||
|
String authority = accessPermission.getAuthority();
|
||||||
|
String authName = authorityService.getName(AuthorityType.GROUP, authority);
|
||||||
|
authorities.add(authName);
|
||||||
|
|
||||||
|
}
|
||||||
|
return authorities;
|
||||||
|
}
|
||||||
|
|
||||||
|
private Set<String> getAuthorityIds(Set<String> authorities)
|
||||||
|
{
|
||||||
|
Set<String> authorityIds = new HashSet<>();
|
||||||
|
for (String authority : authorities)
|
||||||
|
{
|
||||||
|
String authId = authorityService.getAuthorityNodeRef(authority) != null
|
||||||
|
? authorityService.getAuthorityNodeRef(authority).getId()
|
||||||
|
: null;
|
||||||
|
authorityIds.add(authId);
|
||||||
|
}
|
||||||
|
return authorityIds;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void verifyIPRGroups(Set<String> authorities, boolean onlyDuplicatesValidation)
|
||||||
|
{
|
||||||
|
boolean hasGroupIPR = false;
|
||||||
|
|
||||||
|
for (String authorityName : authorities)
|
||||||
|
{
|
||||||
|
String shortName = authorityService.getShortName(authorityName);
|
||||||
|
|
||||||
|
if (authorityName.startsWith("GROUP_IPR"))
|
||||||
|
{
|
||||||
|
hasGroupIPR = true;
|
||||||
|
PagingResults<String> results = authorityService.getAuthorities(AuthorityType.GROUP, null, shortName, false,
|
||||||
|
false, new PagingRequest(0, 10));
|
||||||
|
|
||||||
|
assertEquals("No duplicated IPR group expected", 1, results.getPage().size());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!onlyDuplicatesValidation)
|
||||||
|
{
|
||||||
|
assertTrue("No IPR Groups created", hasGroupIPR);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-governance-services-community-repo-parent</artifactId>
|
<artifactId>alfresco-governance-services-community-repo-parent</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo</artifactId>
|
<artifactId>alfresco-community-repo</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo-amps</artifactId>
|
<artifactId>alfresco-community-repo-amps</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@@ -91,6 +91,15 @@ function doclist_getAllNodes(parsedArgs, filterParams, query, totalItemCount)
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function sanitizeJunkFavouriteKeys(favourites){
|
||||||
|
for (var key in favourites) {
|
||||||
|
if (!key || key.trim() === "") {
|
||||||
|
delete favourites[key];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return favourites;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main entry point: Create collection of documents and folders in the given space
|
* Main entry point: Create collection of documents and folders in the given space
|
||||||
*
|
*
|
||||||
@@ -123,6 +132,28 @@ function doclist_main()
|
|||||||
|
|
||||||
if (logger.isLoggingEnabled())
|
if (logger.isLoggingEnabled())
|
||||||
logger.log("doclist.lib.js - NodeRef: " + parsedArgs.nodeRef + " Query: " + query);
|
logger.log("doclist.lib.js - NodeRef: " + parsedArgs.nodeRef + " Query: " + query);
|
||||||
|
|
||||||
|
favourites = sanitizeJunkFavouriteKeys(favourites);
|
||||||
|
|
||||||
|
if(Object.keys(favourites).length === 0 && query === null)
|
||||||
|
{
|
||||||
|
return {
|
||||||
|
luceneQuery: "",
|
||||||
|
paging: {
|
||||||
|
totalRecords: 0,
|
||||||
|
startIndex: 0
|
||||||
|
},
|
||||||
|
container: parsedArgs.rootNode,
|
||||||
|
parent: null,
|
||||||
|
onlineEditing: utils.moduleInstalled("org.alfresco.module.vti"),
|
||||||
|
itemCount: {
|
||||||
|
folders: 0,
|
||||||
|
documents: 0
|
||||||
|
},
|
||||||
|
items: [],
|
||||||
|
customJSON: slingshotDocLib.getJSON()
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
var totalItemCount = filterParams.limitResults ? parseInt(filterParams.limitResults, 10) : -1;
|
var totalItemCount = filterParams.limitResults ? parseInt(filterParams.limitResults, 10) : -1;
|
||||||
// For all sites documentLibrary query we pull in all available results and post filter
|
// For all sites documentLibrary query we pull in all available results and post filter
|
||||||
|
@@ -182,11 +182,14 @@ var Filters =
|
|||||||
case "favourites":
|
case "favourites":
|
||||||
for (var favourite in favourites)
|
for (var favourite in favourites)
|
||||||
{
|
{
|
||||||
if (filterQuery)
|
if (favourite && favourite.trim() !== "")
|
||||||
{
|
{
|
||||||
filterQuery += " OR ";
|
if (filterQuery)
|
||||||
|
{
|
||||||
|
filterQuery += " OR ";
|
||||||
|
}
|
||||||
|
filterQuery += "ID:\"" + favourite + "\"";
|
||||||
}
|
}
|
||||||
filterQuery += "ID:\"" + favourite + "\"";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (filterQuery.length !== 0)
|
if (filterQuery.length !== 0)
|
||||||
@@ -201,7 +204,13 @@ var Filters =
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// empty favourites query
|
// empty favourites query
|
||||||
filterQuery = "+ID:\"\"";
|
logger.warn("No favourites found for user: " + person.properties.userName);
|
||||||
|
return {
|
||||||
|
query: null,
|
||||||
|
limitResults: 0,
|
||||||
|
sort: [],
|
||||||
|
language: "lucene"
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
filterParams.query = filterQuery;
|
filterParams.query = filterQuery;
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo</artifactId>
|
<artifactId>alfresco-community-repo</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo</artifactId>
|
<artifactId>alfresco-community-repo</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo</artifactId>
|
<artifactId>alfresco-community-repo</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@@ -9,6 +9,6 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo-packaging</artifactId>
|
<artifactId>alfresco-community-repo-packaging</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
</project>
|
</project>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo-packaging</artifactId>
|
<artifactId>alfresco-community-repo-packaging</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo</artifactId>
|
<artifactId>alfresco-community-repo</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo-packaging</artifactId>
|
<artifactId>alfresco-community-repo-packaging</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo-tests</artifactId>
|
<artifactId>alfresco-community-repo-tests</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo-tests</artifactId>
|
<artifactId>alfresco-community-repo-tests</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo-tests</artifactId>
|
<artifactId>alfresco-community-repo-tests</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo-tests</artifactId>
|
<artifactId>alfresco-community-repo-tests</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo-tests</artifactId>
|
<artifactId>alfresco-community-repo-tests</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo-packaging</artifactId>
|
<artifactId>alfresco-community-repo-packaging</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
32
pom.xml
32
pom.xml
@@ -2,7 +2,7 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>alfresco-community-repo</artifactId>
|
<artifactId>alfresco-community-repo</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Alfresco Community Repo Parent</name>
|
<name>Alfresco Community Repo Parent</name>
|
||||||
|
|
||||||
@@ -51,17 +51,17 @@
|
|||||||
<dependency.alfresco-server-root.version>7.0.1</dependency.alfresco-server-root.version>
|
<dependency.alfresco-server-root.version>7.0.1</dependency.alfresco-server-root.version>
|
||||||
<dependency.activiti-engine.version>5.23.0</dependency.activiti-engine.version>
|
<dependency.activiti-engine.version>5.23.0</dependency.activiti-engine.version>
|
||||||
<dependency.activiti.version>5.23.0</dependency.activiti.version>
|
<dependency.activiti.version>5.23.0</dependency.activiti.version>
|
||||||
<dependency.alfresco-transform-core.version>5.1.5</dependency.alfresco-transform-core.version>
|
<dependency.alfresco-transform-core.version>5.2.2</dependency.alfresco-transform-core.version>
|
||||||
<dependency.alfresco-transform-service.version>4.1.5</dependency.alfresco-transform-service.version>
|
<dependency.alfresco-transform-service.version>4.2.2</dependency.alfresco-transform-service.version>
|
||||||
<dependency.alfresco-greenmail.version>7.0</dependency.alfresco-greenmail.version>
|
<dependency.alfresco-greenmail.version>7.0</dependency.alfresco-greenmail.version>
|
||||||
<dependency.acs-event-model.version>0.0.33</dependency.acs-event-model.version>
|
<dependency.acs-event-model.version>0.0.33</dependency.acs-event-model.version>
|
||||||
|
|
||||||
<dependency.aspectj.version>1.9.22.1</dependency.aspectj.version>
|
<dependency.aspectj.version>1.9.22.1</dependency.aspectj.version>
|
||||||
<dependency.spring.version>6.2.8</dependency.spring.version>
|
<dependency.spring.version>6.2.11</dependency.spring.version>
|
||||||
<dependency.spring-security.version>6.3.9</dependency.spring-security.version>
|
<dependency.spring-security.version>6.4.11</dependency.spring-security.version>
|
||||||
<dependency.antlr.version>3.5.3</dependency.antlr.version>
|
<dependency.antlr.version>3.5.3</dependency.antlr.version>
|
||||||
<dependency.jackson.version>2.17.2</dependency.jackson.version>
|
<dependency.jackson.version>2.17.2</dependency.jackson.version>
|
||||||
<dependency.cxf.version>4.1.0</dependency.cxf.version>
|
<dependency.cxf.version>4.1.2</dependency.cxf.version>
|
||||||
<dependency.opencmis.version>1.0.0-jakarta-1</dependency.opencmis.version>
|
<dependency.opencmis.version>1.0.0-jakarta-1</dependency.opencmis.version>
|
||||||
<dependency.webscripts.version>10.2</dependency.webscripts.version>
|
<dependency.webscripts.version>10.2</dependency.webscripts.version>
|
||||||
<dependency.bouncycastle.version>1.78.1</dependency.bouncycastle.version>
|
<dependency.bouncycastle.version>1.78.1</dependency.bouncycastle.version>
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
<dependency.slf4j.version>2.0.16</dependency.slf4j.version>
|
<dependency.slf4j.version>2.0.16</dependency.slf4j.version>
|
||||||
<dependency.log4j.version>2.23.1</dependency.log4j.version>
|
<dependency.log4j.version>2.23.1</dependency.log4j.version>
|
||||||
<dependency.groovy.version>3.0.22</dependency.groovy.version>
|
<dependency.groovy.version>3.0.22</dependency.groovy.version>
|
||||||
<dependency.tika.version>2.9.2</dependency.tika.version>
|
<dependency.tika.version>3.2.3</dependency.tika.version>
|
||||||
<dependency.truezip.version>7.7.10</dependency.truezip.version>
|
<dependency.truezip.version>7.7.10</dependency.truezip.version>
|
||||||
<dependency.poi.version>5.4.1</dependency.poi.version>
|
<dependency.poi.version>5.4.1</dependency.poi.version>
|
||||||
<dependency.jboss.logging.version>3.5.0.Final</dependency.jboss.logging.version>
|
<dependency.jboss.logging.version>3.5.0.Final</dependency.jboss.logging.version>
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
<dependency.jakarta-json-path.version>2.9.0</dependency.jakarta-json-path.version>
|
<dependency.jakarta-json-path.version>2.9.0</dependency.jakarta-json-path.version>
|
||||||
<dependency.json-smart.version>2.5.2</dependency.json-smart.version>
|
<dependency.json-smart.version>2.5.2</dependency.json-smart.version>
|
||||||
<alfresco.googledrive.version>4.1.0</alfresco.googledrive.version>
|
<alfresco.googledrive.version>4.1.0</alfresco.googledrive.version>
|
||||||
<alfresco.aos-module.version>3.3.0</alfresco.aos-module.version>
|
<alfresco.aos-module.version>3.4.0-A.1</alfresco.aos-module.version>
|
||||||
<alfresco.api-explorer.version>23.4.0</alfresco.api-explorer.version> <!-- Also in alfresco-enterprise-share -->
|
<alfresco.api-explorer.version>23.4.0</alfresco.api-explorer.version> <!-- Also in alfresco-enterprise-share -->
|
||||||
|
|
||||||
<alfresco.maven-plugin.version>2.2.0</alfresco.maven-plugin.version>
|
<alfresco.maven-plugin.version>2.2.0</alfresco.maven-plugin.version>
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
<connection>scm:git:https://github.com/Alfresco/alfresco-community-repo.git</connection>
|
<connection>scm:git:https://github.com/Alfresco/alfresco-community-repo.git</connection>
|
||||||
<developerConnection>scm:git:https://github.com/Alfresco/alfresco-community-repo.git</developerConnection>
|
<developerConnection>scm:git:https://github.com/Alfresco/alfresco-community-repo.git</developerConnection>
|
||||||
<url>https://github.com/Alfresco/alfresco-community-repo</url>
|
<url>https://github.com/Alfresco/alfresco-community-repo</url>
|
||||||
<tag>23.6.0.14</tag>
|
<tag>23.6.0.29</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
@@ -170,6 +170,12 @@
|
|||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<!-- v1.10 has 0BSD license it must be consulted with Legal -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.tukaani</groupId>
|
||||||
|
<artifactId>xz</artifactId>
|
||||||
|
<version>1.9</version>
|
||||||
|
</dependency>
|
||||||
<!-- Jakarta... -->
|
<!-- Jakarta... -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jakarta.xml.bind</groupId>
|
<groupId>jakarta.xml.bind</groupId>
|
||||||
@@ -1132,16 +1138,10 @@
|
|||||||
<exclude>jakarta.xml.soap:jakarta.xml.soap-api:(, 2.0.1)</exclude>
|
<exclude>jakarta.xml.soap:jakarta.xml.soap-api:(, 2.0.1)</exclude>
|
||||||
<exclude>jakarta.jws:jakarta.jws-api:(, 3.0.0)</exclude>
|
<exclude>jakarta.jws:jakarta.jws-api:(, 3.0.0)</exclude>
|
||||||
<!-- Enforce ban bouncycastle dependencies other than specified under <includes> section-->
|
<!-- Enforce ban bouncycastle dependencies other than specified under <includes> section-->
|
||||||
<exclude>org.bouncycastle</exclude>
|
<exclude>org.bouncycastle:(,1.81)</exclude>
|
||||||
<!-- Enforce one version of Jaxb-->
|
<!-- Enforce one version of Jaxb-->
|
||||||
<exclude>com.sun.xml.bind</exclude>
|
<exclude>com.sun.xml.bind</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
<includes>
|
|
||||||
<include>org.bouncycastle:bcprov-jdk18on:[1.78.1,)</include>
|
|
||||||
<include>org.bouncycastle:bcmail-jdk18on:[1.78.1,)</include>
|
|
||||||
<include>org.bouncycastle:bcpkix-jdk18on:[1.78.1,)</include>
|
|
||||||
<include>org.bouncycastle:bcutil-jdk18on:[1.78.1,)</include>
|
|
||||||
</includes>
|
|
||||||
</bannedDependencies>
|
</bannedDependencies>
|
||||||
</rules>
|
</rules>
|
||||||
<fail>true</fail>
|
<fail>true</fail>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo</artifactId>
|
<artifactId>alfresco-community-repo</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo</artifactId>
|
<artifactId>alfresco-community-repo</artifactId>
|
||||||
<version>23.6.0.14</version>
|
<version>23.6.0.29</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Repository
|
* Alfresco Repository
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2016 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
@@ -23,105 +23,102 @@
|
|||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* #L%
|
* #L%
|
||||||
*/
|
*/
|
||||||
package org.alfresco.repo.domain.node;
|
package org.alfresco.repo.domain.node;
|
||||||
|
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
import java.util.HashSet;
|
import java.util.HashSet;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
import org.alfresco.model.ContentModel;
|
import org.alfresco.model.ContentModel;
|
||||||
import org.alfresco.service.cmr.repository.NodeRef;
|
import org.alfresco.service.cmr.repository.NodeRef;
|
||||||
import org.alfresco.service.cmr.repository.datatype.DefaultTypeConverter;
|
import org.alfresco.service.cmr.repository.datatype.DefaultTypeConverter;
|
||||||
import org.alfresco.service.namespace.QName;
|
import org.alfresco.service.namespace.QName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class holding properties associated with the <b>sys:referenceable</b> aspect.
|
* Class holding properties associated with the <b>sys:referenceable</b> aspect. This aspect is common enough to warrant direct inclusion on the <b>Node</b> entity.
|
||||||
* This aspect is common enough to warrant direct inclusion on the <b>Node</b> entity.
|
*
|
||||||
*
|
* @author Derek Hulley
|
||||||
* @author Derek Hulley
|
* @since 3.4
|
||||||
* @since 3.4
|
*/
|
||||||
*/
|
public class ReferenceablePropertiesEntity
|
||||||
public class ReferenceablePropertiesEntity
|
{
|
||||||
{
|
private static final Set<QName> REFERENCEABLE_PROP_QNAMES;
|
||||||
private static final Set<QName> REFERENCEABLE_PROP_QNAMES;
|
static
|
||||||
static
|
{
|
||||||
{
|
REFERENCEABLE_PROP_QNAMES = new HashSet<QName>(8);
|
||||||
REFERENCEABLE_PROP_QNAMES = new HashSet<QName>(8);
|
REFERENCEABLE_PROP_QNAMES.add(ContentModel.PROP_STORE_PROTOCOL);
|
||||||
REFERENCEABLE_PROP_QNAMES.add(ContentModel.PROP_STORE_PROTOCOL);
|
REFERENCEABLE_PROP_QNAMES.add(ContentModel.PROP_STORE_IDENTIFIER);
|
||||||
REFERENCEABLE_PROP_QNAMES.add(ContentModel.PROP_STORE_IDENTIFIER);
|
REFERENCEABLE_PROP_QNAMES.add(ContentModel.PROP_NODE_UUID);
|
||||||
REFERENCEABLE_PROP_QNAMES.add(ContentModel.PROP_NODE_UUID);
|
REFERENCEABLE_PROP_QNAMES.add(ContentModel.PROP_NODE_DBID);
|
||||||
REFERENCEABLE_PROP_QNAMES.add(ContentModel.PROP_NODE_DBID);
|
}
|
||||||
}
|
|
||||||
|
/**
|
||||||
/**
|
* @return Returns <tt>true</tt> if the property belongs to the <b>sys:referenceable</b> aspect
|
||||||
* @return Returns <tt>true</tt> if the property belongs to the <b>sys:referenceable</b> aspect
|
*/
|
||||||
*/
|
public static boolean isReferenceableProperty(QName qname)
|
||||||
public static boolean isReferenceableProperty(QName qname)
|
{
|
||||||
{
|
return REFERENCEABLE_PROP_QNAMES.contains(qname);
|
||||||
return REFERENCEABLE_PROP_QNAMES.contains(qname);
|
}
|
||||||
}
|
|
||||||
|
/**
|
||||||
/**
|
* Remove all {@link ContentModel#ASPECT_REFERENCEABLE referencable} properties
|
||||||
* Remove all {@link ContentModel#ASPECT_REFERENCEABLE referencable} properties
|
*/
|
||||||
*/
|
public static void removeReferenceableProperties(Node node, Map<QName, Serializable> properties)
|
||||||
public static void removeReferenceableProperties(Node node, Map<QName, Serializable> properties)
|
{
|
||||||
{
|
properties.keySet().removeAll(REFERENCEABLE_PROP_QNAMES);
|
||||||
properties.keySet().removeAll(REFERENCEABLE_PROP_QNAMES);
|
String name = DefaultTypeConverter.INSTANCE.convert(String.class, properties.get(ContentModel.PROP_NAME));
|
||||||
String name = DefaultTypeConverter.INSTANCE.convert(String.class, properties.get(ContentModel.PROP_NAME));
|
if (name != null && name.equals(node.getUuid()))
|
||||||
if (name != null && name.equals(node.getUuid()))
|
{
|
||||||
{
|
// The cm:name matches the UUID, so drop it
|
||||||
// The cm:name matches the UUID, so drop it
|
properties.remove(ContentModel.PROP_NAME);
|
||||||
properties.remove(ContentModel.PROP_NAME);
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
/**
|
||||||
/**
|
* Remove all {@link ContentModel#ASPECT_REFERENCEABLE referencable} properties
|
||||||
* Remove all {@link ContentModel#ASPECT_REFERENCEABLE referencable} properties
|
*/
|
||||||
*/
|
public static void removeReferenceableProperties(Set<QName> propertyQNames)
|
||||||
public static void removeReferenceableProperties(Set<QName> propertyQNames)
|
{
|
||||||
{
|
propertyQNames.removeAll(REFERENCEABLE_PROP_QNAMES);
|
||||||
propertyQNames.removeAll(REFERENCEABLE_PROP_QNAMES);
|
}
|
||||||
}
|
|
||||||
|
/**
|
||||||
/**
|
* Adds all {@link ContentModel#ASPECT_REFERENCEABLE referencable} properties.
|
||||||
* Adds all {@link ContentModel#ASPECT_REFERENCEABLE referencable} properties.
|
*/
|
||||||
*/
|
public static void addReferenceableProperties(Long nodeId, NodeRef nodeRef, Map<QName, Serializable> properties)
|
||||||
public static void addReferenceableProperties(Node node, Map<QName, Serializable> properties)
|
{
|
||||||
{
|
properties.put(ContentModel.PROP_STORE_PROTOCOL, nodeRef.getStoreRef().getProtocol());
|
||||||
Long nodeId = node.getId();
|
properties.put(ContentModel.PROP_STORE_IDENTIFIER, nodeRef.getStoreRef().getIdentifier());
|
||||||
NodeRef nodeRef = node.getNodeRef();
|
properties.put(ContentModel.PROP_NODE_UUID, nodeRef.getId());
|
||||||
properties.put(ContentModel.PROP_STORE_PROTOCOL, nodeRef.getStoreRef().getProtocol());
|
properties.put(ContentModel.PROP_NODE_DBID, nodeId);
|
||||||
properties.put(ContentModel.PROP_STORE_IDENTIFIER, nodeRef.getStoreRef().getIdentifier());
|
// add the ID as the name, if required
|
||||||
properties.put(ContentModel.PROP_NODE_UUID, nodeRef.getId());
|
String name = DefaultTypeConverter.INSTANCE.convert(String.class, properties.get(ContentModel.PROP_NAME));
|
||||||
properties.put(ContentModel.PROP_NODE_DBID, nodeId);
|
if (name == null)
|
||||||
// add the ID as the name, if required
|
{
|
||||||
String name = DefaultTypeConverter.INSTANCE.convert(String.class, properties.get(ContentModel.PROP_NAME));
|
properties.put(ContentModel.PROP_NAME, nodeRef.getId());
|
||||||
if (name == null)
|
}
|
||||||
{
|
}
|
||||||
properties.put(ContentModel.PROP_NAME, nodeRef.getId());
|
|
||||||
}
|
public static Serializable getReferenceableProperty(Node node, QName qname)
|
||||||
}
|
{
|
||||||
|
NodeRef nodeRef = node.getNodeRef();
|
||||||
public static Serializable getReferenceableProperty(Node node, QName qname)
|
if (qname.equals(ContentModel.PROP_STORE_PROTOCOL))
|
||||||
{
|
{
|
||||||
NodeRef nodeRef = node.getNodeRef();
|
return nodeRef.getStoreRef().getProtocol();
|
||||||
if (qname.equals(ContentModel.PROP_STORE_PROTOCOL))
|
}
|
||||||
{
|
else if (qname.equals(ContentModel.PROP_STORE_IDENTIFIER))
|
||||||
return nodeRef.getStoreRef().getProtocol();
|
{
|
||||||
}
|
return nodeRef.getStoreRef().getIdentifier();
|
||||||
else if (qname.equals(ContentModel.PROP_STORE_IDENTIFIER))
|
}
|
||||||
{
|
else if (qname.equals(ContentModel.PROP_NODE_UUID))
|
||||||
return nodeRef.getStoreRef().getIdentifier();
|
{
|
||||||
}
|
return nodeRef.getId();
|
||||||
else if (qname.equals(ContentModel.PROP_NODE_UUID))
|
}
|
||||||
{
|
else if (qname.equals(ContentModel.PROP_NODE_DBID))
|
||||||
return nodeRef.getId();
|
{
|
||||||
}
|
return node.getId();
|
||||||
else if (qname.equals(ContentModel.PROP_NODE_DBID))
|
}
|
||||||
{
|
throw new IllegalArgumentException("Not sys:referenceable property: " + qname);
|
||||||
return node.getId();
|
}
|
||||||
}
|
}
|
||||||
throw new IllegalArgumentException("Not sys:referenceable property: " + qname);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@@ -116,7 +116,7 @@ public class NodeDAOImpl extends AbstractNodeDAOImpl
|
|||||||
private static final String SELECT_NODE_MAX_ID = "alfresco.node.select_NodeMaxId";
|
private static final String SELECT_NODE_MAX_ID = "alfresco.node.select_NodeMaxId";
|
||||||
private static final String SELECT_NODE_INTERVAL_BY_TYPE = "alfresco.node.select_MinMaxNodeIdForNodeType";
|
private static final String SELECT_NODE_INTERVAL_BY_TYPE = "alfresco.node.select_MinMaxNodeIdForNodeType";
|
||||||
private static final String SELECT_NODES_WITH_ASPECT_IDS = "alfresco.node.select_NodesWithAspectIds";
|
private static final String SELECT_NODES_WITH_ASPECT_IDS = "alfresco.node.select_NodesWithAspectIds";
|
||||||
private static final String SELECT_NODES_WITH_ASPECT_IDS_LIMITED = "alfresco.node.select_NodesWithAspectIds_Limited";
|
private static final String SELECT_NODES_WITH_ASPECT_IDS_LIMITED = "alfresco.node.select.select_NodesWithAspectIds_Limited";
|
||||||
private static final String INSERT_NODE_ASSOC = "alfresco.node.insert.insert_NodeAssoc";
|
private static final String INSERT_NODE_ASSOC = "alfresco.node.insert.insert_NodeAssoc";
|
||||||
private static final String UPDATE_NODE_ASSOC = "alfresco.node.update_NodeAssoc";
|
private static final String UPDATE_NODE_ASSOC = "alfresco.node.update_NodeAssoc";
|
||||||
private static final String DELETE_NODE_ASSOC = "alfresco.node.delete_NodeAssoc";
|
private static final String DELETE_NODE_ASSOC = "alfresco.node.delete_NodeAssoc";
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Repository
|
* Alfresco Repository
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2023 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
@@ -39,8 +39,10 @@ import org.alfresco.service.namespace.QName;
|
|||||||
/**
|
/**
|
||||||
* Encapsulates events occurred in a single transaction.
|
* Encapsulates events occurred in a single transaction.
|
||||||
*
|
*
|
||||||
* @param <REF> entity (e.g. node, child association, peer association) reference type
|
* @param <REF>
|
||||||
* @param <RES> entity resource type
|
* entity (e.g. node, child association, peer association) reference type
|
||||||
|
* @param <RES>
|
||||||
|
* entity resource type
|
||||||
*/
|
*/
|
||||||
public abstract class EventConsolidator<REF extends EntityRef, RES extends Resource>
|
public abstract class EventConsolidator<REF extends EntityRef, RES extends Resource>
|
||||||
{
|
{
|
||||||
@@ -90,23 +92,31 @@ public abstract class EventConsolidator<REF extends EntityRef, RES extends Resou
|
|||||||
/**
|
/**
|
||||||
* Builds and returns the {@link RepoEvent} instance.
|
* Builds and returns the {@link RepoEvent} instance.
|
||||||
*
|
*
|
||||||
* @param eventInfo the object holding the event information
|
* @param eventInfo
|
||||||
|
* the object holding the event information
|
||||||
* @return the {@link RepoEvent} instance
|
* @return the {@link RepoEvent} instance
|
||||||
*/
|
*/
|
||||||
public RepoEvent<DataAttributes<RES>> getRepoEvent(EventInfo eventInfo)
|
public RepoEvent<DataAttributes<RES>> getRepoEvent(EventInfo eventInfo)
|
||||||
|
{
|
||||||
|
final RepoEvent.Builder<DataAttributes<RES>> builder = RepoEvent.builder();
|
||||||
|
|
||||||
|
configureRepoEventBuilder(builder, eventInfo);
|
||||||
|
|
||||||
|
return builder.build();
|
||||||
|
}
|
||||||
|
|
||||||
|
protected void configureRepoEventBuilder(RepoEvent.Builder<DataAttributes<RES>> builder, EventInfo eventInfo)
|
||||||
{
|
{
|
||||||
EventType eventType = getDerivedEvent();
|
EventType eventType = getDerivedEvent();
|
||||||
|
|
||||||
DataAttributes<RES> eventData = buildEventData(eventInfo, resource, eventType);
|
DataAttributes<RES> eventData = buildEventData(eventInfo, resource, eventType);
|
||||||
|
|
||||||
return RepoEvent.<DataAttributes<RES>>builder()
|
builder.setId(eventInfo.getId())
|
||||||
.setId(eventInfo.getId())
|
.setSource(eventInfo.getSource())
|
||||||
.setSource(eventInfo.getSource())
|
.setTime(eventInfo.getTimestamp())
|
||||||
.setTime(eventInfo.getTimestamp())
|
.setType(eventType.getType())
|
||||||
.setType(eventType.getType())
|
.setData(eventData)
|
||||||
.setData(eventData)
|
.setDataschema(EventJSONSchema.getSchemaV1(eventType));
|
||||||
.setDataschema(EventJSONSchema.getSchemaV1(eventType))
|
|
||||||
.build();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -114,9 +124,9 @@ public abstract class EventConsolidator<REF extends EntityRef, RES extends Resou
|
|||||||
*/
|
*/
|
||||||
protected DataAttributes<RES> buildEventData(EventInfo eventInfo, RES resource, EventType eventType)
|
protected DataAttributes<RES> buildEventData(EventInfo eventInfo, RES resource, EventType eventType)
|
||||||
{
|
{
|
||||||
return EventData.<RES>builder()
|
return EventData.<RES> builder()
|
||||||
.setEventGroupId(eventInfo.getTxnId())
|
.setEventGroupId(eventInfo.getTxnId())
|
||||||
.setResource(resource)
|
.setResource(resource)
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Repository
|
* Alfresco Repository
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2016 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
@@ -23,239 +23,290 @@
|
|||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* #L%
|
* #L%
|
||||||
*/
|
*/
|
||||||
package org.alfresco.repo.node.getchildren;
|
package org.alfresco.repo.node.getchildren;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
import org.alfresco.repo.domain.node.NodeEntity;
|
import org.alfresco.repo.domain.node.AuditablePropertiesEntity;
|
||||||
import org.alfresco.repo.domain.node.NodePropertyEntity;
|
import org.alfresco.repo.domain.node.NodePropertyEntity;
|
||||||
|
import org.alfresco.service.cmr.repository.NodeRef;
|
||||||
/**
|
import org.alfresco.service.cmr.repository.StoreRef;
|
||||||
* Filterable/Sortable Node Entity
|
|
||||||
*
|
/**
|
||||||
* Can be optionally filtered/sorted by (up to) three properties - note: sort properties are applied in order
|
* Filterable/Sortable Node Entity
|
||||||
*
|
*
|
||||||
* @author jan
|
* Can be optionally filtered/sorted by (up to) three properties - note: sort properties are applied in order
|
||||||
* @since 4.0
|
*
|
||||||
*/
|
* @author jan
|
||||||
public class FilterSortNodeEntity
|
* @since 4.0
|
||||||
{
|
*/
|
||||||
private Long id; // node id
|
public class FilterSortNodeEntity
|
||||||
|
{
|
||||||
private NodeEntity node;
|
private Long id; // node id
|
||||||
private NodePropertyEntity prop1;
|
private String nodeUuid;
|
||||||
private NodePropertyEntity prop2;
|
private Long typeQNameId;
|
||||||
private NodePropertyEntity prop3;
|
|
||||||
|
private AuditablePropertiesEntity auditablePropertiesEntity;
|
||||||
// Supplemental query-related parameters
|
private NodePropertyEntity prop1;
|
||||||
private Long parentNodeId;
|
private NodePropertyEntity prop2;
|
||||||
private Long prop1qnameId;
|
private NodePropertyEntity prop3;
|
||||||
private Long prop2qnameId;
|
|
||||||
private Long prop3qnameId;
|
private String storeProtocol;
|
||||||
private List<Long> childNodeTypeQNameIds;
|
private String storeIdentifier;
|
||||||
private Set<Long> assocTypeQNameIds;
|
|
||||||
private String pattern;
|
// Supplemental query-related parameters
|
||||||
private Long namePropertyQNameId;
|
private Long parentNodeId;
|
||||||
private boolean auditableProps;
|
private Long prop1qnameId;
|
||||||
private boolean nodeType;
|
private Long prop2qnameId;
|
||||||
|
private Long prop3qnameId;
|
||||||
private Boolean isPrimary;
|
private List<Long> childNodeTypeQNameIds;
|
||||||
|
private Set<Long> assocTypeQNameIds;
|
||||||
/**
|
private String pattern;
|
||||||
* Default constructor
|
private Long namePropertyQNameId;
|
||||||
*/
|
private boolean auditableProps;
|
||||||
public FilterSortNodeEntity()
|
private boolean nodeType;
|
||||||
{
|
|
||||||
auditableProps = false;
|
private Boolean isPrimary;
|
||||||
}
|
|
||||||
|
/**
|
||||||
public Long getId()
|
* Default constructor
|
||||||
{
|
*/
|
||||||
return id;
|
public FilterSortNodeEntity()
|
||||||
}
|
{
|
||||||
|
auditableProps = false;
|
||||||
public void setId(Long id)
|
}
|
||||||
{
|
|
||||||
this.id = id;
|
public Long getId()
|
||||||
}
|
{
|
||||||
|
return id;
|
||||||
public String getPattern()
|
}
|
||||||
{
|
|
||||||
return pattern;
|
public void setId(Long id)
|
||||||
}
|
{
|
||||||
|
this.id = id;
|
||||||
protected String escape(String s, char escapeChar)
|
}
|
||||||
{
|
|
||||||
StringBuilder sb = new StringBuilder();
|
public String getNodeUuid()
|
||||||
int idx = -1;
|
{
|
||||||
int offset = 0;
|
return nodeUuid;
|
||||||
do
|
}
|
||||||
{
|
|
||||||
idx = s.indexOf(escapeChar, offset);
|
public void setNodeUuid(String nodeUuid)
|
||||||
if(idx != -1)
|
{
|
||||||
{
|
this.nodeUuid = nodeUuid;
|
||||||
sb.append(s.substring(offset, idx));
|
}
|
||||||
sb.append("\\");
|
|
||||||
sb.append(escapeChar);
|
public Long getTypeQNameId()
|
||||||
offset = idx + 1;
|
{
|
||||||
}
|
return typeQNameId;
|
||||||
}
|
}
|
||||||
while(idx != -1);
|
|
||||||
sb.append(s.substring(offset));
|
public void setTypeQNameId(Long typeQNameId)
|
||||||
return sb.toString();
|
{
|
||||||
}
|
this.typeQNameId = typeQNameId;
|
||||||
|
}
|
||||||
public void setPattern(String pattern)
|
|
||||||
{
|
public String getPattern()
|
||||||
if(pattern != null)
|
{
|
||||||
{
|
return pattern;
|
||||||
// escape the '%' character with '\' (standard SQL escape character)
|
}
|
||||||
pattern = escape(pattern, '%');
|
|
||||||
// replace the wildcard character '*' with the one used in database queries i.e. '%'
|
protected String escape(String s, char escapeChar)
|
||||||
this.pattern = pattern.replace('*', '%');
|
{
|
||||||
}
|
StringBuilder sb = new StringBuilder();
|
||||||
}
|
int idx = -1;
|
||||||
|
int offset = 0;
|
||||||
public void setAssocTypeQNameIds(Set<Long> assocTypeQNameIds)
|
do
|
||||||
{
|
{
|
||||||
this.assocTypeQNameIds = assocTypeQNameIds;
|
idx = s.indexOf(escapeChar, offset);
|
||||||
}
|
if (idx != -1)
|
||||||
|
{
|
||||||
public Set<Long> getAssocTypeQNameIds()
|
sb.append(s.substring(offset, idx));
|
||||||
{
|
sb.append("\\");
|
||||||
return assocTypeQNameIds;
|
sb.append(escapeChar);
|
||||||
}
|
offset = idx + 1;
|
||||||
|
}
|
||||||
public Long getNamePropertyQNameId()
|
} while (idx != -1);
|
||||||
{
|
sb.append(s.substring(offset));
|
||||||
return namePropertyQNameId;
|
return sb.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setNamePropertyQNameId(Long namePropertyQNameId)
|
public void setPattern(String pattern)
|
||||||
{
|
{
|
||||||
this.namePropertyQNameId = namePropertyQNameId;
|
if (pattern != null)
|
||||||
}
|
{
|
||||||
|
// escape the '%' character with '\' (standard SQL escape character)
|
||||||
public NodePropertyEntity getProp1()
|
pattern = escape(pattern, '%');
|
||||||
{
|
// replace the wildcard character '*' with the one used in database queries i.e. '%'
|
||||||
return prop1;
|
this.pattern = pattern.replace('*', '%');
|
||||||
}
|
}
|
||||||
|
}
|
||||||
public void setProp1(NodePropertyEntity prop1)
|
|
||||||
{
|
public void setAssocTypeQNameIds(Set<Long> assocTypeQNameIds)
|
||||||
this.prop1 = prop1;
|
{
|
||||||
}
|
this.assocTypeQNameIds = assocTypeQNameIds;
|
||||||
|
}
|
||||||
public NodePropertyEntity getProp2()
|
|
||||||
{
|
public Set<Long> getAssocTypeQNameIds()
|
||||||
return prop2;
|
{
|
||||||
}
|
return assocTypeQNameIds;
|
||||||
|
}
|
||||||
public void setProp2(NodePropertyEntity prop2)
|
|
||||||
{
|
public Long getNamePropertyQNameId()
|
||||||
this.prop2 = prop2;
|
{
|
||||||
}
|
return namePropertyQNameId;
|
||||||
|
}
|
||||||
public NodePropertyEntity getProp3()
|
|
||||||
{
|
public void setNamePropertyQNameId(Long namePropertyQNameId)
|
||||||
return prop3;
|
{
|
||||||
}
|
this.namePropertyQNameId = namePropertyQNameId;
|
||||||
|
}
|
||||||
public void setProp3(NodePropertyEntity prop3)
|
|
||||||
{
|
public AuditablePropertiesEntity getAuditablePropertiesEntity()
|
||||||
this.prop3 = prop3;
|
{
|
||||||
}
|
return auditablePropertiesEntity;
|
||||||
|
}
|
||||||
public NodeEntity getNode()
|
|
||||||
{
|
public void setAuditablePropertiesEntity(AuditablePropertiesEntity auditablePropertiesEntity)
|
||||||
return node;
|
{
|
||||||
}
|
this.auditablePropertiesEntity = auditablePropertiesEntity;
|
||||||
|
}
|
||||||
public void setNode(NodeEntity childNode)
|
|
||||||
{
|
public NodePropertyEntity getProp1()
|
||||||
this.node = childNode;
|
{
|
||||||
}
|
return prop1;
|
||||||
|
}
|
||||||
// Supplemental query-related parameters
|
|
||||||
|
public void setProp1(NodePropertyEntity prop1)
|
||||||
public Long getParentNodeId()
|
{
|
||||||
{
|
this.prop1 = prop1;
|
||||||
return parentNodeId;
|
}
|
||||||
}
|
|
||||||
|
public NodePropertyEntity getProp2()
|
||||||
public void setParentNodeId(Long parentNodeId)
|
{
|
||||||
{
|
return prop2;
|
||||||
this.parentNodeId = parentNodeId;
|
}
|
||||||
}
|
|
||||||
|
public void setProp2(NodePropertyEntity prop2)
|
||||||
public Long getProp1qnameId()
|
{
|
||||||
{
|
this.prop2 = prop2;
|
||||||
return prop1qnameId;
|
}
|
||||||
}
|
|
||||||
|
public NodePropertyEntity getProp3()
|
||||||
public void setProp1qnameId(Long prop1qnameId)
|
{
|
||||||
{
|
return prop3;
|
||||||
this.prop1qnameId = prop1qnameId;
|
}
|
||||||
}
|
|
||||||
|
public void setProp3(NodePropertyEntity prop3)
|
||||||
public Long getProp2qnameId()
|
{
|
||||||
{
|
this.prop3 = prop3;
|
||||||
return prop2qnameId;
|
}
|
||||||
}
|
|
||||||
|
public String getStoreProtocol()
|
||||||
public void setProp2qnameId(Long prop2qnameId)
|
{
|
||||||
{
|
return storeProtocol;
|
||||||
this.prop2qnameId = prop2qnameId;
|
}
|
||||||
}
|
|
||||||
|
public void setStoreProtocol(String storeProtocol)
|
||||||
public Long getProp3qnameId()
|
{
|
||||||
{
|
this.storeProtocol = storeProtocol;
|
||||||
return prop3qnameId;
|
}
|
||||||
}
|
|
||||||
|
public String getStoreIdentifier()
|
||||||
public void setProp3qnameId(Long prop3qnameId)
|
{
|
||||||
{
|
return storeIdentifier;
|
||||||
this.prop3qnameId = prop3qnameId;
|
}
|
||||||
}
|
|
||||||
|
public void setStoreIdentifier(String storeIdentifier)
|
||||||
public List<Long> getChildNodeTypeQNameIds()
|
{
|
||||||
{
|
this.storeIdentifier = storeIdentifier;
|
||||||
return childNodeTypeQNameIds;
|
}
|
||||||
}
|
|
||||||
|
// Supplemental query-related parameters
|
||||||
public void setChildNodeTypeQNameIds(List<Long> childNodeTypeQNameIds)
|
|
||||||
{
|
public Long getParentNodeId()
|
||||||
this.childNodeTypeQNameIds = childNodeTypeQNameIds;
|
{
|
||||||
}
|
return parentNodeId;
|
||||||
|
}
|
||||||
public boolean isAuditableProps()
|
|
||||||
{
|
public void setParentNodeId(Long parentNodeId)
|
||||||
return auditableProps;
|
{
|
||||||
}
|
this.parentNodeId = parentNodeId;
|
||||||
|
}
|
||||||
public void setAuditableProps(boolean auditableProps)
|
|
||||||
{
|
public Long getProp1qnameId()
|
||||||
this.auditableProps = auditableProps;
|
{
|
||||||
}
|
return prop1qnameId;
|
||||||
|
}
|
||||||
public boolean isNodeType()
|
|
||||||
{
|
public void setProp1qnameId(Long prop1qnameId)
|
||||||
return nodeType;
|
{
|
||||||
}
|
this.prop1qnameId = prop1qnameId;
|
||||||
|
}
|
||||||
public void setNodeType(boolean nodeType)
|
|
||||||
{
|
public Long getProp2qnameId()
|
||||||
this.nodeType = nodeType;
|
{
|
||||||
}
|
return prop2qnameId;
|
||||||
|
}
|
||||||
public Boolean isPrimary()
|
|
||||||
{
|
public void setProp2qnameId(Long prop2qnameId)
|
||||||
return isPrimary;
|
{
|
||||||
}
|
this.prop2qnameId = prop2qnameId;
|
||||||
|
}
|
||||||
public void setIsPrimary(Boolean isPrimary)
|
|
||||||
{
|
public Long getProp3qnameId()
|
||||||
this.isPrimary = isPrimary;
|
{
|
||||||
}
|
return prop3qnameId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void setProp3qnameId(Long prop3qnameId)
|
||||||
|
{
|
||||||
|
this.prop3qnameId = prop3qnameId;
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<Long> getChildNodeTypeQNameIds()
|
||||||
|
{
|
||||||
|
return childNodeTypeQNameIds;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setChildNodeTypeQNameIds(List<Long> childNodeTypeQNameIds)
|
||||||
|
{
|
||||||
|
this.childNodeTypeQNameIds = childNodeTypeQNameIds;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isAuditableProps()
|
||||||
|
{
|
||||||
|
return auditableProps;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setAuditableProps(boolean auditableProps)
|
||||||
|
{
|
||||||
|
this.auditableProps = auditableProps;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isNodeType()
|
||||||
|
{
|
||||||
|
return nodeType;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setNodeType(boolean nodeType)
|
||||||
|
{
|
||||||
|
this.nodeType = nodeType;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Boolean isPrimary()
|
||||||
|
{
|
||||||
|
return isPrimary;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIsPrimary(Boolean isPrimary)
|
||||||
|
{
|
||||||
|
this.isPrimary = isPrimary;
|
||||||
|
}
|
||||||
|
|
||||||
|
public NodeRef createNodeRef()
|
||||||
|
{
|
||||||
|
return new NodeRef(new StoreRef(storeProtocol, storeIdentifier), nodeUuid);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -133,7 +133,15 @@
|
|||||||
<resultMap id="result_FilterSortNode" type="FilterSortNode">
|
<resultMap id="result_FilterSortNode" type="FilterSortNode">
|
||||||
|
|
||||||
<id property="id" column="id" jdbcType="BIGINT" javaType="java.lang.Long"/>
|
<id property="id" column="id" jdbcType="BIGINT" javaType="java.lang.Long"/>
|
||||||
|
<result property="nodeUuid" column="uuid" jdbcType="VARCHAR" javaType="java.lang.String"/>
|
||||||
|
<result property="typeQNameId" column="type_qname_id" jdbcType="BIGINT" javaType="java.lang.Long"/>
|
||||||
|
|
||||||
|
<result property="auditablePropertiesEntity.auditCreator" column="audit_creator" jdbcType="VARCHAR" javaType="java.lang.String"/>
|
||||||
|
<result property="auditablePropertiesEntity.auditCreated" column="audit_created" jdbcType="VARCHAR" javaType="java.lang.String"/>
|
||||||
|
<result property="auditablePropertiesEntity.auditModifier" column="audit_modifier" jdbcType="VARCHAR" javaType="java.lang.String"/>
|
||||||
|
<result property="auditablePropertiesEntity.auditModified" column="audit_modified" jdbcType="VARCHAR" javaType="java.lang.String"/>
|
||||||
|
<result property="auditablePropertiesEntity.auditAccessed" column="audit_accessed" jdbcType="VARCHAR" javaType="java.lang.String"/>
|
||||||
|
|
||||||
<result property="prop1.nodeId" column="prop1_node_id" jdbcType="BIGINT" javaType="java.lang.Long"/>
|
<result property="prop1.nodeId" column="prop1_node_id" jdbcType="BIGINT" javaType="java.lang.Long"/>
|
||||||
<result property="prop1.key.qnameId" column="prop1_qname_id" jdbcType="BIGINT" javaType="java.lang.Long"/>
|
<result property="prop1.key.qnameId" column="prop1_qname_id" jdbcType="BIGINT" javaType="java.lang.Long"/>
|
||||||
<result property="prop1.key.localeId" column="prop1_locale_id" jdbcType="BIGINT" javaType="java.lang.Long"/>
|
<result property="prop1.key.localeId" column="prop1_locale_id" jdbcType="BIGINT" javaType="java.lang.Long"/>
|
||||||
@@ -169,8 +177,9 @@
|
|||||||
<result property="prop3.value.floatValue" column="prop3_float_value" jdbcType="FLOAT" javaType="java.lang.Float"/>
|
<result property="prop3.value.floatValue" column="prop3_float_value" jdbcType="FLOAT" javaType="java.lang.Float"/>
|
||||||
<result property="prop3.value.doubleValue" column="prop3_double_value" jdbcType="FLOAT" javaType="java.lang.Double"/>
|
<result property="prop3.value.doubleValue" column="prop3_double_value" jdbcType="FLOAT" javaType="java.lang.Double"/>
|
||||||
<result property="prop3.value.stringValue" column="prop3_string_value" jdbcType="VARCHAR" javaType="java.lang.String"/>
|
<result property="prop3.value.stringValue" column="prop3_string_value" jdbcType="VARCHAR" javaType="java.lang.String"/>
|
||||||
|
|
||||||
<association property="node" resultMap="alfresco.node.result_Node"/>
|
<result property="storeProtocol" column="protocol" jdbcType="VARCHAR" javaType="java.lang.String"/>
|
||||||
|
<result property="storeIdentifier" column="identifier" jdbcType="VARCHAR" javaType="java.lang.String"/>
|
||||||
|
|
||||||
</resultMap>
|
</resultMap>
|
||||||
|
|
||||||
@@ -782,25 +791,6 @@
|
|||||||
<if test="ordered == true">order by node.id ASC</if>
|
<if test="ordered == true">order by node.id ASC</if>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="select_NodesWithAspectIds_Limited" parameterType="Ids" resultMap="result_NodeRef" >
|
|
||||||
select
|
|
||||||
node.id as id,
|
|
||||||
store.protocol as protocol,
|
|
||||||
store.identifier as identifier,
|
|
||||||
node.uuid as uuid
|
|
||||||
from
|
|
||||||
alf_node_aspects na
|
|
||||||
join alf_node node on (na.node_id = node.id)
|
|
||||||
left join alf_store store on (store.id = node.store_id)
|
|
||||||
where
|
|
||||||
<![CDATA[na.node_id >= #{idOne}]]>
|
|
||||||
<if test="idTwo != null"><![CDATA[and na.node_id < #{idTwo}]]></if>
|
|
||||||
and na.qname_id in
|
|
||||||
<foreach item="item" index="i" collection="ids" open="(" separator="," close=")">#{item}</foreach>
|
|
||||||
<if test="ordered == true">order by node.id ASC</if>
|
|
||||||
<if test="maxResults != null"><![CDATA[limit #{maxResults}]]></if>
|
|
||||||
</select>
|
|
||||||
|
|
||||||
<!-- Common results for result_NodeAssoc -->
|
<!-- Common results for result_NodeAssoc -->
|
||||||
<sql id="select_NodeAssoc_Results">
|
<sql id="select_NodeAssoc_Results">
|
||||||
select
|
select
|
||||||
@@ -991,8 +981,8 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- GetChildren - with explicit prop filtering and/or sorting -->
|
<!-- GetChildren - with explicit prop filtering and/or sorting -->
|
||||||
<select id="select_GetChildrenCannedQueryWithProps" parameterType="FilterSortNode" resultMap="result_FilterSortNode">
|
<select id="select_GetChildrenCannedQueryWithProps" parameterType="FilterSortNode" resultMap="result_FilterSortNode" flushCache="true">
|
||||||
select
|
select distinct
|
||||||
childNode.id as id,
|
childNode.id as id,
|
||||||
childNode.version as version,
|
childNode.version as version,
|
||||||
childStore.id as store_id,
|
childStore.id as store_id,
|
||||||
@@ -1008,7 +998,7 @@
|
|||||||
childNode.audit_created as audit_created,
|
childNode.audit_created as audit_created,
|
||||||
childNode.audit_modifier as audit_modifier,
|
childNode.audit_modifier as audit_modifier,
|
||||||
childNode.audit_modified as audit_modified,
|
childNode.audit_modified as audit_modified,
|
||||||
childNode.audit_accessed as audit_accessed
|
childNode.audit_accessed as audit_accessed
|
||||||
<if test="prop1qnameId != null">
|
<if test="prop1qnameId != null">
|
||||||
, prop1.node_id as prop1_node_id,
|
, prop1.node_id as prop1_node_id,
|
||||||
prop1.qname_id as prop1_qname_id,
|
prop1.qname_id as prop1_qname_id,
|
||||||
@@ -1086,9 +1076,6 @@
|
|||||||
#{item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<if test="prop1qnameId == null and auditableProps == false">
|
|
||||||
<include refid="alfresco.node.select_ChildAssoc_OrderBy"/>
|
|
||||||
</if>
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- GetChildren - with no explicit sorting (or prop filtering) - note: still filtered by child type (and optionally primary or secondary) -->
|
<!-- GetChildren - with no explicit sorting (or prop filtering) - note: still filtered by child type (and optionally primary or secondary) -->
|
||||||
@@ -1566,4 +1553,4 @@
|
|||||||
</foreach>
|
</foreach>
|
||||||
</delete>
|
</delete>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
@@ -30,4 +30,23 @@
|
|||||||
<![CDATA[and commit_time_ms <= #{maxCommitTime}]]>
|
<![CDATA[and commit_time_ms <= #{maxCommitTime}]]>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
<select id="select_NodesWithAspectIds_Limited" parameterType="Ids" resultMap="alfresco.node.result_NodeRef" >
|
||||||
|
select
|
||||||
|
node.id as id,
|
||||||
|
store.protocol as protocol,
|
||||||
|
store.identifier as identifier,
|
||||||
|
node.uuid as uuid
|
||||||
|
from
|
||||||
|
alf_node_aspects na
|
||||||
|
join alf_node node on (na.node_id = node.id)
|
||||||
|
left join alf_store store on (store.id = node.store_id)
|
||||||
|
where
|
||||||
|
<![CDATA[na.node_id >= #{idOne}]]>
|
||||||
|
<if test="idTwo != null"><![CDATA[and na.node_id < #{idTwo}]]></if>
|
||||||
|
and na.qname_id in
|
||||||
|
<foreach item="item" index="i" collection="ids" open="(" separator="," close=")">#{item}</foreach>
|
||||||
|
<if test="ordered == true">order by node.id ASC</if>
|
||||||
|
<if test="maxResults != null"><![CDATA[limit #{maxResults}]]></if>
|
||||||
|
</select>
|
||||||
|
|
||||||
|
</mapper>
|
||||||
|
@@ -30,4 +30,23 @@
|
|||||||
<![CDATA[and commit_time_ms <= #{maxCommitTime}]]>
|
<![CDATA[and commit_time_ms <= #{maxCommitTime}]]>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
<select id="select_NodesWithAspectIds_Limited" parameterType="Ids" resultMap="alfresco.node.result_NodeRef" >
|
||||||
|
select
|
||||||
|
node.id as id,
|
||||||
|
store.protocol as protocol,
|
||||||
|
store.identifier as identifier,
|
||||||
|
node.uuid as uuid
|
||||||
|
from
|
||||||
|
alf_node_aspects na
|
||||||
|
join alf_node node on (na.node_id = node.id)
|
||||||
|
left join alf_store store on (store.id = node.store_id)
|
||||||
|
where
|
||||||
|
<![CDATA[na.node_id >= #{idOne}]]>
|
||||||
|
<if test="idTwo != null"><![CDATA[and na.node_id < #{idTwo}]]></if>
|
||||||
|
and na.qname_id in
|
||||||
|
<foreach item="item" index="i" collection="ids" open="(" separator="," close=")">#{item}</foreach>
|
||||||
|
<if test="ordered == true">order by node.id ASC</if>
|
||||||
|
<if test="maxResults != null"><![CDATA[limit #{maxResults}]]></if>
|
||||||
|
</select>
|
||||||
|
|
||||||
|
</mapper>
|
||||||
|
Reference in New Issue
Block a user