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 |
---|
ตามธรรมเนียม |
To provide the ability to integrate users from external system. E.g. Active Directory or LDAP
Thai |
---|
เพื่อให้สามารถในการ integrate ผู้ใช้จากระบบภายนอก เช่น. Active Directory หรือ LDAP |
Directory Manager Plugin can be used in Settings - Directory Manager.
Thai |
---|
ปลั๊กอินตัวจัดการไดเรกทอรีสามารถใช้ใน Settings - Directory Manager. |
A useable Directory Manager plugin must extends org.joget.directory.model.service.DefaultDirectoryManagerPlugin abstract class.
Thai |
---|
ปลั๊กอินตัวจัดการไดเรกทอรีที่ใช้งานได้จะต้องขยาย org.joget.directory.model.service.DefaultDirectoryManagerPlugin ระดับนามธรรม |
Thai |
---|
ชั้นนามธรรม |
Under wflow-directory module
Thai |
---|
ภายใต้โมดูลไดเรกทอรี wflow |
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 |
โปรดอ้างอิงถึงระดับฐานปลั๊กอินและอินเตอร์เฟส |
A base abstract class to develop a Directory Manager Plugin
Thai |
---|
คลาสนามธรรมพื้นฐานเพื่อพัฒนาปลั๊กอินตัวจัดการไดเรกทอรี |
Thai |
---|
รายละเอียดวิธีการ |
Thai |
---|
วิธีการเชิงนามธรรม |
Thai |
---|
ทำให้น่าเชื่อถือ,ความถูกต้อง |
public boolean authenticate(java.lang.String username, java.lang.String password)
Method called to authenticate a particular User against the directory
Thai |
---|
วิธีการที่เรียกว่าตรวจสอบผู้ใช้เฉพาะกับไดเรกทอรี |
public org.joget.directory.model.Department getDepartmentById(java.lang.String departmentId)
Method called to retrieve a specific Department by Department Id
Thai |
---|
วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกเฉพาะตามรหัสแผนก |
public org.joget.directory.model.Department getDepartmentByName(java.lang.String name)
Method called to retrieve a specific Department by Department Name
Thai |
---|
วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกเฉพาะโดยชื่อแผนก |
public org.joget.directory.model.User getDepartmentHod(java.lang.String departmentId)
Method called to return a specific HOD for a Department
Thai |
---|
วิธีการที่เรียกใช้เพื่อส่งคืน HOD ที่เจาะจงสำหรับแผนก |
public java.util.Collection<org.joget.directory.model.Department> getDepartmentList()
Generic method called to retrieve all Departments within the directory
Thai |
---|
วิธีการทั่วไปเพื่อดึงหน่วยงานทั้งหมดภายในไดเรกทอรี |
public java.util.Collection<org.joget.directory.model.Department> getDepartmentList(java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)
Method called to retrieve all Departments within the directory filtered by search parameters
Thai |
---|
วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกทั้งหมดภายในไดเรกทอรีที่กรองโดยพารามิเตอร์การค้นหา |
...
Method called to retrieve all Departments within a specific Organization filtered by search parameters
Thai |
---|
วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกทั้งหมดภายในองค์กรเฉพาะที่กรองโดยพารามิเตอร์การค้นหา |
...
...