Class CommentQueryRequest

java.lang.Object
org.flowable.common.rest.api.PaginateRequest
com.flowable.platform.service.CommentQueryRequest

public class CommentQueryRequest extends PaginateRequest
  • Field Details

    • content

      protected String content
    • userId

      protected String userId
    • scopeId

      protected String scopeId
    • scopeType

      protected String scopeType
    • createdAfter

      protected Date createdAfter
    • createdBefore

      protected Date createdBefore
    • updatedAfter

      protected Date updatedAfter
    • updatedBefore

      protected Date updatedBefore
    • contentLike

      protected String contentLike
  • Constructor Details

    • CommentQueryRequest

      public CommentQueryRequest()
  • Method Details

    • getScopeId

      public String getScopeId()
    • setScopeId

      public void setScopeId(String scopeId)
    • getScopeType

      public String getScopeType()
    • setScopeType

      public void setScopeType(String scopeType)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • getCreatedAfter

      public Date getCreatedAfter()
    • setCreatedAfter

      public void setCreatedAfter(Date createdAfter)
    • getCreatedBefore

      public Date getCreatedBefore()
    • setCreatedBefore

      public void setCreatedBefore(Date createdBefore)
    • getUpdatedAfter

      public Date getUpdatedAfter()
    • setUpdatedAfter

      public void setUpdatedAfter(Date updatedAfter)
    • getUpdatedBefore

      public Date getUpdatedBefore()
    • setUpdatedBefore

      public void setUpdatedBefore(Date updatedBefore)
    • getContentLike

      public String getContentLike()
    • setContentLike

      public void setContentLike(String contentLike)