public interface ActivityRedirectionService extends BaseFinder<ActivityRedirection,Long>
| Modifier and Type | Method and Description |
|---|---|
Long |
createActivityRedirection(ActivityRedirection ar)
Tworzy przekierowanie dla zadania
|
void |
deleteActivityRedirection(ActivityRedirection ar)
Usuwa przekierowanie
|
void |
deleteRedirectionsForUser(String userName) |
List<ActivityRedirection> |
getRedirections(String userName)
Pobiera listę przekierowań dla użytkownika
|
Set<User> |
getRedirections(String userName,
String processDefId,
String activityDefId)
Pobiera listę użytkowników do których ustawione jest przekierowanie
|
Set<String> |
getRedirectionsSet(String userName,
String processDefId,
String activityDefId)
Pobiera listę użytkowników do których ustawione jest przekierowanie
|
List<ActivityRedirection> |
getRedirectionsTo(String userName)
Pobiera przekierowania przypisane do użytkownika
|
List<ActivityRedirection> |
getRedirectionsToGroup(String groupName)
Pobiera przekierowanie do grupy
|
List<ActivityRedirection> |
getUserRedirectionsToActivity(String userName,
String processDefId,
String activityDefId)
Pobiera przekierowania uzytkownika dla danego zadania w procesie
|
void |
updateActivityRedirection(ActivityRedirection ar) |
void |
updateActivityRedirections(List<ActivityRedirection> list,
String userName) |
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResultSet<String> getRedirectionsSet(String userName, String processDefId, String activityDefId)
userName - Login użytkownikaprocessDefId - Id defnicji procesuactivityDefId - Id definicji zadaniaSet<User> getRedirections(String userName, String processDefId, String activityDefId)
userName - Login użytkownikaprocessDefId - Id defnicji procesuactivityDefId - Id definicji zadaniaList<ActivityRedirection> getRedirections(String userName)
userName - Login użytkownikavoid deleteActivityRedirection(ActivityRedirection ar)
ar - Przekierowanie do usunięciaLong createActivityRedirection(ActivityRedirection ar)
ar - Definicja przekierowaniavoid updateActivityRedirection(ActivityRedirection ar)
void updateActivityRedirections(List<ActivityRedirection> list, String userName)
void deleteRedirectionsForUser(String userName)
List<ActivityRedirection> getRedirectionsTo(String userName)
userName - Login użytkownikaList<ActivityRedirection> getUserRedirectionsToActivity(String userName, String processDefId, String activityDefId)
userName - Login użytkownikaprocessDefId - Id definicji procesuactivityDefId - Id definicji zadaniaList<ActivityRedirection> getRedirectionsToGroup(String groupName)
groupName - Login użytkownikaCopyright © 2019 Suncode. All rights reserved.