Uses of Interface
com.saperion.intf.SaUserInfo
-
Packages that use SaUserInfo Package Description com.saperion.connector This package contains the main classic connector classes.com.saperion.intf This package contains the common used interfaces for the LARIX components.com.saperion.intf.wf This package contains the common used workflow interfaces for the LARIX components.com.saperion.operations.user com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components.com.saperion.wf This package contains the common used workflow classes. -
-
Uses of SaUserInfo in com.saperion.connector
Methods in com.saperion.connector that return SaUserInfo Modifier and Type Method Description SaUserInfo
SaClassicConnector. getCurrentUserInfo()
This method returns detailed info about the current user.SaUserInfo
SaClassicConnectorImpl. getCurrentUserInfo()
-
Uses of SaUserInfo in com.saperion.intf
Methods in com.saperion.intf with parameters of type SaUserInfo Modifier and Type Method Description void
SaLockInfo. setUserInfo(SaUserInfo info)
Sets the user info. -
Uses of SaUserInfo in com.saperion.intf.wf
Subinterfaces of SaUserInfo in com.saperion.intf.wf Modifier and Type Interface Description interface
WorkflowMember
Represents the information about a workflow member. -
Uses of SaUserInfo in com.saperion.operations.user
Methods in com.saperion.operations.user that return SaUserInfo Modifier and Type Method Description SaUserInfo
GetCurrentUserInfo. invoke()
-
Uses of SaUserInfo in com.saperion.rmi
Classes in com.saperion.rmi that implement SaUserInfo Modifier and Type Class Description class
SaUserInfoImpl
Methods in com.saperion.rmi that return SaUserInfo Modifier and Type Method Description SaUserInfo
SaCheckoutInfo. getUserInfo()
Methods in com.saperion.rmi with parameters of type SaUserInfo Modifier and Type Method Description void
SaCheckoutInfo. setUserInfo(SaUserInfo info)
Sets the user info object. -
Uses of SaUserInfo in com.saperion.wf
Classes in com.saperion.wf that implement SaUserInfo Modifier and Type Class Description class
WorkflowMemberImpl
-