The following list describes changes to the HsvProcessFlow type library:
Some methods have been removed from the HsvProcessFlow type library. In addition to the methods that have been moved to the IHsvDataSecurity interface (as described in Security: HsxSecurity and HsvSecurityAccess Type Libraries), the following HsvProcessFlow methods have been removed:
GetConnectedUser (You can replace this with HsvSecurityAccess.GetConnectedUser. For details, see GetConnectedUser.)
GetRoleAccessRights (You can replace this with HsvSecurityAccess.IsConnectedUserInRole. For details, see IsConnectedUserInRole.)
IsAdministrator (You can replace this with HsvSecurityAccess.IsApplicationAdministrator. For details, see IsApplicationAdministrator.)
The HsvProcessFlow type library no longer contains access rights constants, as the HsvSecurityAccess type library now contains all methods that work with access rights.