Table of Contents |
---|
Usages
Thai |
---|
ตามธรรมเนียม |
Used to extend support for processing Hash Variables.
Thai ใช้เพื่อขยายการสนับสนุนสำหรับการประมวลผล Hash Variables
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
Abstract Class
Thai |
---|
ชั้นนามธรรม |
org.joget.apps.app.model.DefaultHashVariablePlugin
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
Method Detail
Thai |
---|
รายละเอียดวิธีการ |
Abstract Methods
Thai |
---|
วิธีการเชิงนามธรรม |
getPrefix
public abstract java.lang.String getPrefix()
Prefix of a Hash Variable use as identifier
Thai |
---|
คำนำหน้าของการใช้ตัวแปร Hash เป็นตัวระบุ |
processHashVariable
public abstract java.lang.String processHashVariable(java.lang.String variableKey)
...
Return Null to skip the replacement of Hash Variable.
Thai |
---|
การประมวลผลตัวแปรแฮชและส่งคืนค่าเพื่อแทนที่ตัวแปรแฮช ส่งคืน Null เพื่อข้ามการแทนที่ Hash Variable |
Overridable Methods
Thai |
---|
วิธีการ overridable |
escapeHashVariable
public java.lang.String escapeHashVariable(java.lang.String variable)
Escape special character in the value. Default to escape Regex in the value
Thai |
---|
หลบหนีตัวละครพิเศษในความคุ้มค่า เริ่มต้นที่จะหลบหนี Regex ในค่า |
availableSyntax
public java.util.Collection<java.lang.String> availableSyntax()
...