Package | Description |
---|---|
com.suncode.pwfl.administration.structure |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie stanowiskami i jednostkami organizacyjnymi.
|
com.suncode.pwfl.administration.user |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie użytkownikami i grupami użytkowników.
|
com.suncode.pwfl.workflow.activity |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie zadaniami.
|
Modifier and Type | Method and Description |
---|---|
User |
Position.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
Position.setUser(User user)
Ustawia użytkownika dla stanowiska
|
Modifier and Type | Method and Description |
---|---|
User |
UserFinder.findByUserName(String userName,
boolean onlyActive,
String... joins)
Pobiera użytkownika po loginie.
|
User |
UserFinder.findByUserName(String userName,
String... joins)
Pobiera użytkownika po loginie.
|
User |
UserData.getUser() |
User |
UserService.getUser(Long id,
boolean onlyActive,
String... joins)
Pobiera użytkownika po id.
|
User |
UserService.getUser(Long id,
String... joins)
Pobiera użytkownika po id.
|
User |
UserService.getUser(String userName,
boolean onlyActive,
String... joins)
Pobiera użytkownika po loginie.
|
User |
UserService.getUser(String userName,
String... joins)
Pobiera użytkownika po loginie.
|
Modifier and Type | Method and Description |
---|---|
List<User> |
UserFinder.findByCriteria(org.hibernate.criterion.DetachedCriteria dc,
Integer start,
Integer limit,
boolean onlyActive)
Funkcja umożliwia wyszukanie użytkowników bez zawężenia listy wyników do użytkowników aktywnych
|
List<User> |
UserFinder.findByGroup(String groupName)
Pobiera użytkowników należących do podanej grupy
|
List<User> |
UserFinder.findByGroups(List<String> groups)
Pobiera listę użytkowników z podanych grup
|
List<User> |
UserFinder.findByOU(String ouSymbol)
Pobiera użytkowników z podanej jednostki
|
List<User> |
UserFinder.findByOUs(List<String> ouSymbols)
Pobiera użytkowników z podanych jednostek
|
List<User> |
UserFinder.findByRoleId(Long roleId)
Pobiera użytkowników posiadających stanowisko przypisane do podanej roli
|
Set<User> |
UserGroup.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
UserService.createUser(User user,
String groupName)
Dodaje użytkownika do systemu
|
void |
UserData.setUser(User user) |
void |
UserSettingsService.setUserSetting(User user,
String settingName,
String value)
Dodaje podane ustawienie dla podanego użytkownika.
|
void |
UserService.updateUser(User user)
Modyfikuje informacje o użytkowniku.
|
Constructor and Description |
---|
UserData(User user,
String fieldName,
String fieldValue) |
Modifier and Type | Method and Description |
---|---|
User |
ActivityRedirection.getSourceUser() |
User |
ActivityDocument.getUser() |
Modifier and Type | Method and Description |
---|---|
Set<User> |
ActivityRedirectionService.getRedirections(String userName,
String processDefId,
String activityDefId)
Pobiera listę użytkowników do których ustawione jest przekierowanie
|
Set<User> |
ActivityRedirection.getTargetUsers() |
Modifier and Type | Method and Description |
---|---|
void |
ActivityRedirection.setSourceUser(User sourceUser) |
void |
ActivityDocument.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityRedirection.setTargetUsers(Set<User> targetUsers) |
Copyright © 2014 Suncode. All rights reserved.