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 |
---|---|
ActivityState |
ActivityEntity.getState() |
ActivityState |
Activity.getState() |
static ActivityState |
ActivityState.getState(String state) |
static ActivityState |
ActivityState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityState[] |
ActivityState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityService.changeState(String processId,
String activityId,
ActivityState state)
Zmienia status zadania
|
boolean |
ActivityService.changeStateIfPossible(String processId,
String activityId,
ActivityState state)
Zmienia status zadania, jeżeli obecny status można zmienić na nowy.
|
static String |
ActivityState.getSharkState(ActivityState state) |
static boolean |
ActivityState.isOpen(ActivityState state) |
void |
ActivityEntity.setState(ActivityState state) |
Copyright © 2019 Suncode. All rights reserved.