|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectogre.dms.util.IDCheckUtil
public class IDCheckUtil
Constructor Summary | |
---|---|
IDCheckUtil()
|
Method Summary | |
---|---|
static boolean |
isAFCompany(String id)
|
static boolean |
isAFDepartment(String id)
|
static boolean |
isAFDR(String id)
to check if the userID is a DepartmentID, a RoleID or "company" ("COMXXX" included) |
static boolean |
isAFMember(String userID)
to check if the userID is a member record id of agentflow |
static boolean |
isAFRole(String id)
|
static boolean |
isDMSGroup(String id)
to check if the id is a group id of DMS |
static boolean |
isDMSUser(String userID)
to check if the userID is a user id of DmS |
static boolean |
isExtCompany(String id)
|
static boolean |
isExtDMSGroup(String id)
|
static boolean |
isExtDMSUser(String userID)
Check if the userID is in external user id format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IDCheckUtil()
Method Detail |
---|
public static boolean isAFMember(String userID)
public static boolean isAFDR(String id)
public static boolean isAFDepartment(String id)
public static boolean isAFRole(String id)
public static boolean isAFCompany(String id)
public static boolean isDMSUser(String userID)
public static boolean isDMSGroup(String id)
public static boolean isExtDMSUser(String userID)
true
while userID
is 'Admin'.
public static boolean isExtDMSGroup(String id)
public static boolean isExtCompany(String id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |