Package | Description |
---|---|
com.suncode.pwfl.workflow.process |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie procesami.
|
Modifier and Type | Method and Description |
---|---|
ProcessState |
Process.getState() |
ProcessState |
ProcessEntity.getState() |
static ProcessState |
ProcessState.getState(String state) |
static ProcessState |
ProcessState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessState[] |
ProcessState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ProcessState.isOpen(ProcessState state) |
void |
ProcessEntity.setState(ProcessState state) |
Copyright © 2019 Suncode. All rights reserved.