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 |
---|
ตามธรรมเนียม |
Used to extend support for processing Hash Variables.
Thai |
---|
ใช้เพื่อขยายการสนับสนุนสำหรับการประมวลผล Hash Variables |
English |
---|
A usable Hash Variable plugin must extend org.joget.apps.app.model.DefaultHashVariablePlugin abstract class. |
Thai |
---|
ปลั๊กอิน Hash Variable ที่สามารถใช้งานได้จะต้องขยายคลาส abstract ของ org.joget.apps.app.model.DefaultHashVariablePlugin |
Thai |
---|
ชั้นนามธรรม |
Under wflow-core module
Thai |
---|
ภายใต้โมดูล wflow-core |
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 Hash Variable plugin.
Thai |
---|
คลาสนามธรรมพื้นฐานเพื่อพัฒนาปลั๊กอิน Hash Variable |
Thai |
---|
รายละเอียดวิธีการ |
Thai |
---|
วิธีการเชิงนามธรรม |
public abstract java.lang.String getPrefix()
Prefix of a Hash Variable use as identifier
Thai |
---|
คำนำหน้าของการใช้ตัวแปร Hash เป็นตัวระบุ |
public abstract java.lang.String processHashVariable(java.lang.String variableKey)
...
Return Null to skip the replacement of Hash Variable.
Thai |
---|
การประมวลผลตัวแปรแฮชและส่งคืนค่าเพื่อแทนที่ตัวแปรแฮช ส่งคืน Null เพื่อข้ามการแทนที่ Hash Variable |
Thai |
---|
วิธีการ overridable |
public java.lang.String escapeHashVariable(java.lang.String variable)
Escape special character in the value. Default to escape Regex in the value
Thai |
---|
หลบหนีตัวละครพิเศษในความคุ้มค่า เริ่มต้นที่จะหลบหนี Regex ในค่า |
public java.util.Collection<java.lang.String> availableSyntax()
List the possible syntax combination to populate in Hash Variable Assistants in Property Editor. Default to "prefix.KEY".
Thai |
---|
รายการการรวมไวยากรณ์ที่เป็นไปได้เพื่อเติมในผู้ช่วยตัวแปร Hash ในตัวแก้ไขคุณสมบัติ เริ่มต้นที่ "prefix.KEY" |
Thai |
---|
ตัวเลือกคุณสมบัติปลั๊กอิน |
Does not support.
Thai |
---|
ไม่รองรับ |
Thai |
---|
สอน |
Thai |
---|
ปลั๊กอินที่เกี่ยวข้อง |