Package com.flowable.engage.engine.impl
Class UserAnalyticsQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.db.ListQueryParameterObject
-
- org.flowable.common.engine.impl.query.AbstractQuery<UserAnalyticsQuery,UserAnalyticsEntity>
-
- com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- All Implemented Interfaces:
UserAnalyticsQuery,Serializable,CacheAwareQuery<UserAnalyticsEntity>,Query<UserAnalyticsQuery,UserAnalyticsEntity>,Command<Object>
public class UserAnalyticsQueryImpl extends AbstractQuery<UserAnalyticsQuery,UserAnalyticsEntity> implements UserAnalyticsQuery, CacheAwareQuery<UserAnalyticsEntity>
- 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 DatecreationTimeAfterprotected DatecreationTimeBeforeprotected DateendTimeAfterprotected DateendTimeBeforeprotected Stringidprotected DatestartTimeAfterprotected DatestartTimeBeforeprotected StringuserId-
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, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
-
Constructor Summary
Constructors Constructor Description UserAnalyticsQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserAnalyticsQuerycreationTimeAfter(Date creationTimeAfter)UserAnalyticsQuerycreationTimeBefore(Date creationTimeBefore)UserAnalyticsQueryendTimeAfter(Date endTimeAfter)UserAnalyticsQueryendTimeBefore(Date endTimeBefore)longexecuteCount(CommandContext commandContext)List<UserAnalyticsEntity>executeList(CommandContext commandContext)DategetCreationTimeAfter()DategetCreationTimeBefore()DategetEndTimeAfter()DategetEndTimeBefore()StringgetId()DategetStartTimeAfter()DategetStartTimeBefore()StringgetUserId()UserAnalyticsQueryid(String id)UserAnalyticsQueryorderByCreationTime()UserAnalyticsQuerystartTimeAfter(Date startTimeAfter)UserAnalyticsQuerystartTimeBefore(Date startTimeBefore)UserAnalyticsQueryuserId(String userId)-
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
-
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
-
-
-
-
Field Detail
-
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
-
userId
protected String userId
-
-
Constructor Detail
-
UserAnalyticsQueryImpl
public UserAnalyticsQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractQuery<UserAnalyticsQuery,UserAnalyticsEntity>
-
executeList
public List<UserAnalyticsEntity> executeList(CommandContext commandContext)
- Specified by:
executeListin classAbstractQuery<UserAnalyticsQuery,UserAnalyticsEntity>
-
orderByCreationTime
public UserAnalyticsQuery orderByCreationTime()
- Specified by:
orderByCreationTimein interfaceUserAnalyticsQuery
-
id
public UserAnalyticsQuery id(String id)
- Specified by:
idin interfaceUserAnalyticsQuery
-
creationTimeAfter
public UserAnalyticsQuery creationTimeAfter(Date creationTimeAfter)
- Specified by:
creationTimeAfterin interfaceUserAnalyticsQuery
-
creationTimeBefore
public UserAnalyticsQuery creationTimeBefore(Date creationTimeBefore)
- Specified by:
creationTimeBeforein interfaceUserAnalyticsQuery
-
startTimeAfter
public UserAnalyticsQuery startTimeAfter(Date startTimeAfter)
- Specified by:
startTimeAfterin interfaceUserAnalyticsQuery
-
startTimeBefore
public UserAnalyticsQuery startTimeBefore(Date startTimeBefore)
- Specified by:
startTimeBeforein interfaceUserAnalyticsQuery
-
endTimeAfter
public UserAnalyticsQuery endTimeAfter(Date endTimeAfter)
- Specified by:
endTimeAfterin interfaceUserAnalyticsQuery
-
endTimeBefore
public UserAnalyticsQuery endTimeBefore(Date endTimeBefore)
- Specified by:
endTimeBeforein interfaceUserAnalyticsQuery
-
userId
public UserAnalyticsQuery userId(String userId)
- Specified by:
userIdin interfaceUserAnalyticsQuery
-
getId
public String getId()
- Specified by:
getIdin interfaceCacheAwareQuery<UserAnalyticsEntity>
-
getCreationTimeBefore
public Date getCreationTimeBefore()
-
getCreationTimeAfter
public Date getCreationTimeAfter()
-
getStartTimeAfter
public Date getStartTimeAfter()
-
getStartTimeBefore
public Date getStartTimeBefore()
-
getEndTimeAfter
public Date getEndTimeAfter()
-
getEndTimeBefore
public Date getEndTimeBefore()
-
getUserId
public String getUserId()
-
-