Examples of executeDataSet()


Examples of it.eng.spagobi.sdk.datasets.impl.DataSetsSDKServiceImpl.executeDataSet()

      return impl.saveDataset(in0);
    }

    public java.lang.String executeDataSet(java.lang.String in0, it.eng.spagobi.sdk.datasets.bo.SDKDataSetParameter[] in1) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
      DataSetsSDKServiceImpl impl = new DataSetsSDKServiceImpl();
      return impl.executeDataSet(in0,in1);
    }

}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.