Class DeleteConversationCmd

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

public class DeleteConversationCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Joram Barrez
  • Field Details

    • conversationId

      protected String conversationId
  • Constructor Details

    • DeleteConversationCmd

      public DeleteConversationCmd(String conversationId)
  • 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>