10-26-2012 04:59 AM
10-26-2012 05:16 AM
AuthenticationUtil.runAs(new AuthenticationUtil.RunAsWork<Object>()
{
public String doWork() throws Exception
{
nodeService.moveNode(
actionedUponNodeRef,
destinationFolder,
ContentModel.ASSOC_CONTAINS,
QName.createQName(NamespaceService.CONTENT_MODEL_1_0_URI, qname));
return null;
}
}, AuthenticationUtil.getSystemUserName());
cheers, jan
10-31-2012 11:37 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.