cancel
Showing results for 
Search instead for 
Did you mean: 

Staging reference

lakshmi
Champ in-the-making
Champ in-the-making
Can anybody tell me what is the equivalent alfresco java api of this javascript API

var destNode = avm.lookupNode(destPath);
I am trying to get the stagingstore noderef. How do i get this?


Thanks,
Lakshmi
1 REPLY 1

lakshmi
Champ in-the-making
Champ in-the-making
Yeah i found this out

AVMNodeDescriptor node = this.avmService.lookup(-1, stagingStoreRoot, true);
AVMNode stagingNode=new AVMNode(node);
NodeRef stagingNodeRef =stagingNode.getNodeRef();

Thanks,
LAkshmi