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 aTokenQuerythat allows to programmatically query the tokens.Only selectTokens with the given ip address.TokenQuery.ipAddressLike(String ipAddressLike) Only selectTokens 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 selectTokens with the given token data.TokenQuery.tokenDataLike(String tokenDataLike) Only selectTokens where the token data matches the given parameter.Only selectTokens that have a token date on the given date.TokenQuery.tokenDateAfter(Date after) Only selectTokens that have a token date after the given date.TokenQuery.tokenDateBefore(Date before) Only selectTokens that have a token date before the given date.Only selectTokens with the given id/Only selectTokens with the given ids/TokenQuery.tokenValue(String tokenValue) Only selectTokens with the given token value.Only selectTokens with the given user agent.TokenQuery.userAgentLike(String userAgentLike) Only selectTokens where the user agent matches the given parameter.Only selectTokens with the given user id.TokenQuery.userIdLike(String userIdLike) Only selectTokens 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()