08-29-2012 01:37 PM
NodeRef target = new NodeRef(new StoreRef("workspace://SpacesStore"), target.getUUID());
this.nodeService.moveNode(source, target, ContentModel.ASSOC_CONTAINS, ContentModel.ASSOC_CHILDREN);
but target.getUUID() is not correct.09-04-2012 03:48 AM
09-04-2012 03:56 AM
<bean id="format" class="my.company.alfresco.action.MyActionExecuter"
parent="action-executer">
<property name="searchService">
<ref bean="SearchService" />
</property>
<property name="nodeService">
<ref bean="NodeService"></ref>
</property>
</bean>
09-05-2012 07:14 AM
results = searchService.query(workspaceStore, SearchService.LANGUAGE_XPATH, ?????????????);
09-05-2012 10:22 AM
results = searchService.query(workspaceStore, SearchService.LANGUAGE_LUCENE, "+PATH:\"/app:company_home/cm:selectedDocs\"");
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.