-
-
Uses of VWUserInfo in filenet.vw.api
Methods in filenet.vw.api that return VWUserInfo Modifier and Type Method and Description VWUserInfoVWSystemAdministration. createUserInfo()Deprecated.VWUserInfo records are created on the server in P8PE4.0VWUserInfoVWSession. fetchCurrentUserInfo()Gets information about the user logged on to this session.VWUserInfoVWSystemAdministration. fetchUserInfo(java.lang.String theUserName)Fetches information about a specified user.VWUserInfoVWSession. fetchUserInfo(java.lang.String theName)Gets general user information about a specified user.VWUserInfo[]VWSession. fetchUserInfoList(java.lang.String[] theNameList)Gets general user information about specified users.VWUserInfo[]VWSession. fetchUserRecords(int maxBufferSize, boolean throwException)Fetches a collection of all user environment records that exists on the Process Engine.
-