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 Summary
Fields Modifier and Type Field Description protected StringparticipantUserIdprotected StringsearchTextprotected StringsenderIdprotected InstantsentAfterprotected InstantsentBefore-
Fields inherited from class org.flowable.common.rest.api.PaginateRequest
order, size, sort, start
-
-
Constructor Summary
Constructors Constructor Description MessageIndexQueryRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetParticipantUserId()StringgetSearchText()StringgetSenderId()InstantgetSentAfter()InstantgetSentBefore()IntegergetSize()IntegergetStart()booleanisExcludePrivate()booleanisExcludeSticky()voidsetExcludePrivate(boolean excludePrivate)voidsetExcludeSticky(boolean excludeSticky)voidsetParticipantUserId(String participantUserId)voidsetSearchText(String searchText)voidsetSenderId(String senderId)voidsetSentAfter(Instant sentAfter)voidsetSentBefore(Instant sentBefore)
-
-
-
Method Detail
-
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:
getStartin classPaginateRequest
-
getSize
public Integer getSize()
- Overrides:
getSizein classPaginateRequest
-
-