Class IncidentFake

java.lang.Object
org.camunda.community.mockito.delegate.IncidentFake
All Implemented Interfaces:
org.camunda.bpm.engine.runtime.Incident

public class IncidentFake extends Object implements org.camunda.bpm.engine.runtime.Incident
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface org.camunda.bpm.engine.runtime.Incident
    • getIncidentTimestamp

      public Date getIncidentTimestamp()
      Specified by:
      getIncidentTimestamp in interface org.camunda.bpm.engine.runtime.Incident
    • getIncidentType

      public String getIncidentType()
      Specified by:
      getIncidentType in interface org.camunda.bpm.engine.runtime.Incident
    • getIncidentMessage

      public String getIncidentMessage()
      Specified by:
      getIncidentMessage in interface org.camunda.bpm.engine.runtime.Incident
    • getExecutionId

      public String getExecutionId()
      Specified by:
      getExecutionId in interface org.camunda.bpm.engine.runtime.Incident
    • getActivityId

      public String getActivityId()
      Specified by:
      getActivityId in interface org.camunda.bpm.engine.runtime.Incident
    • getFailedActivityId

      public String getFailedActivityId()
      Specified by:
      getFailedActivityId in interface org.camunda.bpm.engine.runtime.Incident
    • getProcessInstanceId

      public String getProcessInstanceId()
      Specified by:
      getProcessInstanceId in interface org.camunda.bpm.engine.runtime.Incident
    • getProcessDefinitionId

      public String getProcessDefinitionId()
      Specified by:
      getProcessDefinitionId in interface org.camunda.bpm.engine.runtime.Incident
    • getCauseIncidentId

      public String getCauseIncidentId()
      Specified by:
      getCauseIncidentId in interface org.camunda.bpm.engine.runtime.Incident
    • getRootCauseIncidentId

      public String getRootCauseIncidentId()
      Specified by:
      getRootCauseIncidentId in interface org.camunda.bpm.engine.runtime.Incident
    • getConfiguration

      public String getConfiguration()
      Specified by:
      getConfiguration in interface org.camunda.bpm.engine.runtime.Incident
    • getTenantId

      public String getTenantId()
      Specified by:
      getTenantId in interface org.camunda.bpm.engine.runtime.Incident
    • getJobDefinitionId

      public String getJobDefinitionId()
      Specified by:
      getJobDefinitionId in interface org.camunda.bpm.engine.runtime.Incident
    • getHistoryConfiguration

      public String getHistoryConfiguration()
      Specified by:
      getHistoryConfiguration in interface org.camunda.bpm.engine.runtime.Incident
    • getAnnotation

      public String getAnnotation()
      Specified by:
      getAnnotation in interface org.camunda.bpm.engine.runtime.Incident
    • toString

      public String toString()
      Overrides:
      toString in class Object