Package com.flowable.engage.engine.impl
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
,Serializable
,Query<ArchiveJobEventQuery,ArchiveJobEventEntity>
,Command<Object>
public class ArchiveJobEventQueryImpl extends 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
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
-
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
-
Field Summary
Fields Modifier and Type Field Description protected Date
creationTimeAfter
protected Date
creationTimeBefore
protected static ListQueryParameterObject.OrderBy
DEFAULT_ORDER_BY
protected Date
endTimeAfter
protected Date
endTimeBefore
protected String
id
protected Date
startTimeAfter
protected 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, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
-
Constructor Summary
Constructors Constructor Description ArchiveJobEventQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArchiveJobEventQuery
creationTimeAfter(Date creationTimeAfter)
ArchiveJobEventQuery
creationTimeBefore(Date creationTimeBefore)
ArchiveJobEventQuery
endTimeAfter(Date endTimeAfter)
ArchiveJobEventQuery
endTimeBefore(Date endTimeBefore)
long
executeCount(CommandContext commandContext)
List<ArchiveJobEventEntity>
executeList(CommandContext commandContext)
Date
getCreationTimeAfter()
Date
getCreationTimeBefore()
Date
getEndTimeAfter()
Date
getEndTimeBefore()
String
getId()
Date
getStartTimeAfter()
Date
getStartTimeBefore()
ArchiveJobEventQuery
id(String id)
ArchiveJobEventQuery
orderByCreationTime()
ArchiveJobEventQuery
startTimeAfter(Date startTimeAfter)
ArchiveJobEventQuery
startTimeBefore(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, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
-
-
-
-
Field Detail
-
DEFAULT_ORDER_BY
protected static final ListQueryParameterObject.OrderBy DEFAULT_ORDER_BY
-
id
protected String id
-
creationTimeBefore
protected Date creationTimeBefore
-
creationTimeAfter
protected Date creationTimeAfter
-
startTimeAfter
protected Date startTimeAfter
-
startTimeBefore
protected Date startTimeBefore
-
endTimeAfter
protected Date endTimeAfter
-
endTimeBefore
protected Date endTimeBefore
-
-
Constructor Detail
-
ArchiveJobEventQueryImpl
public ArchiveJobEventQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCount
in classAbstractQuery<ArchiveJobEventQuery,ArchiveJobEventEntity>
-
executeList
public List<ArchiveJobEventEntity> executeList(CommandContext commandContext)
- Specified by:
executeList
in classAbstractQuery<ArchiveJobEventQuery,ArchiveJobEventEntity>
-
orderByCreationTime
public ArchiveJobEventQuery orderByCreationTime()
- Specified by:
orderByCreationTime
in interfaceArchiveJobEventQuery
-
id
public ArchiveJobEventQuery id(String id)
- Specified by:
id
in interfaceArchiveJobEventQuery
-
creationTimeAfter
public ArchiveJobEventQuery creationTimeAfter(Date creationTimeAfter)
- Specified by:
creationTimeAfter
in interfaceArchiveJobEventQuery
-
creationTimeBefore
public ArchiveJobEventQuery creationTimeBefore(Date creationTimeBefore)
- Specified by:
creationTimeBefore
in interfaceArchiveJobEventQuery
-
startTimeAfter
public ArchiveJobEventQuery startTimeAfter(Date startTimeAfter)
- Specified by:
startTimeAfter
in interfaceArchiveJobEventQuery
-
startTimeBefore
public ArchiveJobEventQuery startTimeBefore(Date startTimeBefore)
- Specified by:
startTimeBefore
in interfaceArchiveJobEventQuery
-
endTimeAfter
public ArchiveJobEventQuery endTimeAfter(Date endTimeAfter)
- Specified by:
endTimeAfter
in interfaceArchiveJobEventQuery
-
endTimeBefore
public ArchiveJobEventQuery endTimeBefore(Date endTimeBefore)
- Specified by:
endTimeBefore
in interfaceArchiveJobEventQuery
-
getId
public String getId()
-
getCreationTimeBefore
public Date getCreationTimeBefore()
-
getCreationTimeAfter
public Date getCreationTimeAfter()
-
getStartTimeAfter
public Date getStartTimeAfter()
-
getStartTimeBefore
public Date getStartTimeBefore()
-
getEndTimeAfter
public Date getEndTimeAfter()
-
getEndTimeBefore
public Date getEndTimeBefore()
-
-