Package com.flowable.idm.engine.impl
Class UserAccountQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<UserAccountQuery,UserAccount>
com.flowable.idm.engine.impl.UserAccountQueryImpl
- All Implemented Interfaces:
UserAccountQuery,Serializable,CacheAwareQuery<UserAccountEntity>,Query<UserAccountQuery,,UserAccount> Command<Object>
public class UserAccountQueryImpl
extends AbstractQuery<UserAccountQuery,UserAccount>
implements UserAccountQuery, CacheAwareQuery<UserAccountEntity>
- Author:
- Filip Hrisafov
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Dateprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbusinessAccountId(String businessAccountId) createdAfter(Date createdAfter) createdBefore(Date createdBefore) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) externalUserId(String externalUserId) getId()getName()getState()getType()nameLikeIgnoreCase(String nameLikeIgnoreCase) userAccountDefinitionId(String userAccountDefinitionId) Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultMethods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery
enhanceCachedValue
-
Field Details
-
id
-
userId
-
tenantId
-
name
-
nameLike
-
nameLikeIgnoreCase
-
type
-
subType
-
state
-
subState
-
businessAccountId
-
externalUserId
-
userAccountDefinitionId
-
createdBefore
-
createdAfter
-
-
Constructor Details
-
UserAccountQueryImpl
-
-
Method Details
-
executeCount
- Specified by:
executeCountin classAbstractQuery<UserAccountQuery,UserAccount>
-
executeList
- Specified by:
executeListin classAbstractQuery<UserAccountQuery,UserAccount>
-
id
- Specified by:
idin interfaceUserAccountQuery
-
userId
- Specified by:
userIdin interfaceUserAccountQuery
-
tenantId
- Specified by:
tenantIdin interfaceUserAccountQuery
-
name
- Specified by:
namein interfaceUserAccountQuery
-
nameLike
- Specified by:
nameLikein interfaceUserAccountQuery
-
nameLikeIgnoreCase
- Specified by:
nameLikeIgnoreCasein interfaceUserAccountQuery
-
type
- Specified by:
typein interfaceUserAccountQuery
-
subType
- Specified by:
subTypein interfaceUserAccountQuery
-
state
- Specified by:
statein interfaceUserAccountQuery
-
subState
- Specified by:
subStatein interfaceUserAccountQuery
-
businessAccountId
- Specified by:
businessAccountIdin interfaceUserAccountQuery
-
externalUserId
- Specified by:
externalUserIdin interfaceUserAccountQuery
-
userAccountDefinitionId
- Specified by:
userAccountDefinitionIdin interfaceUserAccountQuery
-
createdBefore
- Specified by:
createdBeforein interfaceUserAccountQuery
-
createdAfter
- Specified by:
createdAfterin interfaceUserAccountQuery
-
getId
- Specified by:
getIdin interfaceCacheAwareQuery<UserAccountEntity>
-
getUserId
-
getName
-
getNameLike
-
getNameLikeIgnoreCase
-
getType
-
getSubType
-
getState
-
getSubState
-
getBusinessAccountId
-
getExternalUserId
-
getCreatedBefore
-
getCreatedAfter
-