Javascript API for Alfresco nodeRef

133 Views Asked by At

I have usecase to copy files from one contentstore to another contentstore in given frequency ( Eg once in month on a specific day)

I am using Alfresco crone job to invoke java script , which will copy(set new conentstore) files from one contentstore to another . I have following question

  • How do i get nodereference using javascript API ?
  • Is there a way to get list of file in a specific folder and iterate through to set new conentstore ?

Thanks a lot

0

There are 0 best solutions below