Class MessageIndexQueryRequest

java.lang.Object
org.flowable.common.rest.api.PaginateRequest
com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest

public class MessageIndexQueryRequest extends PaginateRequest
Author:
Javier Casal
  • Field Details

    • searchText

      protected String searchText
    • senderId

      protected String senderId
    • participantUserId

      protected String participantUserId
    • sentAfter

      protected Instant sentAfter
    • sentBefore

      protected Instant sentBefore
  • Constructor Details

    • MessageIndexQueryRequest

      public MessageIndexQueryRequest()
  • Method Details

    • getSearchText

      public String getSearchText()
    • setSearchText

      public void setSearchText(String searchText)
    • getSenderId

      public String getSenderId()
    • setSenderId

      public void setSenderId(String senderId)
    • getParticipantUserId

      public String getParticipantUserId()
    • setParticipantUserId

      public void setParticipantUserId(String participantUserId)
    • getSentAfter

      public Instant getSentAfter()
    • setSentAfter

      public void setSentAfter(Instant sentAfter)
    • getSentBefore

      public Instant getSentBefore()
    • setSentBefore

      public void setSentBefore(Instant sentBefore)
    • isExcludePrivate

      public boolean isExcludePrivate()
    • setExcludePrivate

      public void setExcludePrivate(boolean excludePrivate)
    • isExcludeSticky

      public boolean isExcludeSticky()
    • setExcludeSticky

      public void setExcludeSticky(boolean excludeSticky)
    • getStart

      public Integer getStart()
      Overrides:
      getStart in class PaginateRequest
    • getSize

      public Integer getSize()
      Overrides:
      getSize in class PaginateRequest