public it.eng.spagobi.sdk.documents.bo.SDKFunctionality getDocumentsAsTree(java.lang.String in0)
     throws java.rmi.RemoteException {
   DocumentsServiceImpl impl = new DocumentsServiceImpl();
   return impl.getDocumentsAsTree(in0);
 }