Class DeleteActionDefinitionLinkCmd

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

public class DeleteActionDefinitionLinkCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Tijs Rademakers
  • Field Details

    • actionDefinitionLinkId

      protected String actionDefinitionLinkId
  • Constructor Details

    • DeleteActionDefinitionLinkCmd

      public DeleteActionDefinitionLinkCmd(String actionDefinitionLinkId)
  • 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>