| Package | Description |
|---|---|
| com.suncode.pwfl.workflow.process |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie procesami.
|
| com.suncode.pwfl.workflow.process.exception |
| Modifier and Type | Method and Description |
|---|---|
IndexType |
ProcessIndex.getType() |
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessIndex.setType(IndexType type) |
| Constructor and Description |
|---|
IndexInfo(String id,
String name,
IndexType type,
Object value) |
ProcessIndex(String id,
String name,
IndexType type) |
| Constructor and Description |
|---|
IndexTypeNotSupportedException(IndexType type) |
Copyright © 2021 Suncode. All rights reserved.