public class ArchiveJobEventQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<ArchiveJobEventQuery,ArchiveJobEventEntity> implements ArchiveJobEventQuery
| Modifier and Type | Field and Description | 
|---|---|
| protected Date | creationTimeAfter | 
| protected Date | creationTimeBefore | 
| protected Date | endTimeAfter | 
| protected Date | endTimeBefore | 
| protected String | id | 
| protected Date | startTimeAfter | 
| protected Date | startTimeBefore | 
| Constructor and Description | 
|---|
| ArchiveJobEventQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) | 
| Modifier and Type | Method and Description | 
|---|---|
| ArchiveJobEventQuery | creationTimeAfter(Date creationTimeAfter) | 
| ArchiveJobEventQuery | creationTimeBefore(Date creationTimeBefore) | 
| ArchiveJobEventQuery | endTimeAfter(Date endTimeAfter) | 
| ArchiveJobEventQuery | endTimeBefore(Date endTimeBefore) | 
| long | executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) | 
| List<ArchiveJobEventEntity> | executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) | 
| Date | getCreationTimeAfter() | 
| Date | getCreationTimeBefore() | 
| Date | getEndTimeAfter() | 
| Date | getEndTimeBefore() | 
| String | getId() | 
| String | getOrderByColumns() | 
| Date | getStartTimeAfter() | 
| Date | getStartTimeBefore() | 
| ArchiveJobEventQuery | id(String id) | 
| ArchiveJobEventQuery | orderByCreationTime() | 
| ArchiveJobEventQuery | startTimeAfter(Date startTimeAfter) | 
| ArchiveJobEventQuery | startTimeBefore(Date startTimeBefore) | 
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected String id
protected Date creationTimeBefore
protected Date creationTimeAfter
protected Date startTimeAfter
protected Date startTimeBefore
protected Date endTimeAfter
protected Date endTimeBefore
public ArchiveJobEventQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<ArchiveJobEventQuery,ArchiveJobEventEntity>public List<ArchiveJobEventEntity> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<ArchiveJobEventQuery,ArchiveJobEventEntity>public String getOrderByColumns()
getOrderByColumns in class org.flowable.common.engine.impl.db.ListQueryParameterObjectpublic ArchiveJobEventQuery orderByCreationTime()
orderByCreationTime in interface ArchiveJobEventQuerypublic ArchiveJobEventQuery id(String id)
id in interface ArchiveJobEventQuerypublic ArchiveJobEventQuery creationTimeAfter(Date creationTimeAfter)
creationTimeAfter in interface ArchiveJobEventQuerypublic ArchiveJobEventQuery creationTimeBefore(Date creationTimeBefore)
creationTimeBefore in interface ArchiveJobEventQuerypublic ArchiveJobEventQuery startTimeAfter(Date startTimeAfter)
startTimeAfter in interface ArchiveJobEventQuerypublic ArchiveJobEventQuery startTimeBefore(Date startTimeBefore)
startTimeBefore in interface ArchiveJobEventQuerypublic ArchiveJobEventQuery endTimeAfter(Date endTimeAfter)
endTimeAfter in interface ArchiveJobEventQuerypublic ArchiveJobEventQuery endTimeBefore(Date endTimeBefore)
endTimeBefore in interface ArchiveJobEventQuerypublic String getId()
public Date getCreationTimeBefore()
public Date getCreationTimeAfter()
public Date getStartTimeAfter()
public Date getStartTimeBefore()
public Date getEndTimeAfter()
public Date getEndTimeBefore()
Copyright © 2019. All rights reserved.