public java.lang.String[] getCorrectRolesForExecution(java.lang.Integer in0)
     throws java.rmi.RemoteException,
         it.eng.spagobi.sdk.exceptions.NonExecutableDocumentException {
   DocumentsServiceImpl impl = new DocumentsServiceImpl();
   return impl.getCorrectRolesForExecution(in0);
 }