public class ReportScriptingFunctionsPyWrapper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<?> |
QueryResults |
| Constructor and Description |
|---|
ReportScriptingFunctionsPyWrapper(ReportScriptingFunctions delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeAndDistribute(org.python.core.PyObject[] pyArgs,
java.lang.String[] keywords) |
byte[] |
executeReport(org.python.core.PyObject[] pyArgs,
java.lang.String[] keywords) |
Dataset |
getReportNamesAsDataset(org.python.core.PyObject[] pyArgs,
java.lang.String[] keywords) |
java.util.List<java.lang.String> |
getReportNamesAsList(org.python.core.PyObject[] pyArgs,
java.lang.String[] keywords) |
public ReportScriptingFunctionsPyWrapper(ReportScriptingFunctions delegate)
public byte[] executeReport(org.python.core.PyObject[] pyArgs,
java.lang.String[] keywords)
throws java.lang.Exception
java.lang.Exceptionpublic void executeAndDistribute(org.python.core.PyObject[] pyArgs,
java.lang.String[] keywords)
throws java.lang.Exception
java.lang.Exceptionpublic Dataset getReportNamesAsDataset(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords) throws java.lang.Exception
java.lang.Exceptionpublic java.util.List<java.lang.String> getReportNamesAsList(org.python.core.PyObject[] pyArgs,
java.lang.String[] keywords)
throws java.lang.Exception
java.lang.Exception