Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
Thai |
---|
ลักษณะ |
Thai |
---|
ตัวอย่างโค้ด |
Code Block | ||
---|---|---|
| ||
import java.util.Collection; import org.joget.apps.app.service.AppUtil; import org.joget.report.model.ReportRow; import org.joget.report.service.ReportManager; ReportManager reportManager = (ReportManager) AppUtil.getApplicationContext().getBean("reportManager"); //get sla report for process instances of CRM app Collection<ReportRow> processSla = reportManager.getWorkflowProcessSlaReport("crm", null, null, null, null, null); |
Thai |
---|
กระบวนการ |
public java.util.Collection<org.joget.report.model.ReportApp> getReportAppList(java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)
Retrieves list of all app from report table
Thai |
---|
ดึงรายการแอพทั้งหมดจากตารางรายงาน |
public org.joget.report.model.ReportApp getReportApp(java.lang.String appId, java.lang.String appVersion, java.lang.String appName)
English |
---|
Gets an app data from report table |
Thai |
---|
รับข้อมูลแอพจากตารางรายงาน |
public long getReportAppListSize()
Retrieves the number of app from report table
Thai |
---|
ดึงข้อมูลจำนวนแอพจากตารางรายงาน |
...
Gets activity data from report table
Thai |
---|
รับข้อมูลกิจกรรมจากตารางรายงาน |
...
Gets activity instance data from report table
Thai |
---|
รับข้อมูลตัวอย่างกิจกรรมจากตารางรายงาน |
...
Retrieves list of activity instances from report table
Thai |
---|
ดึงรายการอินสแตนซ์กิจกรรมจากตารางรายงาน |
...
Retrieves the number of activity instances from report table
Thai |
---|
ดึงข้อมูลจำนวนของอินสแตนซ์กิจกรรมจากตารางรายงาน |
...
Retrieves list of activities from report table
Thai |
---|
ดึงข้อมูลจำนวนกิจกรรมจากตารางรายงาน |
...
Retrieves the number of activities from report table
Thai |
---|
ดึงข้อมูลจำนวนกิจกรรมจากตารางรายงาน |
public org.joget.report.model.ReportWorkflowPackage getReportWorkflowPackage(ReportApp reportApp, java.lang.String packageId, java.lang.String packageVersion, java.lang.String packageName)
Gets workflow package data from report table
Thai |
---|
รับข้อมูลแพ็คเกจเวิร์กโฟลว์จากตารางรายงาน |
public org.joget.report.model.ReportWorkflowProcess getReportWorkflowProcess(ReportWorkflowPackage reportWorkflowPackage, java.lang.String processDefId, java.lang.String processName)
Gets process data from report table
Thai |
---|
รับข้อมูลกระบวนการจากตารางรายงาน |
...
Gets process instance data from report table
Thai |
---|
รับข้อมูลอินสแตนซ์กระบวนการจากตารางรายงาน |
...
Retrieves list of process instances from report table
Thai |
---|
ดึงรายการอินสแตนซ์ของกระบวนการจากตารางรายงาน |
...
Retrieves the number of process instances from report table
Thai |
---|
ดึงข้อมูลจำนวนอินสแตนซ์กระบวนการจากตารางรายงาน |
...
Retrieves list of processes from report table
Thai |
---|
ดึงรายการของกระบวนการจากตารางรายงาน |
...
Retrieves the number of processes from report table
Thai |
---|
ดึงจำนวนกระบวนการจากตารางรายงาน |
...
Retrieves an activity SLA report
Thai |
---|
ดึงรายงาน SLA ของกิจกรรม |
...
Retrieves a process SLA report
Thai |
---|
ดึงรายงาน SLA กระบวนการ |
...
Save an activity instance data to report table
Thai |
---|
บันทึกข้อมูลตัวอย่างกิจกรรมลงในตารางรายงาน |
...
Save a process instance data to report table
Thai |
---|
...
บันทึกข้อมูลอินสแตนซ์กระบวนการในตารางรายงาน |