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 Details

    • IncidentCaseAgendaOperationRunner

      public IncidentCaseAgendaOperationRunner()
  • Method Details

    • executeOperation

      public void executeOperation(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable)
      Specified by:
      executeOperation in interface org.flowable.common.engine.impl.agenda.AgendaOperationRunner
    • saveExceptionToIncident

      protected void saveExceptionToIncident(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable, Exception exception)
    • getRootEntityLinkInfo

      protected org.apache.commons.lang3.tuple.Pair<String,String> getRootEntityLinkInfo(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String caseInstanceId)
    • getCaseInstance

      protected org.flowable.cmmn.engine.impl.persistence.entity.CaseInstanceEntity getCaseInstance(org.flowable.cmmn.engine.impl.persistence.entity.PlanItemInstanceEntity planItemInstanceEntity)