public interface IWorkScreenProfile
IWorkScreenProfile supports profile information for workScreens.| Modifier and Type | Method and Description |
|---|---|
byte[] |
getProfileConfiguration(String pClassName,
String pEnvironment,
String pUserName)
Gets the profile configuration of the workScreen.
|
void |
setProfileConfiguration(String pClassName,
String pEnvironment,
String pUserName,
byte[] pProfileConfiguration)
Sets the profile configuration of the workScreen.
|
byte[] getProfileConfiguration(String pClassName, String pEnvironment, String pUserName) throws Exception
pClassName - the workScreen class name.pEnvironment - the environment.pUserName - the user name.Exception - if an error occurs while detecting the profilevoid setProfileConfiguration(String pClassName, String pEnvironment, String pUserName, byte[] pProfileConfiguration) throws Exception
pClassName - the workScreen class name.pEnvironment - the environment.pUserName - the user name.pProfileConfiguration - the profile configurationException - if an error occurs while detecting the profileCopyright © 2020 SIB Visions GmbH. All Rights Reserved.