org.camunda.bpm.engine.impl.cmd
Class CreateIncidentCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.CreateIncidentCmd
- All Implemented Interfaces:
- Command<Incident>
public class CreateIncidentCmd
- extends Object
- implements Command<Incident>
- Author:
- Anna Pazola
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
incidentType
protected String incidentType
executionId
protected String executionId
configuration
protected String configuration
message
protected String message
CreateIncidentCmd
public CreateIncidentCmd(String incidentType,
String executionId,
String configuration,
String message)
execute
public Incident execute(CommandContext commandContext)
- Specified by:
execute in interface Command<Incident>
Copyright © 2017 camunda services GmbH. All rights reserved.