08-17-2017 06:50 AM
08-18-2017 01:30 AM
Hope this helps: https://github.com/keensoft/alfresco-datalist-constraints/blob/master/datalist-model-repo/src/main/j...
08-17-2017 07:29 AM
Hi,
try either two.. Hope you will be able to retrieve the association.
(1)
List<ChildAssociationRef> nodes = nodeService.getChildAssocs(node);
List<ChildAssociationRef> testAssociate = new List<ChildAssociationRef>();
for (ChildAssociationRef element : nodes) {
if ("testAssociate".equalsIgnoreCase(element.getTypeQName().toString())) {
testAssociate.add(element);
}
}
(2)
nodeService.getChildAssocs(parentNodeRef, ContentModel.ASSOC_CONTAINS, RegexQNamePattern.MATCH_ALL);
08-17-2017 07:54 AM
Deleted.
08-17-2017 11:46 AM
Deleted.
08-18-2017 01:30 AM
Hope this helps: https://github.com/keensoft/alfresco-datalist-constraints/blob/master/datalist-model-repo/src/main/j...
08-18-2017 01:56 AM
Deleted.
08-17-2017 10:42 PM
Deleted.
08-18-2017 01:46 AM
yes
08-18-2017 01:53 AM
Deleted.
Explore our Alfresco products with the links below. Use labels to filter content by product module.