Class ArchiveJobEventQueryImpl

java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<ArchiveJobEventQuery,​ArchiveJobEventEntity>
com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
All Implemented Interfaces:
ArchiveJobEventQuery, java.io.Serializable, org.flowable.common.engine.api.query.Query<ArchiveJobEventQuery,​ArchiveJobEventEntity>, org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>

public class ArchiveJobEventQueryImpl
extends org.flowable.common.engine.impl.query.AbstractQuery<ArchiveJobEventQuery,​ArchiveJobEventEntity>
implements ArchiveJobEventQuery
Author:
Simon Amport
See Also:
Serialized Form
  • 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 creationTimeAfter  
    protected java.util.Date creationTimeBefore  
    protected java.util.Date endTimeAfter  
    protected java.util.Date endTimeBefore  
    protected java.lang.String id  
    protected java.util.Date startTimeAfter  
    protected java.util.Date startTimeBefore  

    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
    ArchiveJobEventQueryImpl​(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)  
  • Method Summary

    Modifier and Type Method Description
    ArchiveJobEventQuery creationTimeAfter​(java.util.Date creationTimeAfter)  
    ArchiveJobEventQuery creationTimeBefore​(java.util.Date creationTimeBefore)  
    ArchiveJobEventQuery endTimeAfter​(java.util.Date endTimeAfter)  
    ArchiveJobEventQuery endTimeBefore​(java.util.Date endTimeBefore)  
    long executeCount​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
    java.util.List<ArchiveJobEventEntity> executeList​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
    java.util.Date getCreationTimeAfter()  
    java.util.Date getCreationTimeBefore()  
    java.util.Date getEndTimeAfter()  
    java.util.Date getEndTimeBefore()  
    java.lang.String getId()  
    java.lang.String getOrderByColumns()  
    java.util.Date getStartTimeAfter()  
    java.util.Date getStartTimeBefore()  
    ArchiveJobEventQuery id​(java.lang.String id)  
    ArchiveJobEventQuery orderByCreationTime()  
    ArchiveJobEventQuery startTimeAfter​(java.util.Date startTimeAfter)  
    ArchiveJobEventQuery startTimeBefore​(java.util.Date startTimeBefore)  

    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, 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.Query

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