static <T extends Replacement<T>> ReplacementList<T> |
Replacement.getAll(String workflowInstanceId) |
Gets all the replacements that are defined in the specified workflow instance.
|
static <T extends Replacement<T>> ReplacementList<T> |
Replacement.getAllBy(User substitute,
String workflowInstanceId) |
Gets all the replacements exercised by the specified user in the specified workflow instance.
|
static <T extends Replacement<T>> ReplacementList<T> |
Replacement.getAllOf(User incumbent,
String workflowInstanceId) |
Gets all the replacements of the specified user in the specified workflow instance.
|
static <T extends Replacement<T>> ReplacementList<T> |
Replacement.getAllWith(User incumbent,
User substitute,
String workflowInstanceId) |
Gets all the replacements in which the specified users are implied and that are defined in the
specified workflow instance.
|