KIE Internal 6.1.0.Final

Uses of Interface
org.kie.internal.executor.api.ErrorInfo

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

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.