| Package | Description |
|---|---|
| org.kie.api.executor |
| Modifier and Type | Method and Description |
|---|---|
STATUS |
RequestInfo.getStatus() |
static STATUS |
STATUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STATUS[] |
STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestInfo.setStatus(STATUS status)
Sets status for the request
|
| Modifier and Type | Method and Description |
|---|---|
List<RequestInfo> |
ExecutorQueryService.getRequestsByStatus(List<STATUS> statuses,
QueryContext queryContext) |
List<RequestInfo> |
ExecutorService.getRequestsByStatus(List<STATUS> statuses,
QueryContext queryContext) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.