public class TokenQueryImpl
extends org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.TokenQuery,org.flowable.idm.api.Token>
implements org.flowable.idm.api.TokenQuery, org.flowable.common.engine.api.query.QueryCacheValues
| Modifier and Type | Field and 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 |
| Constructor and Description |
|---|
TokenQueryImpl() |
TokenQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
TokenQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
List<org.flowable.idm.api.Token> |
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
String |
getId() |
List<String> |
getIds() |
String |
getIpAddress() |
String |
getIpAddressLike() |
String |
getTokenData() |
String |
getTokenDataLike() |
Date |
getTokenDate() |
Date |
getTokenDateAfter() |
Date |
getTokenDateBefore() |
String |
getTokenValue() |
String |
getUserAgent() |
String |
getUserAgentLike() |
String |
getUserId() |
String |
getUserIdLike() |
org.flowable.idm.api.TokenQuery |
ipAddress(String ipAddress) |
org.flowable.idm.api.TokenQuery |
ipAddressLike(String ipAddressLike) |
org.flowable.idm.api.TokenQuery |
orderByTokenDate() |
org.flowable.idm.api.TokenQuery |
orderByTokenId() |
org.flowable.idm.api.TokenQuery |
tokenData(String tokenData) |
org.flowable.idm.api.TokenQuery |
tokenDataLike(String tokenDataLike) |
org.flowable.idm.api.TokenQuery |
tokenDate(Date tokenDate) |
org.flowable.idm.api.TokenQuery |
tokenDateAfter(Date tokenDateAfter) |
org.flowable.idm.api.TokenQuery |
tokenDateBefore(Date tokenDateBefore) |
org.flowable.idm.api.TokenQuery |
tokenId(String id) |
org.flowable.idm.api.TokenQuery |
tokenIds(List<String> ids) |
org.flowable.idm.api.TokenQuery |
tokenValue(String tokenValue) |
org.flowable.idm.api.TokenQuery |
userAgent(String userAgent) |
org.flowable.idm.api.TokenQuery |
userAgentLike(String userAgentLike) |
org.flowable.idm.api.TokenQuery |
userId(String userId) |
org.flowable.idm.api.TokenQuery |
userIdLike(String userIdLike) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected String id
protected String tokenValue
protected Date tokenDate
protected Date tokenDateBefore
protected Date tokenDateAfter
protected String ipAddress
protected String ipAddressLike
protected String userAgent
protected String userAgentLike
protected String userId
protected String userIdLike
protected String tokenData
protected String tokenDataLike
public TokenQueryImpl()
public TokenQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public TokenQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public org.flowable.idm.api.TokenQuery tokenId(String id)
tokenId in interface org.flowable.idm.api.TokenQuerypublic org.flowable.idm.api.TokenQuery tokenIds(List<String> ids)
tokenIds in interface org.flowable.idm.api.TokenQuerypublic org.flowable.idm.api.TokenQuery tokenValue(String tokenValue)
tokenValue in interface org.flowable.idm.api.TokenQuerypublic org.flowable.idm.api.TokenQuery tokenDate(Date tokenDate)
tokenDate in interface org.flowable.idm.api.TokenQuerypublic org.flowable.idm.api.TokenQuery tokenDateBefore(Date tokenDateBefore)
tokenDateBefore in interface org.flowable.idm.api.TokenQuerypublic org.flowable.idm.api.TokenQuery tokenDateAfter(Date tokenDateAfter)
tokenDateAfter in interface org.flowable.idm.api.TokenQuerypublic org.flowable.idm.api.TokenQuery ipAddress(String ipAddress)
ipAddress in interface org.flowable.idm.api.TokenQuerypublic org.flowable.idm.api.TokenQuery ipAddressLike(String ipAddressLike)
ipAddressLike in interface org.flowable.idm.api.TokenQuerypublic org.flowable.idm.api.TokenQuery userAgent(String userAgent)
userAgent in interface org.flowable.idm.api.TokenQuerypublic org.flowable.idm.api.TokenQuery userAgentLike(String userAgentLike)
userAgentLike in interface org.flowable.idm.api.TokenQuerypublic org.flowable.idm.api.TokenQuery userId(String userId)
userId in interface org.flowable.idm.api.TokenQuerypublic org.flowable.idm.api.TokenQuery userIdLike(String userIdLike)
userIdLike in interface org.flowable.idm.api.TokenQuerypublic org.flowable.idm.api.TokenQuery tokenData(String tokenData)
tokenData in interface org.flowable.idm.api.TokenQuerypublic org.flowable.idm.api.TokenQuery tokenDataLike(String tokenDataLike)
tokenDataLike in interface org.flowable.idm.api.TokenQuerypublic org.flowable.idm.api.TokenQuery orderByTokenId()
orderByTokenId in interface org.flowable.idm.api.TokenQuerypublic org.flowable.idm.api.TokenQuery orderByTokenDate()
orderByTokenDate in interface org.flowable.idm.api.TokenQuerypublic long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.TokenQuery,org.flowable.idm.api.Token>public List<org.flowable.idm.api.Token> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.TokenQuery,org.flowable.idm.api.Token>public String getId()
getId in interface org.flowable.common.engine.api.query.QueryCacheValuespublic String getTokenValue()
public Date getTokenDate()
public Date getTokenDateBefore()
public Date getTokenDateAfter()
public String getIpAddress()
public String getIpAddressLike()
public String getUserAgent()
public String getUserAgentLike()
public String getUserId()
public String getUserIdLike()
public String getTokenData()
public String getTokenDataLike()
Copyright © 2019. All rights reserved.