Class SyncopeUserQueryImpl

  • All Implemented Interfaces:
    Serializable, org.flowable.common.engine.api.query.CacheAwareQuery<org.flowable.idm.engine.impl.persistence.entity.UserEntity>, org.flowable.common.engine.api.query.Query<org.flowable.idm.api.UserQuery,​org.flowable.idm.api.User>, org.flowable.common.engine.impl.interceptor.Command<Object>, org.flowable.idm.api.UserBaseQuery<org.flowable.idm.api.UserQuery,​org.flowable.idm.api.User>, org.flowable.idm.api.UserQuery

    public class SyncopeUserQueryImpl
    extends org.flowable.idm.engine.impl.UserQueryImpl
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject

        org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy, org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
      • Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query

        org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
    • Field Summary

      • Fields inherited from class org.flowable.idm.engine.impl.UserQueryImpl

        displayName, displayNameLike, displayNameLikeIgnoreCase, email, emailLike, firstName, firstNameLike, firstNameLikeIgnoreCase, fullNameLike, fullNameLikeIgnoreCase, groupId, groupIds, id, idIgnoreCase, ids, lastName, lastNameLike, lastNameLikeIgnoreCase, tenantId
      • Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery

        commandContext, commandExecutor
      • Fields 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long count()  
      List<org.flowable.idm.api.User> list()  
      • Methods inherited from class org.flowable.idm.engine.impl.UserQueryImpl

        executeCount, executeList, getDisplayName, getDisplayNameLike, getDisplayNameLikeIgnoreCase, getEmail, getEmailLike, getFirstName, getFirstNameLike, getFirstNameLikeIgnoreCase, getFullNameLike, getFullNameLikeIgnoreCase, getGroupId, getGroupIds, getId, getIdIgnoreCase, getIds, getLastName, getLastNameLike, getLastNameLikeIgnoreCase, getTenantId, memberOfGroup, memberOfGroups, orderByUserEmail, orderByUserFirstName, orderByUserId, orderByUserLastName, tenantId, userDisplayName, userDisplayNameLike, userDisplayNameLikeIgnoreCase, userEmail, userEmailLike, userFirstName, userFirstNameLike, userFirstNameLikeIgnoreCase, userFullNameLike, userFullNameLikeIgnoreCase, userId, userIdIgnoreCase, userIds, userLastName, userLastNameLike, userLastNameLikeIgnoreCase
      • Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery

        asc, checkQueryOk, desc, direction, execute, executeSingleResult, listPage, orderBy, orderBy, setCommandExecutor, singleResult
      • Methods 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, setParameter
      • Methods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery

        enhanceCachedValue
      • Methods inherited from interface org.flowable.common.engine.api.query.Query

        asc, desc, listPage, orderBy, orderBy, singleResult
    • Constructor Detail

      • SyncopeUserQueryImpl

        public SyncopeUserQueryImpl()
    • Method Detail

      • count

        @Transactional(readOnly=true)
        public long count()
        Specified by:
        count in interface org.flowable.common.engine.api.query.Query<org.flowable.idm.api.UserQuery,​org.flowable.idm.api.User>
        Overrides:
        count in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.UserQuery,​org.flowable.idm.api.User>
      • list

        @Transactional(readOnly=true)
        public List<org.flowable.idm.api.User> list()
        Specified by:
        list in interface org.flowable.common.engine.api.query.Query<org.flowable.idm.api.UserQuery,​org.flowable.idm.api.User>
        Overrides:
        list in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.UserQuery,​org.flowable.idm.api.User>