Uses of Class
org.jbpm.runtime.manager.impl.jpa.ExecutionErrorInfo
-
Packages that use ExecutionErrorInfo Package Description org.jbpm.executor.commands.error -
-
Uses of ExecutionErrorInfo in org.jbpm.executor.commands.error
Methods in org.jbpm.executor.commands.error that return types with arguments of type ExecutionErrorInfo Modifier and Type Method Description protected abstract List<ExecutionErrorInfo>
AutoAckErrorCommand. findErrorsToAck(javax.persistence.EntityManager em)
Responsible to look up all errors that can be auto acknowledged.protected List<ExecutionErrorInfo>
JobAutoAckErrorCommand. findErrorsToAck(javax.persistence.EntityManager em)
protected List<ExecutionErrorInfo>
ProcessAutoAckErrorCommand. findErrorsToAck(javax.persistence.EntityManager em)
protected List<ExecutionErrorInfo>
TaskAutoAckErrorCommand. findErrorsToAck(javax.persistence.EntityManager em)
-