Package com.flowable.core.idm.api
Interface UserAccountQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<UserAccountQuery,
UserAccount>
- All Known Implementing Classes:
UserAccountQueryImpl
public interface UserAccountQuery
extends org.flowable.common.engine.api.query.Query<UserAccountQuery,UserAccount>
- 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 TypeMethodDescriptionbusinessAccountId
(String businessAccountId) createdAfter
(Date createdAfter) createdBefore
(Date createdBefore) externalUserId
(String externalUserId) nameLikeIgnoreCase
(String nameLikeIgnoreCase) userAccountDefinitionId
(String userAccountDefinitionId) 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
-
nameLike
-
nameLikeIgnoreCase
-
type
-
subType
-
state
-
subState
-
businessAccountId
-
externalUserId
-
userAccountDefinitionId
-
createdBefore
-
createdAfter
-