Package com.flowable.idm.engine.impl
Class TokenQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<TokenQuery,Token>
com.flowable.idm.engine.impl.TokenQueryImpl
- All Implemented Interfaces:
Serializable
,CacheAwareQuery<TokenEntity>
,Query<TokenQuery,
,Token> Command<Object>
,TokenQuery
public class TokenQueryImpl
extends AbstractQuery<TokenQuery,Token>
implements TokenQuery, CacheAwareQuery<TokenEntity>
- Author:
- Tijs Rademakers
- See Also:
-
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
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected Date
protected Date
protected Date
protected String
protected String
protected String
protected String
protected String
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
ConstructorDescriptionTokenQueryImpl
(CommandContext commandContext) TokenQueryImpl
(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionlong
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) getId()
getIds()
ipAddressLike
(String ipAddressLike) tokenDataLike
(String tokenDataLike) tokenDateAfter
(Date tokenDateAfter) tokenDateBefore
(Date tokenDateBefore) tokenValue
(String tokenValue) userAgentLike
(String userAgentLike) userIdLike
(String userIdLike) 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 Details
-
id
-
ids
-
tokenValue
-
tokenDate
-
tokenDateBefore
-
tokenDateAfter
-
ipAddress
-
ipAddressLike
-
userAgent
-
userAgentLike
-
userId
-
userIdLike
-
tokenData
-
tokenDataLike
-
-
Constructor Details
-
TokenQueryImpl
public TokenQueryImpl() -
TokenQueryImpl
-
TokenQueryImpl
-
-
Method Details
-
tokenId
- Specified by:
tokenId
in interfaceTokenQuery
-
tokenIds
- Specified by:
tokenIds
in interfaceTokenQuery
-
tokenValue
- Specified by:
tokenValue
in interfaceTokenQuery
-
tokenDate
- Specified by:
tokenDate
in interfaceTokenQuery
-
tokenDateBefore
- Specified by:
tokenDateBefore
in interfaceTokenQuery
-
tokenDateAfter
- Specified by:
tokenDateAfter
in interfaceTokenQuery
-
ipAddress
- Specified by:
ipAddress
in interfaceTokenQuery
-
ipAddressLike
- Specified by:
ipAddressLike
in interfaceTokenQuery
-
userAgent
- Specified by:
userAgent
in interfaceTokenQuery
-
userAgentLike
- Specified by:
userAgentLike
in interfaceTokenQuery
-
userId
- Specified by:
userId
in interfaceTokenQuery
-
userIdLike
- Specified by:
userIdLike
in interfaceTokenQuery
-
tokenData
- Specified by:
tokenData
in interfaceTokenQuery
-
tokenDataLike
- Specified by:
tokenDataLike
in interfaceTokenQuery
-
orderByTokenId
- Specified by:
orderByTokenId
in interfaceTokenQuery
-
orderByTokenDate
- Specified by:
orderByTokenDate
in interfaceTokenQuery
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<TokenQuery,
Token>
-
executeList
- Specified by:
executeList
in classAbstractQuery<TokenQuery,
Token>
-
getId
- Specified by:
getId
in interfaceCacheAwareQuery<TokenEntity>
-
getIds
-
getTokenValue
-
getTokenDate
-
getTokenDateBefore
-
getTokenDateAfter
-
getIpAddress
-
getIpAddressLike
-
getUserAgent
-
getUserAgentLike
-
getUserId
-
getUserIdLike
-
getTokenData
-
getTokenDataLike
-