Package | Description |
---|---|
org.kie.internal.executor.api |
Modifier and Type | Method and Description |
---|---|
STATUS |
RequestInfo.getStatus()
Returns status of the request
|
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)
Returns requests based on their status
|
List<RequestInfo> |
ExecutorService.getRequestsByStatus(List<STATUS> statuses) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.