| Package | Description |
|---|---|
| com.suncode.pwfl.workflow.activity |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie zadaniami.
|
| com.suncode.pwfl.workflow.assignment |
| Modifier and Type | Method and Description |
|---|---|
TransferType |
DelegatedActivity.getTransferType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatedActivity.setTransferType(TransferType transferType) |
| Constructor and Description |
|---|
DelegatedActivity(String activityId,
String userId,
String delegatedUser,
TransferType transferType) |
| Modifier and Type | Method and Description |
|---|---|
static TransferType |
TransferType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferType[] |
TransferType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssignmentService.transferActivityToUsers(String processDefId,
String processId,
String activityId,
String oldUser,
List<String> newUsers,
TransferType transferType) |
Copyright © 2021 Suncode. All rights reserved.