Uses of Interface
org.flowable.idm.api.TokenQuery
Packages that use TokenQuery
Package
Description
-
Uses of TokenQuery in org.flowable.idm.api
Methods in org.flowable.idm.api that return TokenQueryModifier and TypeMethodDescriptionIdmIdentityService.createTokenQuery()
Creates aTokenQuery
that allows to programmatically query the tokens.Only selectToken
s with the given ip address.TokenQuery.ipAddressLike
(String ipAddressLike) Only selectToken
s where the ip address matches the given parameter.TokenQuery.orderByTokenDate()
Order by token date (needs to be followed byQuery.asc()
orQuery.desc()
).TokenQuery.orderByTokenId()
Order by token id (needs to be followed byQuery.asc()
orQuery.desc()
).Only selectToken
s with the given token data.TokenQuery.tokenDataLike
(String tokenDataLike) Only selectToken
s where the token data matches the given parameter.Only selectToken
s that have a token date on the given date.TokenQuery.tokenDateAfter
(Date after) Only selectToken
s that have a token date after the given date.TokenQuery.tokenDateBefore
(Date before) Only selectToken
s that have a token date before the given date.Only selectToken
s with the given id/Only selectToken
s with the given ids/TokenQuery.tokenValue
(String tokenValue) Only selectToken
s with the given token value.Only selectToken
s with the given user agent.TokenQuery.userAgentLike
(String userAgentLike) Only selectToken
s where the user agent matches the given parameter.Only selectToken
s with the given user id.TokenQuery.userIdLike
(String userIdLike) Only selectToken
s where the user id matches the given parameter. -
Uses of TokenQuery in org.flowable.idm.engine.impl
Classes in org.flowable.idm.engine.impl that implement TokenQueryMethods in org.flowable.idm.engine.impl that return TokenQueryModifier and TypeMethodDescriptionIdmIdentityServiceImpl.createTokenQuery()
TokenQueryImpl.ipAddressLike
(String ipAddressLike) TokenQueryImpl.orderByTokenDate()
TokenQueryImpl.orderByTokenId()
TokenQueryImpl.tokenDataLike
(String tokenDataLike) TokenQueryImpl.tokenDateAfter
(Date tokenDateAfter) TokenQueryImpl.tokenDateBefore
(Date tokenDateBefore) TokenQueryImpl.tokenValue
(String tokenValue) TokenQueryImpl.userAgentLike
(String userAgentLike) TokenQueryImpl.userIdLike
(String userIdLike) -
Uses of TokenQuery in org.flowable.idm.engine.impl.cmd
Methods in org.flowable.idm.engine.impl.cmd that return TokenQuery -
Uses of TokenQuery in org.flowable.idm.engine.impl.persistence.entity
Methods in org.flowable.idm.engine.impl.persistence.entity that return TokenQueryModifier and TypeMethodDescriptionTokenEntityManager.createNewTokenQuery()
TokenEntityManagerImpl.createNewTokenQuery()