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:
- 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 String
id
protected List<String>
ids
protected String
ipAddress
protected String
ipAddressLike
protected String
tokenData
protected String
tokenDataLike
protected Date
tokenDate
protected Date
tokenDateAfter
protected Date
tokenDateBefore
protected String
tokenValue
protected String
userAgent
protected String
userAgentLike
protected String
userId
protected String
userIdLike
-
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 TokenQueryImpl()
TokenQueryImpl(CommandContext commandContext)
TokenQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
-
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
-
tokenValue
protected String tokenValue
-
tokenDate
protected Date tokenDate
-
tokenDateBefore
protected Date tokenDateBefore
-
tokenDateAfter
protected Date tokenDateAfter
-
ipAddress
protected String ipAddress
-
ipAddressLike
protected String ipAddressLike
-
userAgent
protected String userAgent
-
userAgentLike
protected String userAgentLike
-
userId
protected String userId
-
userIdLike
protected String userIdLike
-
tokenData
protected String tokenData
-
tokenDataLike
protected String tokenDataLike
-
-
Constructor Detail
-
TokenQueryImpl
public TokenQueryImpl()
-
TokenQueryImpl
public TokenQueryImpl(CommandContext commandContext)
-
TokenQueryImpl
public TokenQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
tokenId
public TokenQuery tokenId(String id)
- Specified by:
tokenId
in interfaceTokenQuery
-
tokenIds
public TokenQuery tokenIds(List<String> ids)
- Specified by:
tokenIds
in interfaceTokenQuery
-
tokenValue
public TokenQuery tokenValue(String tokenValue)
- Specified by:
tokenValue
in interfaceTokenQuery
-
tokenDate
public TokenQuery tokenDate(Date tokenDate)
- Specified by:
tokenDate
in interfaceTokenQuery
-
tokenDateBefore
public TokenQuery tokenDateBefore(Date tokenDateBefore)
- Specified by:
tokenDateBefore
in interfaceTokenQuery
-
tokenDateAfter
public TokenQuery tokenDateAfter(Date tokenDateAfter)
- Specified by:
tokenDateAfter
in interfaceTokenQuery
-
ipAddress
public TokenQuery ipAddress(String ipAddress)
- Specified by:
ipAddress
in interfaceTokenQuery
-
ipAddressLike
public TokenQuery ipAddressLike(String ipAddressLike)
- Specified by:
ipAddressLike
in interfaceTokenQuery
-
userAgent
public TokenQuery userAgent(String userAgent)
- Specified by:
userAgent
in interfaceTokenQuery
-
userAgentLike
public TokenQuery userAgentLike(String userAgentLike)
- Specified by:
userAgentLike
in interfaceTokenQuery
-
userId
public TokenQuery userId(String userId)
- Specified by:
userId
in interfaceTokenQuery
-
userIdLike
public TokenQuery userIdLike(String userIdLike)
- Specified by:
userIdLike
in interfaceTokenQuery
-
tokenData
public TokenQuery tokenData(String tokenData)
- Specified by:
tokenData
in interfaceTokenQuery
-
tokenDataLike
public TokenQuery tokenDataLike(String tokenDataLike)
- Specified by:
tokenDataLike
in interfaceTokenQuery
-
orderByTokenId
public TokenQuery orderByTokenId()
- Specified by:
orderByTokenId
in interfaceTokenQuery
-
orderByTokenDate
public TokenQuery orderByTokenDate()
- Specified by:
orderByTokenDate
in interfaceTokenQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCount
in classAbstractQuery<TokenQuery,Token>
-
executeList
public List<Token> executeList(CommandContext commandContext)
- Specified by:
executeList
in classAbstractQuery<TokenQuery,Token>
-
getId
public String getId()
- Specified by:
getId
in interfaceCacheAwareQuery<TokenEntity>
-
getTokenValue
public String getTokenValue()
-
getTokenDate
public Date getTokenDate()
-
getTokenDateBefore
public Date getTokenDateBefore()
-
getTokenDateAfter
public Date getTokenDateAfter()
-
getIpAddress
public String getIpAddress()
-
getIpAddressLike
public String getIpAddressLike()
-
getUserAgent
public String getUserAgent()
-
getUserAgentLike
public String getUserAgentLike()
-
getUserId
public String getUserId()
-
getUserIdLike
public String getUserIdLike()
-
getTokenData
public String getTokenData()
-
getTokenDataLike
public String getTokenDataLike()
-
-