public interface RoleFinder extends BaseFinder<Role,Long>
| Modifier and Type | Method and Description |
|---|---|
Role |
findByActivity(String packageId,
String processDefId,
String activityDefId)
Pobiera role na której jest zdefiniowane zadanie
|
List<Role> |
findByPosition(Long positionId)
Pobiera role podłączone do stanowiska
|
List<Role> |
findByUserName(String userName)
Pobiera role przypisane do użytkownika
|
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAllList<Role> findByPosition(Long positionId)
positionId - Id stanowiskaList<Role> findByUserName(String userName)
userName - Login użytkownikaCopyright © 2014 Suncode. All rights reserved.