org.camunda.bpm.engine.impl.cmd
Class CreateIncidentCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.CreateIncidentCmd
All Implemented Interfaces:
Command<Incident>

public class CreateIncidentCmd
extends Object
implements Command<Incident>

Author:
Anna Pazola

Field Summary
protected  String configuration
           
protected  String executionId
           
protected  String incidentType
           
protected  String message
           
 
Constructor Summary
CreateIncidentCmd(String incidentType, String executionId, String configuration, String message)
           
 
Method Summary
 Incident execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

incidentType

protected String incidentType

executionId

protected String executionId

configuration

protected String configuration

message

protected String message
Constructor Detail

CreateIncidentCmd

public CreateIncidentCmd(String incidentType,
                         String executionId,
                         String configuration,
                         String message)
Method Detail

execute

public Incident execute(CommandContext commandContext)
Specified by:
execute in interface Command<Incident>


Copyright © 2017 camunda services GmbH. All rights reserved.