| 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.
|
| Modifier and Type | Method and Description |
|---|---|
UserName |
SaUserInfo.getUserName()
This method returns the name of the entity.
|
| Modifier and Type | Method and Description |
|---|---|
UserName |
SaUserInfoImpl.getUserName() |
| Constructor and 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.
|
| Constructor and 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,
String description)
Literal Constructor.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.