Uses of Interface
org.kie.api.executor.ErrorInfo
-
Packages that use ErrorInfo Package Description org.kie.api.executor -
-
Uses of ErrorInfo in org.kie.api.executor
Methods in org.kie.api.executor that return ErrorInfo Modifier and Type Method Description ErrorInfo
ExecutorStoreService. findError(Long id)
ErrorInfo
ExecutorStoreService. removeError(Long errorId)
Methods in org.kie.api.executor that return types with arguments of type ErrorInfo Modifier and Type Method 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)
Methods in org.kie.api.executor with parameters of type ErrorInfo Modifier and Type Method Description void
ExecutorStoreService. persistError(ErrorInfo error)
void
ExecutorStoreService. updateError(ErrorInfo error)
-