| Package | Description |
|---|---|
| com.suncode.pwfl.workflow.activity |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie zadaniami.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActivityRedirection> |
ActivityRedirectionService.getRedirections(String userName)
Pobiera listę przekierowań dla użytkownika
|
List<ActivityRedirection> |
ActivityRedirectionService.getRedirectionsTo(String userName)
Pobiera przekierowania przypisane do użytkownika
|
List<ActivityRedirection> |
ActivityRedirectionService.getRedirectionsToGroup(String groupName)
Pobiera przekierowanie do grupy
|
List<ActivityRedirection> |
ActivityRedirectionService.getUserRedirectionsToActivity(String userName,
String processDefId,
String activityDefId)
Pobiera przekierowania uzytkownika dla danego zadania w procesie
|
| Modifier and Type | Method and Description |
|---|---|
Long |
ActivityRedirectionService.createActivityRedirection(ActivityRedirection ar)
Tworzy przekierowanie dla zadania
|
void |
ActivityRedirectionService.deleteActivityRedirection(ActivityRedirection ar)
Usuwa przekierowanie
|
void |
ActivityRedirectionService.updateActivityRedirection(ActivityRedirection ar) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityRedirectionService.updateActivityRedirections(List<ActivityRedirection> list,
String userName) |
Copyright © 2015 Suncode. All rights reserved.