Class CommentQueryImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject

        org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
      • Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query

        org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String content  
      protected java.lang.String contentLike  
      protected java.util.Date created  
      protected java.util.Date createdAfter  
      protected java.util.Date createdBefore  
      protected java.lang.String id  
      protected java.lang.String scopeId  
      protected java.lang.String scopeType  
      protected java.util.Date updated  
      protected java.util.Date updatedAfter  
      protected java.util.Date updatedBefore  
      protected java.lang.String userId  
      • Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery

        commandContext, commandExecutor
      • Fields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject

        databaseType, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByColumnMap, orderByColumns, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
    • Constructor Summary

      Constructors 
      Constructor Description
      CommentQueryImpl​(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)  
    • Field Detail

      • id

        protected java.lang.String id
      • scopeId

        protected java.lang.String scopeId
      • scopeType

        protected java.lang.String scopeType
      • userId

        protected java.lang.String userId
      • content

        protected java.lang.String content
      • contentLike

        protected java.lang.String contentLike
      • created

        protected java.util.Date created
      • updated

        protected java.util.Date updated
      • createdBefore

        protected java.util.Date createdBefore
      • createdAfter

        protected java.util.Date createdAfter
      • updatedBefore

        protected java.util.Date updatedBefore
      • updatedAfter

        protected java.util.Date updatedAfter
    • Constructor Detail

      • CommentQueryImpl

        public CommentQueryImpl​(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
    • Method Detail

      • executeCount

        public long executeCount​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
        Specified by:
        executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<CommentQuery,​Comment>
      • executeList

        public java.util.List<Comment> executeList​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
        Specified by:
        executeList in class org.flowable.common.engine.impl.query.AbstractQuery<CommentQuery,​Comment>
      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface org.flowable.common.engine.api.query.CacheAwareQuery<CommentEntity>
      • getScopeId

        public java.lang.String getScopeId()
      • getScopeType

        public java.lang.String getScopeType()
      • getUserId

        public java.lang.String getUserId()
      • getContent

        public java.lang.String getContent()
      • getContentLike

        public java.lang.String getContentLike()
      • getCreated

        public java.util.Date getCreated()
      • getUpdated

        public java.util.Date getUpdated()
      • getCreatedBefore

        public java.util.Date getCreatedBefore()
      • getCreatedAfter

        public java.util.Date getCreatedAfter()
      • getUpdatedBefore

        public java.util.Date getUpdatedBefore()
      • getUpdatedAfter

        public java.util.Date getUpdatedAfter()