Class DatabaseContentObjectQueryImpl

    • 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.util.Date createdDate  
      protected java.util.Date createdDateAfter  
      protected java.util.Date createdDateBefore  
      protected java.lang.String id  
      protected java.util.Set<java.lang.String> ids  
      • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DatabaseContentObjectQueryImpl createdDate​(java.util.Date createdDate)
      Only select rendition items created on the given time
      DatabaseContentObjectQueryImpl createdDateAfter​(java.util.Date createdDateAfter)
      Only select rendition items created after the given time
      DatabaseContentObjectQueryImpl createdDateBefore​(java.util.Date createdDateBefore)
      Only select rendition items created before the given time
      long executeCount​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
      java.util.List<DatabaseContentObject> executeList​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
      java.util.Date getCreatedDate()  
      java.util.Date getCreatedDateAfter()  
      java.util.Date getCreatedDateBefore()  
      java.lang.String getId()  
      java.util.Set<java.lang.String> getIds()  
      DatabaseContentObjectQueryImpl id​(java.lang.String id)
      Only select rendition items with the given id.
      DatabaseContentObjectQueryImpl ids​(java.util.Set<java.lang.String> ids)
      Only select rendition items with the given ids.
      DatabaseContentObjectQuery orderByCreatedDate()
      Order by created date (needs to be followed by Query.asc() or Query.desc()).
      • Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery

        asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
      • Methods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject

        addOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery

        enhanceCachedValue
      • Methods inherited from interface org.flowable.common.engine.api.query.Query

        asc, count, desc, list, listPage, orderBy, orderBy, singleResult