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 |
---|
ตามธรรมเนียม |
To provide the ability to recalculate deadline limit and SLA limit based on programming logic.
Thai |
---|
เพื่อให้ความสามารถในการคำนวณขีด จำกัด กำหนดเวลาและข้อ จำกัด SLA ใหม่ตามตรรกะการเขียนโปรแกรม |
Deadline plugin can be configure at Plugin Default Properties.
Thai |
---|
ปลั๊กอินกำหนดเวลาสามารถกำหนดค่าได้ที่ Plugin Default Properties. |
A useable Deadline plugin must extends org.joget.workflow.model.DefaultDeadlinePlugin abstract class.
Thai |
---|
ปลั๊กอินกำหนดเวลาที่ใช้งานได้จะต้องขยายคลาสนามธรรม org.joget.workflow.model.DefaultDeadlinePlugin |
Thai |
---|
ชั้นนามธรรม |
Under wflow-wfengine module
Thai |
---|
ภายใต้โมดูล wflow-wfengine |
Extended org.joget.plugin.base.ExtDefaultPlugin. Please refer to Plugin Base Abstract Class and Interface.
Thai |
---|
org.joget.plugin.base.ExtDefaultPlugin ขยาย โปรดอ้างอิงถึง Plugin Base Abstract Class and Interface. |
Implemented org.joget.plugin.property.model.PropertyEditable. Please refer to Plugin Base Abstract Class and Interface.
Thai |
---|
ดำเนินการ org.joget.plugin.property.model.PropertyEditable โปรดอ้างอิงถึง Plugin Base Abstract Class and Interface. |
A base abstract class to develop a Deadline Plugin
Thai |
---|
คลาสนามธรรมพื้นฐานเพื่อพัฒนาปลั๊กอินกำหนดเวลา |
Thai |
---|
รายละเอียดวิธีการ |
Thai |
---|
วิธีการเชิงนามธรรม |
public org.joget.workflow.model.WorkflowDeadline evaluateDeadline(java.util.Map props)
Re-calculate the deadline limit and SLA limit.
Thai |
---|
คำนวณขีด จำกัด กำหนดเวลาและข้อ จำกัด SLA อีกครั้ง |
Following are passed as properties by system:
Thai |
---|
ต่อไปนี้ถูกส่งเป็นคุณสมบัติตามระบบ: |
- processId : java.lang.String
- activityId : java.lang.String
- workflowDeadline : org.joget.workflow.model.WorkflowDeadline
- processStartedTime : java.util.Date
- activityAcceptedTime : java.util.Date
- activityActivatedTime : java.util.Date
- pluginManager : org.joget.plugin.base.PluginManager
Thai |
---|
ตัวเลือกคุณสมบัติปลั๊กอิน |
Please refer to Plugin Properties Options for more information.
Thai |
---|
โปรดดู Plugin Properties Options สำหรับข้อมูลเพิ่มเติม |
Thai |
---|
สอน |
Guideline for developing a plugin
Thai |
---|
เอกสารที่เกี่ยวข้อง |
...