Class FindConversationByIdWithIdentityLinksCmd

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

public class FindConversationByIdWithIdentityLinksCmd extends Object implements Command<Conversation>
  • Field Details

    • conversationId

      protected final String conversationId
  • Constructor Details

    • FindConversationByIdWithIdentityLinksCmd

      public FindConversationByIdWithIdentityLinksCmd(String conversationId)
  • Method Details