Uses of Class
com.saperion.users.UserName
-
Packages that use UserName Package Description com.saperion.intf This package contains the common used interfaces for the LARIX components.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 UserName in com.saperion.intf
Methods in com.saperion.intf that return UserName Modifier and Type Method Description UserName
SaUserInfo. getUserName()
This method returns the name of the entity. -
Uses of UserName in com.saperion.rmi
Methods in com.saperion.rmi that return UserName Modifier and Type Method Description UserName
SaUserInfoImpl. getUserName()
Constructors in com.saperion.rmi with parameters of type UserName Constructor Description SaUserInfoImpl(int id, int userType, UserName userName, int orgUnit, int mandant, boolean present)
Deprecated.SaUserInfoImpl(int id, int userType, UserName userName, int orgUnit, int mandant, boolean present, UserFlags flags)
Literal Constructor. -
Uses of UserName in com.saperion.wf
Constructors in com.saperion.wf with parameters of type UserName Constructor Description WorkflowMemberImpl(int id, int userType, UserName userName, int orgUnit, int mandant, WorkflowMemberImpl parentUser, boolean present)
WorkflowMemberImpl(int id, int userType, UserName userName, int orgUnit, int mandant, WorkflowMemberImpl parentUser, boolean present, UserFlags flags, java.lang.String description)
Literal Constructor.
-