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 Date
creationTimeAfter
protected Date
creationTimeBefore
protected Date
endTimeAfter
protected Date
endTimeBefore
protected String
id
protected Date
startTimeAfter
protected Date
startTimeBefore
protected String
userId
-
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 UserAnalyticsQuery
creationTimeAfter(Date creationTimeAfter)
UserAnalyticsQuery
creationTimeBefore(Date creationTimeBefore)
UserAnalyticsQuery
endTimeAfter(Date endTimeAfter)
UserAnalyticsQuery
endTimeBefore(Date endTimeBefore)
long
executeCount(CommandContext commandContext)
List<UserAnalyticsEntity>
executeList(CommandContext commandContext)
Date
getCreationTimeAfter()
Date
getCreationTimeBefore()
Date
getEndTimeAfter()
Date
getEndTimeBefore()
String
getId()
Date
getStartTimeAfter()
Date
getStartTimeBefore()
String
getUserId()
UserAnalyticsQuery
id(String id)
UserAnalyticsQuery
orderByCreationTime()
UserAnalyticsQuery
startTimeAfter(Date startTimeAfter)
UserAnalyticsQuery
startTimeBefore(Date startTimeBefore)
UserAnalyticsQuery
userId(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:
executeCount
in classAbstractQuery<UserAnalyticsQuery,UserAnalyticsEntity>
-
executeList
public List<UserAnalyticsEntity> executeList(CommandContext commandContext)
- Specified by:
executeList
in classAbstractQuery<UserAnalyticsQuery,UserAnalyticsEntity>
-
orderByCreationTime
public UserAnalyticsQuery orderByCreationTime()
- Specified by:
orderByCreationTime
in interfaceUserAnalyticsQuery
-
id
public UserAnalyticsQuery id(String id)
- Specified by:
id
in interfaceUserAnalyticsQuery
-
creationTimeAfter
public UserAnalyticsQuery creationTimeAfter(Date creationTimeAfter)
- Specified by:
creationTimeAfter
in interfaceUserAnalyticsQuery
-
creationTimeBefore
public UserAnalyticsQuery creationTimeBefore(Date creationTimeBefore)
- Specified by:
creationTimeBefore
in interfaceUserAnalyticsQuery
-
startTimeAfter
public UserAnalyticsQuery startTimeAfter(Date startTimeAfter)
- Specified by:
startTimeAfter
in interfaceUserAnalyticsQuery
-
startTimeBefore
public UserAnalyticsQuery startTimeBefore(Date startTimeBefore)
- Specified by:
startTimeBefore
in interfaceUserAnalyticsQuery
-
endTimeAfter
public UserAnalyticsQuery endTimeAfter(Date endTimeAfter)
- Specified by:
endTimeAfter
in interfaceUserAnalyticsQuery
-
endTimeBefore
public UserAnalyticsQuery endTimeBefore(Date endTimeBefore)
- Specified by:
endTimeBefore
in interfaceUserAnalyticsQuery
-
userId
public UserAnalyticsQuery userId(String userId)
- Specified by:
userId
in interfaceUserAnalyticsQuery
-
getId
public String getId()
- Specified by:
getId
in 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()
-
-