Package | Description |
---|---|
org.kie.internal.executor.api |
Modifier and Type | Method and Description |
---|---|
List<ErrorInfo> |
ExecutorQueryService.getAllErrors()
Returns all errors.
|
List<ErrorInfo> |
ExecutorService.getAllErrors() |
List<? extends ErrorInfo> |
RequestInfo.getErrorInfo()
Returns list of errors for this request if any
|
List<ErrorInfo> |
ExecutorQueryService.getErrorsByRequestId(Long id)
Returns all errors (if any) for given request
|
List<ErrorInfo> |
ExecutorService.getErrorsByRequestId(Long requestId) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.