Uses of Interface
com.flowable.core.idm.api.UserAccountQuery
| Package | Description |
|---|---|
| com.flowable.core.idm.api | |
| com.flowable.idm.engine.impl | |
| com.flowable.idm.engine.impl.cmd | |
| com.flowable.idm.engine.impl.persistence.entity |
-
Uses of UserAccountQuery in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return UserAccountQuery Modifier and Type Method Description UserAccountQueryUserAccountQuery. businessAccountId(java.lang.String businessAccountId)UserAccountQueryUserAccountQuery. createdAfter(java.util.Date createdAfter)UserAccountQueryUserAccountQuery. createdBefore(java.util.Date createdBefore)UserAccountQueryUserAccountService. createUserAccountQuery()UserAccountQueryUserAccountQuery. externalUserId(java.lang.String externalUserId)UserAccountQueryUserAccountQuery. id(java.lang.String id)UserAccountQueryUserAccountQuery. name(java.lang.String name)UserAccountQueryUserAccountQuery. nameLike(java.lang.String nameLike)UserAccountQueryUserAccountQuery. nameLikeIgnoreCase(java.lang.String nameLikeIgnoreCase)UserAccountQueryUserAccountQuery. state(java.lang.String state)UserAccountQueryUserAccountQuery. subState(java.lang.String subState)UserAccountQueryUserAccountQuery. subType(java.lang.String subType)UserAccountQueryUserAccountQuery. tenantId(java.lang.String tenantId)UserAccountQueryUserAccountQuery. type(java.lang.String type)UserAccountQueryUserAccountQuery. userAccountDefinitionId(java.lang.String userAccountDefinitionId)UserAccountQueryUserAccountQuery. userId(java.lang.String userId) -
Uses of UserAccountQuery in com.flowable.idm.engine.impl
Classes in com.flowable.idm.engine.impl that implement UserAccountQuery Modifier and Type Class Description classUserAccountQueryImplMethods in com.flowable.idm.engine.impl that return UserAccountQuery Modifier and Type Method Description UserAccountQueryUserAccountQueryImpl. businessAccountId(java.lang.String businessAccountId)UserAccountQueryUserAccountQueryImpl. createdAfter(java.util.Date createdAfter)UserAccountQueryUserAccountQueryImpl. createdBefore(java.util.Date createdBefore)UserAccountQueryUserAccountServiceImpl. createUserAccountQuery()UserAccountQueryUserAccountQueryImpl. externalUserId(java.lang.String externalUserId)UserAccountQueryUserAccountQueryImpl. id(java.lang.String id)UserAccountQueryUserAccountQueryImpl. name(java.lang.String name)UserAccountQueryUserAccountQueryImpl. nameLike(java.lang.String nameLike)UserAccountQueryUserAccountQueryImpl. nameLikeIgnoreCase(java.lang.String nameLikeIgnoreCase)UserAccountQueryUserAccountQueryImpl. state(java.lang.String state)UserAccountQueryUserAccountQueryImpl. subState(java.lang.String subState)UserAccountQueryUserAccountQueryImpl. subType(java.lang.String subType)UserAccountQueryUserAccountQueryImpl. tenantId(java.lang.String tenantId)UserAccountQueryUserAccountQueryImpl. type(java.lang.String type)UserAccountQueryUserAccountQueryImpl. userAccountDefinitionId(java.lang.String userAccountDefinitionId)UserAccountQueryUserAccountQueryImpl. userId(java.lang.String userId) -
Uses of UserAccountQuery in com.flowable.idm.engine.impl.cmd
Methods in com.flowable.idm.engine.impl.cmd that return UserAccountQuery Modifier and Type Method Description UserAccountQueryCreateUserAccountQueryCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of UserAccountQuery in com.flowable.idm.engine.impl.persistence.entity
Methods in com.flowable.idm.engine.impl.persistence.entity that return UserAccountQuery Modifier and Type Method Description UserAccountQueryUserAccountEntityManager. createNewUserAccountQuery()UserAccountQueryUserAccountEntityManagerImpl. createNewUserAccountQuery()Methods in com.flowable.idm.engine.impl.persistence.entity with parameters of type UserAccountQuery Modifier and Type Method Description java.util.List<UserAccount>UserAccountEntityManager. findUserAccountByQueryCriteria(UserAccountQuery query)java.util.List<UserAccount>UserAccountEntityManagerImpl. findUserAccountByQueryCriteria(UserAccountQuery query)longUserAccountEntityManager. findUserAccountCountByQueryCriteria(UserAccountQuery query)longUserAccountEntityManagerImpl. findUserAccountCountByQueryCriteria(UserAccountQuery query)