Versions Compared

Key

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

Table of Contents

Usages

Thai

ตามธรรมเนียม

  • To provide the ability to recalculate deadline limit and SLA limit based on programming logic.

    Thai

    เพื่อให้ความสามารถในการคำนวณขีด จำกัด กำหนดเวลาและข้อ จำกัด SLA ใหม่ตามตรรกะการเขียนโปรแกรม

  • Deadline plugin can be configure at Plugin Default Properties.

    Thai

    ปลั๊กอินกำหนดเวลาสามารถกำหนดค่าได้ที่ Plugin Default Properties.

  • A useable Deadline plugin must extends org.joget.workflow.model.DefaultDeadlinePlugin abstract class.

    Thai

    ปลั๊กอินกำหนดเวลาที่ใช้งานได้จะต้องขยายคลาสนามธรรม org.joget.workflow.model.DefaultDeadlinePlugin

Abstract Class

Thai

ชั้นนามธรรม


org.joget.workflow.model.DefaultDeadlinePlugin

  • Under wflow-wfengine module

    Thai

    ภายใต้โมดูล wflow-wfengine

  • 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 Deadline Plugin

    Thai

    คลาสนามธรรมพื้นฐานเพื่อพัฒนาปลั๊กอินกำหนดเวลา

Method Detail

Thai

รายละเอียดวิธีการ


Abstract Methods
Thai
วิธีการเชิงนามธรรม
evaluateDeadline
public org.joget.workflow.model.WorkflowDeadline evaluateDeadline(java.util.Map props)

Re-calculate the deadline limit and SLA limit.

Thai

คำนวณขีด จำกัด กำหนดเวลาและข้อ จำกัด SLA อีกครั้ง


Following are passed as properties by system:

Thai

ต่อไปนี้ถูกส่งเป็นคุณสมบัติตามระบบ:


- processId : java.lang.String
- activityId : java.lang.String
- workflowDeadline : org.joget.workflow.model.WorkflowDeadline
- processStartedTime : java.util.Date
- activityAcceptedTime : java.util.Date
- activityActivatedTime : java.util.Date
- pluginManager : org.joget.plugin.base.PluginManager

Plugin Properties Options

Thai

ตัวเลือกคุณสมบัติปลั๊กอิน

Please refer to Plugin Properties Options for more information.

Thai

โปรดดู Plugin Properties Options สำหรับข้อมูลเพิ่มเติม

Tutorials

Thai

สอน

Guideline for developing a plugin

Related Documentation

Thai

เอกสารที่เกี่ยวข้อง

Deadlines and Escalations

...