Package | Description |
---|---|
org.kie.api.executor |
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,
QueryContext queryContext)
Returns requests based on their status
|
List<RequestInfo> |
ExecutorService.getRequestsByStatus(List<STATUS> statuses,
QueryContext queryContext) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.