Class DeleteConversationCmd

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

public class DeleteConversationCmd extends Object implements Command<Void>
Author:
Joram Barrez
  • Field Details

    • conversationId

      protected String conversationId
  • Constructor Details

    • DeleteConversationCmd

      public DeleteConversationCmd(String conversationId)
  • Method Details