Class ResolveIncidentCmd

  • All Implemented Interfaces:
    Command<java.lang.Void>

    public class ResolveIncidentCmd
    extends java.lang.Object
    implements Command<java.lang.Void>
    Author:
    Anna Pazola
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String incidentId  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolveIncidentCmd​(java.lang.String incidentId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Void execute​(CommandContext commandContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command

        isRetryable
    • Field Detail

      • incidentId

        protected java.lang.String incidentId
    • Constructor Detail

      • ResolveIncidentCmd

        public ResolveIncidentCmd​(java.lang.String incidentId)
    • Method Detail