Class SetAnnotationForIncidentCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.SetAnnotationForIncidentCmd
All Implemented Interfaces:
Command<Void>

public class SetAnnotationForIncidentCmd extends Object implements Command<Void>
  • Field Details

    • incidentId

      protected String incidentId
    • annotation

      protected String annotation
  • Constructor Details

    • SetAnnotationForIncidentCmd

      public SetAnnotationForIncidentCmd(String incidentId, String annotation)
  • Method Details