public class ProcessAutoAckErrorCommand extends AutoAckErrorCommand
Constructor and Description |
---|
ProcessAutoAckErrorCommand() |
Modifier and Type | Method and Description |
---|---|
protected List<org.jbpm.runtime.manager.impl.jpa.ExecutionErrorInfo> |
findErrorsToAck(javax.persistence.EntityManager em)
Responsible to look up all errors that can be auto acknowledged.
|
protected String |
getAckRule()
Returns description of why given jobs can be auto ack'ed
|
execute, getScheduleTime
protected List<org.jbpm.runtime.manager.impl.jpa.ExecutionErrorInfo> findErrorsToAck(javax.persistence.EntityManager em)
AutoAckErrorCommand
findErrorsToAck
in class AutoAckErrorCommand
em
- instance of entity manager to access dbprotected String getAckRule()
AutoAckErrorCommand
getAckRule
in class AutoAckErrorCommand
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.