Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ชื่อคำอธิบาย
Prefixvariable
Description

เพื่อรับค่าของตัวแปรเวิร์กโฟลว์ใน Process Flow

Attributes
  • #variable. variableName #
Scope of Use
  • องค์ประกอบภายในและเป็นส่วนหนึ่งของกระบวนการ

    1. ชื่อกิจกรรม
    2. แบบฟอร์มที่แมปเป็นส่วนหนึ่งของแมปกิจกรรมของกระบวนการ
    3. การกำหนดเครื่องมืออีเมล์เป็นส่วนหนึ่งของการแมปเครื่องมือกระบวนการ
Sample Attributes#variable.approvalStatus#

Request Hash Variable

Nameชื่อDescriptionคำอธิบาย
Prefixrequest
Description

To get the value from the current HttpServletRequest object of the page view.เพื่อรับค่าจากวัตถุ HttpServletRequest ปัจจุบันของมุมมองเพจ

Attributes
  • #request.characterEncoding#
  • #request.contextPath#
  • #request.header.NAME# , where NAME is the custom header name. โดยที่ NAME เป็นชื่อส่วนหัวที่กำหนดเอง
  • #request.locale#
  • #request.method#
  • #request.pathInfo#
  • #request.protocol#
  • #request.queryString#
  • #request.remoteAddr#
  • #request.requestURI#
  • #request.requestURL#
  • #request.requestedSessionId#
  • #request.scheme#
  • #request.serverName#
  • #request.serverPort#
  • #request.servletPath#
Scope of Use
  • All components within the App where there is valid HttpServletRequest object. Such object will not be available in background activity such as in Process Tool triggered as a result of Deadlines.ส่วนประกอบทั้งหมดภายใน App ที่มีวัตถุ Httpservletrequest ที่ถูกต้อง วัตถุดังกล่าวจะไม่พร้อมใช้งานในกิจกรรมพื้นหลังเช่นในเครื่องมือกระบวนการที่ทริกเกอร์เป็นผลมาจากกำหนดเวลา
Sample Attributes

To retrieve the เมื่อต้องการดึงค่าแอตทริบิวต์ส่วนหัว "Referer" header attribute value in the screenshot above, one may use the following hash variable.อ้างถึง" ในภาพหน้าจอด้านบนหนึ่งอาจใช้ตัวแปร hash ต่อไปนี้

Code Block
titleHash Variable
#request.header.Referer#

...