Class DbGroupQueryImpl
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.db.ListQueryParameterObject
- 
- org.camunda.bpm.engine.impl.AbstractQuery<GroupQuery,Group>
- 
- org.camunda.bpm.engine.impl.GroupQueryImpl
- 
- org.camunda.bpm.engine.impl.identity.db.DbGroupQueryImpl
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- GroupQuery,- Command<java.lang.Object>,- Query<GroupQuery,Group>
 
 public class DbGroupQueryImpl extends GroupQueryImpl - Author:
- Daniel Meyer
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.AbstractQueryAbstractQuery.ResultType
 
- 
 - 
Field Summary- 
Fields inherited from class org.camunda.bpm.engine.impl.GroupQueryImplid, ids, name, nameLike, procDefId, tenantId, type, userId
 - 
Fields inherited from class org.camunda.bpm.engine.impl.AbstractQuerycommandExecutor, expressions, maxResultsLimitEnabled, resultType, SORTORDER_ASC, SORTORDER_DESC, validators
 - 
Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObjectauthCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck
 
- 
 - 
Constructor SummaryConstructors Constructor Description DbGroupQueryImpl()DbGroupQueryImpl(CommandExecutor commandExecutor)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longexecuteCount(CommandContext commandContext)java.util.List<Group>executeList(CommandContext commandContext, Page page)Executes the actual query to retrieve the list of results.protected DbReadOnlyIdentityServiceProvidergetIdentityProvider(CommandContext commandContext)- 
Methods inherited from class org.camunda.bpm.engine.impl.GroupQueryImplgetId, getIds, getName, getNameLike, getTenantId, getType, getUserId, groupId, groupIdIn, groupMember, groupName, groupNameLike, groupType, memberOfTenant, orderByGroupId, orderByGroupName, orderByGroupType, potentialStarter
 - 
Methods inherited from class org.camunda.bpm.engine.impl.AbstractQueryaddExpression, addValidator, asc, checkMaxResultsLimit, checkQueryOk, count, desc, direction, disableMaxResultsLimit, enableMaxResultsLimit, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteDeploymentIdMappingsList, evaluateExpressionsAndExecuteIdsList, evaluateExpressionsAndExecuteList, execute, executeDeploymentIdMappingsList, executeIdsList, executeResult, executeSingleResult, extend, getExpressions, getMethod, hasExcludingConditions, list, listDeploymentIdMappings, listIds, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, singleResult, unlimitedList, validate, validate
 - 
Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObjectgetAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheck
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
 - 
Methods inherited from interface org.camunda.bpm.engine.query.Queryasc, count, desc, list, listPage, singleResult, unlimitedList
 
- 
 
- 
- 
- 
Constructor Detail- 
DbGroupQueryImplpublic DbGroupQueryImpl() 
 - 
DbGroupQueryImplpublic DbGroupQueryImpl(CommandExecutor commandExecutor) 
 
- 
 - 
Method Detail- 
executeCountpublic long executeCount(CommandContext commandContext) - Specified by:
- executeCountin class- AbstractQuery<GroupQuery,Group>
 
 - 
executeListpublic java.util.List<Group> executeList(CommandContext commandContext, Page page) Description copied from class:AbstractQueryExecutes the actual query to retrieve the list of results.- Specified by:
- executeListin class- AbstractQuery<GroupQuery,Group>
- page- used if the results must be paged. If null, no paging will be applied.
 
 - 
getIdentityProviderprotected DbReadOnlyIdentityServiceProvider getIdentityProvider(CommandContext commandContext) 
 
- 
 
-