jBPM distribution 6.0.0.Alpha9

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.events.listeners   
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()
           
 

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()
           
 

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.events.listeners
 

Methods in org.jbpm.executor.events.listeners with parameters of type ErrorInfo
 void ExecutorEventListener.onError(ErrorInfo e)
           
 void DefaultExecutorEventListener.onError(ErrorInfo e)
           
 

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()
           
 


jBPM distribution 6.0.0.Alpha9

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