Class IncidentFake
java.lang.Object
org.camunda.community.mockito.delegate.IncidentFake
- All Implemented Interfaces:
org.camunda.bpm.engine.runtime.Incident
-
Field Summary
Fields inherited from interface org.camunda.bpm.engine.runtime.Incident
EXTERNAL_TASK_HANDLER_TYPE, FAILED_JOB_HANDLER_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionIncidentFake(DelegateExecutionFake execution, String type, String configuration, String message, String jobDefinitionId, String historyConfiguration, String failedActivityId, String annotation) -
Method Summary
-
Constructor Details
-
IncidentFake
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceorg.camunda.bpm.engine.runtime.Incident
-
getIncidentTimestamp
- Specified by:
getIncidentTimestampin interfaceorg.camunda.bpm.engine.runtime.Incident
-
getIncidentType
- Specified by:
getIncidentTypein interfaceorg.camunda.bpm.engine.runtime.Incident
-
getIncidentMessage
- Specified by:
getIncidentMessagein interfaceorg.camunda.bpm.engine.runtime.Incident
-
getExecutionId
- Specified by:
getExecutionIdin interfaceorg.camunda.bpm.engine.runtime.Incident
-
getActivityId
- Specified by:
getActivityIdin interfaceorg.camunda.bpm.engine.runtime.Incident
-
getFailedActivityId
- Specified by:
getFailedActivityIdin interfaceorg.camunda.bpm.engine.runtime.Incident
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceorg.camunda.bpm.engine.runtime.Incident
-
getProcessDefinitionId
- Specified by:
getProcessDefinitionIdin interfaceorg.camunda.bpm.engine.runtime.Incident
-
getCauseIncidentId
- Specified by:
getCauseIncidentIdin interfaceorg.camunda.bpm.engine.runtime.Incident
-
getRootCauseIncidentId
- Specified by:
getRootCauseIncidentIdin interfaceorg.camunda.bpm.engine.runtime.Incident
-
getConfiguration
- Specified by:
getConfigurationin interfaceorg.camunda.bpm.engine.runtime.Incident
-
getTenantId
- Specified by:
getTenantIdin interfaceorg.camunda.bpm.engine.runtime.Incident
-
getJobDefinitionId
- Specified by:
getJobDefinitionIdin interfaceorg.camunda.bpm.engine.runtime.Incident
-
getHistoryConfiguration
- Specified by:
getHistoryConfigurationin interfaceorg.camunda.bpm.engine.runtime.Incident
-
getAnnotation
- Specified by:
getAnnotationin interfaceorg.camunda.bpm.engine.runtime.Incident
-
toString
-