| Package | Description |
|---|---|
| org.kuali.rice.kew.engine.node |
| Modifier and Type | Field and Description |
|---|---|
static ActivationTypeEnum |
ActivationTypeEnum.PARALLEL
Routing should process the associated ActionRequests in parallel
|
static ActivationTypeEnum |
ActivationTypeEnum.PRIORITY_PARALLEL
Routing should process the associated ActionRequests in parallel according to priority
|
static ActivationTypeEnum |
ActivationTypeEnum.SEQUENTIAL
Routing should process the associated ActionRequests in sequence
|
| Modifier and Type | Method and Description |
|---|---|
static ActivationTypeEnum |
ActivationTypeEnum.lookupCode(String code)
Parses the code verbatim and returns the enum type that matches that code exactly
|
static ActivationTypeEnum |
ActivationTypeEnum.parse(String string)
Parses the string and returns the enum type whose code, name, or label
matches the string regardless of case
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.