Class RemoveConversationDefinitionCmd

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

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

    • conversationDefinitionId

      protected final String conversationDefinitionId
  • Constructor Details

    • RemoveConversationDefinitionCmd

      public RemoveConversationDefinitionCmd(String conversationDefinitionId)
  • 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>