Table of Contents |
---|
Usages
Thai |
---|
ตามธรรมเนียม |
Process Tool Plugin is used for integrating with external systems or make extra processing in the middle of a process. Please refer to Process Tool Mapping.
Thai Process Tool Plugin ใช้สำหรับการรวมเข้ากับระบบภายนอกหรือทำการประมวลผลเพิ่มเติมในระหว่างกระบวนการ โปรดอ้างอิง Process Tool Mapping.
Post Form Submission Processing Plugin is used for integrating with external systems or make extra processing after a form is saved.
Thai Post Form Submission Processing Plugin ใช้สำหรับการรวมกับระบบภายนอกหรือทำการประมวลผลเพิ่มเติมหลังจากบันทึกแบบฟอร์มแล้ว
Process Tool Plugin and Post Form Submission Processing Plugin are equally same.
Thai ปลั๊กอินเครื่องมือกระบวนการและปลั๊กอินการประมวลผลการส่งแบบฟอร์มโพสต์เหมือนกัน
A useable Process Tool Plugin and Post Form Submission Processing Plugin must extends org.joget.plugin.base.DefaultApplicationPlugin abstract class.
Thai ปลั๊กอินเครื่องมือกระบวนการที่ใช้งานได้และปลั๊กอินการประมวลผลการส่งแบบฟอร์มโพสต์จะต้องขยายคลาสนามธรรม org.joget.plugin.base.DefaultApplicationPlugin
Abstract Class
Thai |
---|
ชั้นนามธรรม |
org.joget.plugin.base.DefaultApplicationPlugin
Under wflow-plugin-base module
Thai ภายใต้โมดูล wflow-plugin-base
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 Process Tool Plugin and Post Form Submission Processing Plugin.
Thai คลาสนามธรรมพื้นฐานเพื่อพัฒนาปลั๊กอินเครื่องมือกระบวนการและปลั๊กอินการประมวลผลการส่งแบบฟอร์มโพสต์
Method Detail
Thai |
---|
รายละเอียดวิธีการ |
Abstract Methods
Thai |
---|
วิธีการเชิงนามธรรม |
execute
Thai |
---|
ปฏิบัติ |
public abstract java.lang.Object execute(java.util.Map props)
...
Return is not used for now.
Thai |
---|
เพื่อดำเนินการประมวลผลพิเศษ org.joget.workflow.model.WorkflowAssignment ถูกส่งเป็นคุณสมบัติ "workflowAssignment" เมื่อพร้อมใช้งาน ไม่ได้ใช้ผลตอบแทนในตอนนี้ |
Plugin Properties Options
Thai |
---|
ตัวเลือกคุณสมบัติปลั๊กอิน |
Please refer to Plugin Properties Options for more information.
Thai โปรดดู Plugin Properties Options สำหรับข้อมูลเพิ่มเติม
Tutorials
Thai |
---|
สอน |
Related Community Plugins
Thai |
---|
ปลั๊กอินที่เกี่ยวข้อง |
- Bean Shell Tool
org.joget.apps.app.lib.BeanShellTool (wflow-core) - Database Update Tool
org.joget.apps.app.lib.DatabaseUpdateTool (wflow-core) - Email Tool
org.joget.apps.app.lib.EmailTool (wflow-core) - Json Tool
org.joget.apps.app.lib.JsonTool (wflow-core)