com.stimulsoft.flex
Class StiSaveAction
java.lang.Object
com.stimulsoft.flex.StiSaveAction
public class StiSaveAction
- extends Object
Copyright Stimulsoft
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiSaveAction
public StiSaveAction()
save
public String save(InputStream input)
throws IOException,
StiException
- Throws:
IOException
StiException
save
public String save(InputStream input,
javax.servlet.http.HttpServletRequest request)
throws IOException,
StiException
- Return null(do nothig), you must use method save(InputStream input)
- Parameters:
input -
- Returns:
-
- Throws:
IOException
StiException
save
public StiOperationResult save(String report,
String reportName,
boolean newReportFlag)
- Сохранение отчета.
- Parameters:
report - строка содержащая отчет в xml видеreportName - имя отчетаnewReportFlag - флаг определяющий новый ли отчет или пересохранение уже существующего
- Returns:
- результат сохранения.
- Throws:
IOException
Copyright © 2017 Stimulsoft. All Rights Reserved.