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.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Dateprotected Dateprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields 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
ConstructorsConstructorDescriptionTokenQueryImpl(CommandContext commandContext) TokenQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionlongexecuteCount(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, singleResultMethods 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, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
tokenIdin interfaceTokenQuery
-
tokenIds
- Specified by:
tokenIdsin interfaceTokenQuery
-
tokenValue
- Specified by:
tokenValuein interfaceTokenQuery
-
tokenDate
- Specified by:
tokenDatein interfaceTokenQuery
-
tokenDateBefore
- Specified by:
tokenDateBeforein interfaceTokenQuery
-
tokenDateAfter
- Specified by:
tokenDateAfterin interfaceTokenQuery
-
ipAddress
- Specified by:
ipAddressin interfaceTokenQuery
-
ipAddressLike
- Specified by:
ipAddressLikein interfaceTokenQuery
-
userAgent
- Specified by:
userAgentin interfaceTokenQuery
-
userAgentLike
- Specified by:
userAgentLikein interfaceTokenQuery
-
userId
- Specified by:
userIdin interfaceTokenQuery
-
userIdLike
- Specified by:
userIdLikein interfaceTokenQuery
-
tokenData
- Specified by:
tokenDatain interfaceTokenQuery
-
tokenDataLike
- Specified by:
tokenDataLikein interfaceTokenQuery
-
orderByTokenId
- Specified by:
orderByTokenIdin interfaceTokenQuery
-
orderByTokenDate
- Specified by:
orderByTokenDatein interfaceTokenQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<TokenQuery,Token>
-
executeList
- Specified by:
executeListin classAbstractQuery<TokenQuery,Token>
-
getId
- Specified by:
getIdin interfaceCacheAwareQuery<TokenEntity>
-
getIds
-
getTokenValue
-
getTokenDate
-
getTokenDateBefore
-
getTokenDateAfter
-
getIpAddress
-
getIpAddressLike
-
getUserAgent
-
getUserAgentLike
-
getUserId
-
getUserIdLike
-
getTokenData
-
getTokenDataLike
-