Uses of Class
com.saperion.users.UserNameIdPair
-
Packages that use UserNameIdPair Package Description com.saperion Main package for all SAPERION LARIX components.com.saperion.connector.wf This package contains the main classic workflow connector classes. -
-
Uses of UserNameIdPair in com.saperion
Methods in com.saperion with parameters of type UserNameIdPair Modifier and Type Method Description static com.lexmark.saperion.administration.ActorReferenceTypeSaTypeConverter. createActorReference(UserNameIdPair userNameIdPair)Created an actor reference from the given information.static com.lexmark.saperion.administration.GroupReferenceTypeSaTypeConverter. createGroupReference(UserNameIdPair userNameIdPair)Created an group reference from the given information.static com.lexmark.saperion.administration.UserReferenceTypeSaTypeConverter. createUserReference(UserNameIdPair userNameIdPair)Created an user reference from the given information. -
Uses of UserNameIdPair in com.saperion.connector.wf
Methods in com.saperion.connector.wf that return types with arguments of type UserNameIdPair Modifier and Type Method Description java.util.Collection<UserNameIdPair>TaskUserSelection. getUserRestriction()Method parameters in com.saperion.connector.wf with type arguments of type UserNameIdPair Modifier and Type Method Description static TaskUserSelectionTaskUserSelection. create(java.util.Collection<UserNameIdPair> userRestriction, boolean singleUserSelection)Creates a TaskUserSelection that indicates that the receiver of the task has to be selected from the given users
-