cancel
Showing results for 
Search instead for 
Did you mean: 

Move Document to new Space

ghernando
Champ in-the-making
Champ in-the-making
Hello,
I'd like to be able to create a Java client that can move some content from one space to another in Alfresco.
It seems simple enough, but I haven't found any examples that do this.
Could someone please point me in the right direction for this.
I'd like to do this in Java rather than in Javascript.
Thanks
1 REPLY 1

openpj
Elite Collaborator
Elite Collaborator
You can use Alfresco Web Service Client and you can use CMLMove object, here can see some source code:

http://forums.alfresco.com/en/viewtopic.php?f=27&t=8961&p=29792&hilit=cmlmove#p29792

Hope this helps.