Class IncidentCaseAgendaOperationRunner
java.lang.Object
com.flowable.app.engine.impl.agenda.IncidentCaseAgendaOperationRunner
- All Implemented Interfaces:
org.flowable.common.engine.impl.agenda.AgendaOperationRunner
public class IncidentCaseAgendaOperationRunner
extends Object
implements org.flowable.common.engine.impl.agenda.AgendaOperationRunner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
executeOperation
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable) protected org.flowable.cmmn.engine.impl.persistence.entity.CaseInstanceEntity
getCaseInstance
(org.flowable.cmmn.engine.impl.persistence.entity.PlanItemInstanceEntity planItemInstanceEntity) getRootEntityLinkInfo
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String caseInstanceId) protected void
saveExceptionToIncident
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable, Exception exception)
-
Constructor Details
-
IncidentCaseAgendaOperationRunner
public IncidentCaseAgendaOperationRunner()
-
-
Method Details
-
executeOperation
public void executeOperation(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable) - Specified by:
executeOperation
in interfaceorg.flowable.common.engine.impl.agenda.AgendaOperationRunner
-
saveExceptionToIncident
-
getRootEntityLinkInfo
-
getCaseInstance
protected org.flowable.cmmn.engine.impl.persistence.entity.CaseInstanceEntity getCaseInstance(org.flowable.cmmn.engine.impl.persistence.entity.PlanItemInstanceEntity planItemInstanceEntity)
-