Package com.flowable.core.idm.api
Interface AccessTokenQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<AccessTokenQuery,
AccessToken>
- All Known Implementing Classes:
AccessTokenQueryImpl
public interface AccessTokenQuery
extends org.flowable.common.engine.api.query.Query<AccessTokenQuery,AccessToken>
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
-
Method Summary
Modifier and TypeMethodDescriptioncreatedAfter
(Date createdAfter) createdBefore
(Date createdBefore) expiresAfter
(Date expiresAfter) expiresBefore
(Date expiresBefore) searchText
(String searchText) Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
id
-
userId
-
tenantId
-
name
-
searchText
-
createdBefore
-
createdAfter
-
withoutExpiration
AccessTokenQuery withoutExpiration() -
expiresBefore
-
expiresAfter
-
orderByCreationTime
AccessTokenQuery orderByCreationTime() -
orderByExpirationTime
AccessTokenQuery orderByExpirationTime() -
orderByName
AccessTokenQuery orderByName()
-