Uses of Interface
com.saperion.intf.MutableUserInformation
-
Packages that use MutableUserInformation 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 MutableUserInformation in com.saperion.connector
Methods in com.saperion.connector with parameters of type MutableUserInformation Modifier and Type Method Description void
SaClassicConnector. updateCurrentUserInformation(MutableUserInformation user)
Changes information about the current user.void
SaClassicConnectorImpl. updateCurrentUserInformation(MutableUserInformation user)
-
Uses of MutableUserInformation in com.saperion.intf
Subinterfaces of MutableUserInformation in com.saperion.intf Modifier and Type Interface Description interface
SaUserInfo
This class holds detailed information about a Saperion user management entity e.g. -
Uses of MutableUserInformation in com.saperion.intf.wf
Subinterfaces of MutableUserInformation in com.saperion.intf.wf Modifier and Type Interface Description interface
WorkflowMember
Represents the information about a workflow member. -
Uses of MutableUserInformation in com.saperion.operations.user
Constructors in com.saperion.operations.user with parameters of type MutableUserInformation Constructor Description UpdateCurrentUserInformation(MutableUserInformation user)
-
Uses of MutableUserInformation in com.saperion.rmi
Classes in com.saperion.rmi that implement MutableUserInformation Modifier and Type Class Description class
MutableUserInformationImpl
class
SaUserInfoImpl
-
Uses of MutableUserInformation in com.saperion.wf
Classes in com.saperion.wf that implement MutableUserInformation Modifier and Type Class Description class
WorkflowMemberImpl
-