Table of Contents |
---|
Usages
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
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()
List the possible syntax combination to populate in Hash Variable Assistants in Property Editor. Default to "prefix.KEY".
Thai |
---|
รายการการรวมไวยากรณ์ที่เป็นไปได้เพื่อเติมในผู้ช่วยตัวแปร Hash ในตัวแก้ไขคุณสมบัติ เริ่มต้นที่ "prefix.KEY" |
Plugin Properties Options
Thai |
---|
ตัวเลือกคุณสมบัติปลั๊กอิน |
Does not support.
Thai ไม่รองรับ
Tutorials
Thai |
---|
สอน |
Related Community Plugins
Thai |
---|
ปลั๊กอินที่เกี่ยวข้อง |
- App Message Hash Variable
org.joget.apps.app.lib.AppMessageHashVariable (wflow-core) - Current User Hash Variable
org.joget.apps.app.lib.CurrentUserHashVariable (wflow-core) - Date Hash Variable
org.joget.apps.app.lib.DateHashVariable (wflow-core) - Environment Variable Hash Variable
org.joget.apps.app.lib.EnvironmentVariableHashVariable (wflow-core) - Form Data Hash Variable
org.joget.apps.app.lib.FormHashVariable (wflow-core) - Performer Hash Variable
org.joget.apps.app.lib.PerformerHashVariable (wflow-core) - Request Hash Variable
org.joget.apps.app.lib.RequestHashVariable (wflow-core) - Request Parameter Hash Variable
org.joget.apps.app.lib.RequestParameterHashVariable (wflow-core) - User Hash Variable
org.joget.apps.app.lib.UserHashVariable (wflow-core) - User Variable Hash Variable
org.joget.apps.app.lib.UserVariableHashVariable (wflow-core) - Workflow Assignment Hash Variable
org.joget.apps.app.lib.WorkflowAssignmentHashVariable (wflow-core) - Workflow Variable Hash Variable
org.joget.apps.app.lib.WorkflowVariableHashVariable (wflow-core)