jBPM distribution 6.0.0.Beta5

Uses of Class
org.jbpm.executor.entities.ErrorInfo

Packages that use ErrorInfo
org.jbpm.executor   
org.jbpm.executor.api   
org.jbpm.executor.entities   
org.jbpm.executor.impl   
 

Uses of ErrorInfo in org.jbpm.executor
 

Methods in org.jbpm.executor that return types with arguments of type ErrorInfo
 List<ErrorInfo> ExecutorServiceEntryPoint.getAllErrors()
           
 List<ErrorInfo> ExecutorServiceEntryPoint.getErrorsByRequestId(Long requestId)
           
 

Uses of ErrorInfo in org.jbpm.executor.api
 

Methods in org.jbpm.executor.api that return types with arguments of type ErrorInfo
 List<ErrorInfo> ExecutorQueryService.getAllErrors()
           
 List<ErrorInfo> ExecutorQueryService.getErrorsByRequestId(Long id)
           
 

Uses of ErrorInfo in org.jbpm.executor.entities
 

Methods in org.jbpm.executor.entities that return types with arguments of type ErrorInfo
 List<ErrorInfo> RequestInfo.getErrorInfo()
           
 

Method parameters in org.jbpm.executor.entities with type arguments of type ErrorInfo
 void RequestInfo.setErrorInfo(List<ErrorInfo> errorInfo)
           
 

Uses of ErrorInfo in org.jbpm.executor.impl
 

Methods in org.jbpm.executor.impl that return types with arguments of type ErrorInfo
 List<ErrorInfo> ExecutorServiceEntryPointImpl.getAllErrors()
           
 List<ErrorInfo> ExecutorQueryServiceImpl.getAllErrors()
           
 List<ErrorInfo> ExecutorServiceEntryPointImpl.getErrorsByRequestId(Long requestId)
           
 List<ErrorInfo> ExecutorQueryServiceImpl.getErrorsByRequestId(Long requestId)
           
 


jBPM distribution 6.0.0.Beta5

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