08-17-2015 05:58 PM
NodeRef nodeRef = new NodeRef("workspace://SpacesStore/" + uuid);
List<ChildAssociationRef> childRefList = new ArrayList<ChildAssociationRef>();
childRefList = getNodeService().getChildAssocs(nodeRef);
for (ChildAssociationRef childRef : childRefList) {
NodeRef nodeChildRef = childRef.getChildRef();
…
}
10-08-2015 11:00 AM
10-09-2015 01:21 AM
10-27-2015 05:10 AM
select *
from cmis:document
where contains('PATH:\"/app:company_home/st:sites/cm:MySite/cm:documentLibrary/cm:MyFolder/*"')
org.alfresco.service.cmr.search.SearchService
or a webscript
/share/proxy/alfresco/slingshot/node/search?q=<query>&lang=cmis-alfresco&store=workspace%3A%2F%2FSpacesStore&maxResults=1000
10-29-2015 12:37 PM
11-13-2015 09:29 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.