Class FindConversationParticipantsBetweenCmd

java.lang.Object
com.flowable.engage.engine.impl.cmd.FindConversationParticipantsBetweenCmd
All Implemented Interfaces:
Command<List<String>>

public class FindConversationParticipantsBetweenCmd extends Object implements Command<List<String>>
  • Field Details

    • conversationId

      protected final String conversationId
    • from

      protected final Date from
    • until

      protected final Date until
  • Constructor Details

    • FindConversationParticipantsBetweenCmd

      public FindConversationParticipantsBetweenCmd(String conversationId, Date from, Date until)
  • Method Details