|
KIE Internal 6.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorInfo | |
|---|---|
| org.kie.internal.executor.api | |
| Uses of ErrorInfo in org.kie.internal.executor.api |
|---|
| Methods in org.kie.internal.executor.api that return ErrorInfo | |
|---|---|
ErrorInfo |
ExecutorStoreService.findError(Long id)
|
ErrorInfo |
ExecutorStoreService.removeError(Long errorId)
|
| Methods in org.kie.internal.executor.api that return types with arguments of type ErrorInfo | |
|---|---|
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)
|
| Methods in org.kie.internal.executor.api with parameters of type ErrorInfo | |
|---|---|
void |
ExecutorStoreService.persistError(ErrorInfo error)
|
void |
ExecutorStoreService.updateError(ErrorInfo error)
|
|
KIE Internal 6.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||