Uses of Class
com.openkm.sdk4j.bean.CommonUser
-
Packages that use CommonUser Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of CommonUser in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return CommonUser Modifier and Type Method Description CommonUserBaseAuth. getUser(String userId)Retrieve information of a given userMethods in com.openkm.sdk4j.definition that return types with arguments of type CommonUser Modifier and Type Method Description List<CommonUser>BaseAuth. getUsers(boolean showAll)Retrieve information of a given userList<CommonUser>BaseAuth. getUsersByRole(String roleId)Retrieves a list of users by role. -
Uses of CommonUser in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return CommonUser Modifier and Type Method Description CommonUserAuthImpl. getUser(String userId)Methods in com.openkm.sdk4j.impl that return types with arguments of type CommonUser Modifier and Type Method Description List<CommonUser>AuthImpl. getUsers(boolean showAll)List<CommonUser>AuthImpl. getUsersByRole(String roleId)
-