KIE Internal 6.0.1.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 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)
           
 


KIE Internal 6.0.1.Final

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