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 |
---|
...
公共布尔authenticate(java.lang.String用户名,java.lang.String密码)(java.lang.public boolean authenticate(java.lang.String username, java.lang.String password)
Method called to authenticate a particular User against the directory用于根据目录对特定用户进行身份验证的方法
public orgpublic org.joget.directory.model.Department getDepartmentByIdgetDepartmentById(java.lang.String departmentId)(java.lang.String departmentId)
Method called to retrieve a specific Department by Department Id根据Department Id检索部门
public orgpublic org.joget.directory.model.Department getDepartmentByNamegetDepartmentByName(java.lang.String name)(java.lang.String name)
Method called to retrieve a specific Department by Department Name
根据部门名称检索部门
public orgpublic org.joget.directory.model.User getDepartmentHodgetDepartmentHod(java.lang.String departmentId)(java.lang.String departmentId)
Method called to return a specific HOD for a Department根据Department Id检索部门的HOD
public javapublic java.util.Collection<org.Collection <org.joget.directory.model.Department> getDepartmentList()<org.joget.directory.model.Department> getDepartmentList()
Generic method called to retrieve all Departments within the directory
检索所有部门
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)<orgpublic 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
检索所有部门时带上排序,分页,分页
public java.util.Collection <org.joget.directory.model.Department> getDepartmentListByOrganization(java.lang.String organizationId,java.lang.String sort,java.lang.Boolean desc,java.lang.Integer start,java.lang 。整数行)<orgpublic java.util.Collection<org.joget.directory.model.Department> getDepartmentListByOrganization(java.lang.String organizationId, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)
Method called to retrieve all Departments within a specific Organization filtered by search parameters
检索由搜索参数过滤的特定组织内的所有部门。
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.Department> getDepartmentsByOrganizationId(javagetDepartmentsByOrganizationId(java.lang.String filterString, javafilterString,java.lang.String organizationId, javaorganizationId,java.lang.String sort, javasort,java.lang.Boolean desc, javadesc,java.lang.Integer start, java.lang.Integer rows)
Method called to retrieve all Departments within a specific Organization filtered by search parameters
public java.util.Collection<org.joget. .Integer开始,java.lang.Integer行)<org.joget.directory.model.Department> getDepartmentsByParentIdgetDepartmentsByOrganizationId(java.lang.String filterString, java.lang.String parentIdorganizationId, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)
Method called to retrieve all sub Department within a specific Department filtered by search parameters
检索由搜索参数过滤的特定组织内的所有部门。
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.User>Department> getDepartmentUserByGradeId(javagetDepartmentsByParentId(java.lang.String departmentId, javafilterString,java.lang.String parentId,java.lang.String gradeId)
Method called to retrieve a listing of Users which belongs to a specified Department and Grade
public org sort,java.lang.Boolean desc,java.lang .Integer开始,java.lang.Integer行)<org.joget.directory.model.DepartmentDepartment> getParentDepartmentgetDepartmentsByParentId(java.lang.String id)
Method called to retrieve a parent Department of a Department
filterString, java.lang.String parentId, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)
方法通过搜索参数检索特定部门内的所有子部门。
public java.util.Collection <org.joget.directory.model.User> getDepartmentUserByGradeId(java.lang.String departmentId,java.lang.String gradeId)<org.joget.directory.model.User> getDepartmentUserByGradeId(java.lang.String departmentId, java.lang.String gradeId)
方法检索属于指定部门和级别的用户列表。
public org.joget.directory.model.Department getParentDepartment(java.lang.String id)
方法检索一个部门的父部门。
public orgpublic org.joget.directory.model.Department getParentDepartmentByName(java.lang.String name)
Method called to retrieve a parent Department of a Department by Department Name方法调用按部门名称检索部门的父部门。
public javapublic java.lang.Long getTotalDepartments(java.lang.String organizationId)
Method called to retrieve the number of Departments within the directory方法检索目录中各部门的数量。
public javapublic java.lang.Long getTotalDepartmentnsByOrganizationId(java.lang.String filterString, java.lang.String organizationId)
Method called to retrieve the number of Departments within a specific Organization filtered by search parameters
方法检索通过搜索参数筛选的特定组织内的部门数量。
public javapublic java.lang.Long getTotalDepartmentsByParentId(java.lang.String filterString, java.lang.String parentId)
Method called to retrieve the number of sub Departments within a specific Department 方法检索特定部门中的子部门的数量。
public orgpublic org.joget.directory.model.Employment getEmployment(java.lang.String id)
Method called to retrieve a specific Employment info 方法检索特定的就业信息。
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.Employment> getEmployments(java.lang.String filterString, java.lang.String organizationId, java.lang.String departmentId, java.lang.String gradeId, java.lang .String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows) rows)
方法在搜索参数筛选的目录中检索用户的Employment信息。Method called to retrieve the users' employment info within the directory filtered by search parameters
public javapublic java.lang.Long getTotalEmployments(java.lang.String filterString, java.lang.String organizationId, java.lang.String departmentId, java.lang.String gradeId)
Method called to retrieve the number of users' employment info within the directory调用方法来检索目录内的用户数量
public orgpublic org.joget.directory.model.Grade getGradeById(java.lang.String gradeId)
Method called to retrieve a specific Grade 调用方法来检索特定的Grade by Grade idID
public orgpublic org.joget.directory.model.Grade getGradeByName(java.lang.String name) name)
调用方法来检索按名称的等级Method called to retrieve a specific Grade by Grade Name
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.Grade> getGradeList()
Generic method called to retrieve all Grades within the directory通用方法调用来检索目录中的所有成绩
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.Grade> getGradesByOrganizationId(java.lang.String filterString, java.lang.String organizationId, java.lang.String sort, java.lang.Boolean desc, java.lang .Integer startInteger开始, java.lang.Integer rows).Integer行)
调用方法来检索由搜索参数过滤的特定组织内的所有成绩Method called to retrieve all Grades within a specific Organization filtered by search parameters
public javapublic java.lang.Long getTotalGradesByOrganizationId(java.lang.String filterString, java.lang.String organizationId)
Method called to retrieve the number of Grades within a specific Organization filtered by search parameters调用方法来检索由搜索参数过滤的特定组织中的成绩数
public orgpublic org.joget.directory.model.Group getGroupById(java.lang.String groupId)
Method called to retrieve a specific Group by id调用方法通过id检索特定的组
public orgpublic org.joget.directory.model.Group getGroupByName(java.lang.String groupName)
Method called to retrieve a specific Group by name调用方法通过名称检索特定的组
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.Group> getGroupsByUserId(java.lang.String filterString, java.lang.String userId, java.lang.String organizationId, java.lang.Boolean inGroup, java.lang .String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)
Method called to retrieve a collection of Group in/not in which a user belongs to and filtered by search parameters调用方法来检索一个用户所属的组中的一个集合,并通过搜索参数进行过滤
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.Group> getGroupByUsername(java.lang.String username)String username)
调用方法来检索用户所属的组的集合Method called to retrieve a collection of Group in which a user belongs to
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.Group> getGroupList()
Generic method called to retrieve the entire Group listing within the directory通用方法调用来检索目录中的整个组列表
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.Group> getGroupList(java.lang.String nameFilter, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)
Method called to retrieve the entire Group listing within the directory filtered by search parameters
.lang 。整数行)
调用方法来检索由搜索参数过滤的目录中的整个组列表
public java.util.Collection <orgpublic java.util.Collection<org.joget.directory.model.Group> getGroupsByOrganizationId(java.lang.String filterString, java.lang.String organizationId, java.lang.String sort, java.lang.Boolean desc, java.lang .Integer startInteger开始, java.lang.Integer rows)Integer行)
调用方法来检索由搜索参数过滤的特定组织内的所有组Method called to retrieve all groups within a specific Organization filtered by search parameters
public javapublic java.lang.Long getTotalGroups()
Method call to retrieve the number of Groups available方法调用来检索可用的组数
public javapublic java.lang.Long getTotalGroupsByOrganizationId(java.lang.String filterString, java.lang.String organizationId)
Method call to retrieve the number of Groups available within a specific Organization filtered by search parameters方法调用来检索由搜索参数过滤的特定组织内可用的组的数量
public javapublic java.lang.Long getTotalGroupsByUserId(java.lang.String filterString, java.lang.String userId, java.lang.String organizationId, java.lang.Boolean inGroup)
Method called to retrieve the number of Group in/not in which a user belongs to调用方法来检索用户所属的组的数量
public orgpublic org.joget.directory.model.Organization getOrganization(java.lang.String id)
调用Id来检索特定组织的方法Method called to retrieve a specific Organization by Id
public orgpublic org.joget.directory.model.Organization getOrganizationByName(String name)
Method called to retrieve a specific Organization by Name调用方法来检索名称的特定组织
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.Organization> getOrganizationsByFilter(java.lang.String filterString, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)
Method called to retrieve all Organizations filtered by search parameters调用方法来检索按搜索参数筛选的所有组织
public javapublic java.lang.Long getTotalOrganizationsByFilter(java.lang.String filterString)
Method called to retrieve the number of Organizations调用方法来检索组织的数量
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.User> getUserByDepartmentId(java.lang.String departmentId)
Method called to retrieve a listing of Users by Department id调用方法来检索部门id的用户列表
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.User> getUserByGradeId(java.lang.String gradeId)
Method called to retrieve a listing of Users by Grade id调用方法来检索按级别id列出的用户
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.User> getUserByGroupId(java.lang.String groupId)
Method called to retrieve a listing of Users by Group id调用方法来检索用户按组ID的列表
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.User> getUserByGroupName(java.lang.String groupName)
Method called to retrieve a listing of Users by Group name调用方法来检索按组名称列出的用户
public orgpublic org.joget.directory.model.User getUserById(java.lang.String userId)
Method called to retrieve a specific User by User id调用方法通过用户标识检索特定的用户
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.User> getUserByOrganizationId(java.lang.String organizationId)
Method called to retrieve a listing of Users by Organization id调用方法来检索组织标识的用户列表
public orgpublic org.joget.directory.model.User getUserByUsername(java.lang.String username)
Method called to retrieve a specific User by Username调用方法来检索用户名的特定用户
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.User> getUserList()
Generic method called to retrieve the entire User listing within the directory调用通用方法来检索目录中的整个用户列表
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.User> getUserList(java.lang.String nameFilter, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)
Method called to retrieve the entire User listing within the directory filtered by search parameters调用方法来检索由搜索参数过滤的目录中的整个用户列表
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.User> getUsers(java.lang.String filterString, java.lang.String organizationId, java.lang.String departmentId, java.lang.String gardeId, java.lang .Stringstring groupId, java.lang.String roleId, java.lang.String active, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)
Method called to retrieve the users within the directory filtered by search parameters调用方法来检索由搜索参数过滤的目录中的用户
public javapublic java.lang.Long getTotalUsers()
Method called to retrieve the number of Users available调用方法来检索可用的用户数量
public javapublic java.lang.Long getTotalUsers(java.lang.String filterString, java.lang.String organizationId, java.lang.String departmentId, java.lang.String gardeId, java.lang.String groupId, java.lang.String roleId, java.lang.String active)String active)
方法调用来检索由搜索参数过滤的目录中可用的用户数Method call to retrieve the number of Users available within the directory filtered by search parametersisUserInGroup
public booleanpublic boolean isUserInGroup(java.lang.String username, java.lang.String groupName)
Method called to check if a User belongs to a specific Group调用方法检查用户是否属于特定的组
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.User> getUserDepartmentUser(java.lang.String username)
Method called to retrieve a listing of Users which belongs to the same Department as the specific Username调用方法来检索属于与特定用户名相同部门的用户列表
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.User> getUserHod(java.lang.String username)
Method called to retrieve a listing of HODs in which a specific User reports to调用方法来检索特定用户向其报告的HOD列表
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.User> getUserSubordinate(java.lang.String username)
Method called to retrieve a listing of all the subordinates which reports to a specific User调用方法来检索报告给特定用户的所有下属的列表
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.User> getUsersSubordinate(java.lang.String username, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows。整数行)
Method called to retrieve a listing of all the subordinates which reports to a specific User filtered by search parameters调用方法来检索报告给由搜索参数过滤的特定用户的所有下属的列表
public javapublic java.lang.Long getTotalUsersSubordinate(java.lang.String username)
Method called to retrieve the number of subordinates which reports to a specific User
调用方法来检索报告给特定用户的下属的数量
public javapublic java.util.Collection<orgCollection <org.joget.directory.model.Role> getUserRoles(java.lang.String username)
Method called to retrieve the Roles belonging to a specific User by Username
...
调用方法来检索用户名属于特定用户的角色
public org.joget.directory.model.service.DirectoryManager getDirectoryManagerImpl(java.util.Map propertiesMapProperties)
Used by System to retrieve a directory manager implementation
...
系统用于检索目录管理器实现
...
public org.joget.directory.model.service.UserSecurity getUserSecurity()getUserSecurity()
返回UserSecurity实现以提高用户安全性的方法Method to return a UserSecurity implementation to enhance the user security
...
public java.lang.String getPropertyOptions()
Get JSON property options to embed into the property options of Directory Manager Plugin
获取JSON属性选项以嵌入到Directory Manager插件的属性选项中
public void setProperties(java.util.Map<javaMap <java.lang.String, java.lang.Object> propertiesproperties)
Set properties to use in User Security Implementation
设置属性以在用户安全实施中使用
public java.util.Map<javaMap <java.lang.String, java.lang.Object> getProperties()
Get properties to use in User Security Implementation 获取用户安全实施中使用的属性
public java.lang.Boolean getDisableHashLogin()
禁用哈希登录?Disable Hash Login?
public java.lang.Boolean getAllowSessionTimeout()
Allow Session Timeout?允许会话超时?
public java.lang.Boolean getForceSessionTimeout()
Force Session Timeout? 强制会话超时?
public java.lang.Boolean getAuthenticateAllApi()
Authenticate all API?验证所有API?
public java.lang.String encryptPassword (java.lang.String username, java.lang.String password)
Encrypt Password with custom methodology
使用自定义方法对密码进行加密
public java.lang.Boolean verifyPassword (org.joget.directory.model.User user, java.lang.String password)
Verify Password with custom methodology.使用自定义方法验证密码。
public java.util.Collection<java.lang.String> passwordPolicies ()Collection <java.lang.String> passwordPolicies()
获取一组密码策略以用户配置文件的形式显示。To get a set of password policies to display in user profile form.
public java.util.Collection<javaCollection <java.lang.String> validatePassword (java.lang.String username, java.lang.String oldPassword, java.lang.String newPassword, java.lang.String confirmPassword)
To validate password format and validity.
验证密码的格式和有效性。
返回错误消息字符串的集合。Return Collection of error message String.
public java.util.Collection<javaCollection <java.lang.String> validateUserOnInsert(org.joget.directory.model.User user)
To validate user before insert to database
在插入数据库之前验证用户
返回 错误消息字符串的集合。Return Collection of error message String.
public java.util.Collection<javaCollection <java.lang.String> validateUserOnUpdate(org.joget.directory.model.User user)
To validate user before updating
在更新之前验证用户
返回 错误消息字符串的集合。Return Collection of error message String.
public java.util.Collection<javaCollection <java.lang.String> validateUserOnProfileUpdate(org.joget.directory.model.User user)
To validate user before updating profile
在更新配置文件之前验证用户
返回 错误消息字符串的集合。Return Collection of error message String.
public void insertUserPostProcessing(org.joget.directory.model.User user)
Processing after a user is added.在添加用户之后进行处理。
public void updateUserPostProcessing(org.joget.directory.model.User user)
Processing after a user is modified.用户修改后进行处理。
public void updateUserProfilePostProcessing(org.joget.directory.model.User user)
Processing after a user profile is updated.用户配置文件更新后处理。
public void passwordResetPostProcessing(org.joget.directory.model.User user)
Processing after a user password is reset.用户密码重置后处理。
public void deleteUserPostProcessing(java.lang.String username)
Processing after a user is deleted.删除用户后进行处理。
public java.lang.String getLoginFormFooter()
HTML to add below login form在下面的登录表单中添加HTML
public java.lang.String getUserCreationFormFooter()
HTML to add below user creation form在用户创建表单下面添加HTML
public java.lang.String getUserEditingFormFooter(org.joget.directory.model.User user)
HTML to add below user editing form在用户编辑表单下面添加HTML
public java.lang.String getUserProfileFooter(org.joget.directory.model.User user)
HTML to add below user profile form在用户配置文件表单下面添加HTML
public java.lang.String getUserDetailsButtons(org.joget.directory.model.User user)
HTML to extend user details page buttonHTML来扩展用户详细信息页面按钮
public void loginPreProcessing(org.joget.directory.model.User user, java.lang.String password)
在用户登录认证之前处理Processing before user login authentication
public void loginPostProcessing(org.joget.directory.model.User user, java.lang.String password, java.lang.Boolean loggedIn)
Processing after user login authentication.用户登录认证后处理。
public void requestPostProcessing()
Processing after HTTP Request Completed.HTTP请求完成后处理。
public boolean isDataExist(java.lang.String usernameUser)
Check whether a custom security data is exist for a user.
检查用户是否存在自定义安全数据。