Class FindConversationByIdWithIdentityLinksAndVariablesCmd

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

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

    • conversationId

      protected final String conversationId
  • Constructor Details

    • FindConversationByIdWithIdentityLinksAndVariablesCmd

      public FindConversationByIdWithIdentityLinksAndVariablesCmd(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>