Class FindConversationByIdCmd

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

public class FindConversationByIdCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Conversation>
  • Field Details

    • conversationId

      protected final String conversationId
  • Constructor Details

    • FindConversationByIdCmd

      public FindConversationByIdCmd(String conversationId)
  • Method Details

    • execute

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