Package | Description |
---|---|
org.kie.api.executor |
Modifier and Type | Method and Description |
---|---|
ErrorInfo |
ExecutorStoreService.findError(Long id) |
ErrorInfo |
ExecutorStoreService.removeError(Long errorId) |
Modifier and Type | Method and Description |
---|---|
List<ErrorInfo> |
ExecutorQueryService.getAllErrors(QueryContext queryContext) |
List<ErrorInfo> |
ExecutorService.getAllErrors(QueryContext queryContext) |
List<? extends ErrorInfo> |
RequestInfo.getErrorInfo() |
List<ErrorInfo> |
ExecutorQueryService.getErrorsByRequestId(Long id) |
List<ErrorInfo> |
ExecutorService.getErrorsByRequestId(Long requestId) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutorStoreService.persistError(ErrorInfo error) |
void |
ExecutorStoreService.updateError(ErrorInfo error) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.