Class DeleteSequenceValueCmd

java.lang.Object
com.flowable.platform.engine.impl.cmd.DeleteSequenceValueCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class DeleteSequenceValueCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Filip Hrisafov
  • Field Details

    • sequenceValueId

      protected String sequenceValueId
  • Constructor Details

    • DeleteSequenceValueCmd

      public DeleteSequenceValueCmd(String sequenceValueId)
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>