Package | Description |
---|---|
org.kie.internal.executor.api | |
org.kie.internal.runtime.manager.audit.query |
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)
Deprecated.
use same method name with QueryContext argument that supports paging
|
List<RequestInfo> |
ExecutorService.getRequestsByStatus(List<STATUS> statuses)
Deprecated.
use same method name with QueryContext argument that supports paging
|
List<RequestInfo> |
ExecutorQueryService.getRequestsByStatus(List<STATUS> statuses,
QueryContext queryContext)
Returns requests based on their status
|
List<RequestInfo> |
ExecutorService.getRequestsByStatus(List<STATUS> statuses,
QueryContext queryContext) |
Modifier and Type | Method and Description |
---|---|
RequestInfoLogDeleteBuilder |
RequestInfoLogDeleteBuilder.status(STATUS... status)
Specify one more statuses (in the form of an int) as criteria.
|
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.