Class SyncopeGroupQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<GroupQuery,Group>
org.flowable.idm.engine.impl.GroupQueryImpl
org.apache.syncope.core.flowable.support.SyncopeGroupQueryImpl
- All Implemented Interfaces:
Serializable,CacheAwareQuery<GroupEntity>,Query<GroupQuery,,Group> Command<Object>,GroupQuery
- 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
Fields inherited from class org.flowable.idm.engine.impl.GroupQueryImpl
id, ids, name, nameLike, nameLikeIgnoreCase, type, userId, userIdsFields 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, ignoreOrderBy, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.idm.engine.impl.GroupQueryImpl
executeCount, executeList, getId, getIds, getName, getNameLike, getNameLikeIgnoreCase, getType, getUserId, getUserIds, groupId, groupIds, groupMember, groupMembers, groupName, groupNameLike, groupNameLikeIgnoreCase, groupType, orderByGroupId, orderByGroupName, orderByGroupTypeMethods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, desc, direction, execute, executeSingleResult, getSafeList, 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, setIgnoreOrderBy, 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
-
Constructor Details
-
SyncopeGroupQueryImpl
public SyncopeGroupQueryImpl()
-
-
Method Details
-
count
- Specified by:
countin interfaceQuery<GroupQuery,Group> - Overrides:
countin classAbstractQuery<GroupQuery,Group>
-
list
- Specified by:
listin interfaceQuery<GroupQuery,Group> - Overrides:
listin classAbstractQuery<GroupQuery,Group>
-