org.camunda.bpm.engine.impl.identity.db
Class DbGroupQueryImpl
java.lang.Object
org.camunda.bpm.engine.impl.db.AuthorizationCheck
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:
- Serializable, GroupQuery, Command<Object>, Query<GroupQuery,Group>
public class DbGroupQueryImpl
- extends GroupQueryImpl
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
| Methods inherited from class org.camunda.bpm.engine.impl.GroupQueryImpl |
getId, getName, getNameLike, getType, getUserId, groupId, groupIdIn, groupMember, groupName, groupNameLike, groupType, orderByGroupId, orderByGroupName, orderByGroupType, potentialStarter |
| Methods inherited from class org.camunda.bpm.engine.impl.AbstractQuery |
addExpression, asc, checkQueryOk, count, desc, direction, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteList, execute, executeSingleResult, extend, getExpressions, getMethod, getOrderBy, getOrderingProperties, list, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, setCommandExecutor, setExpressions, setOrderingProperties, singleResult |
| Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject |
getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setOrderBy, setParameter |
| Methods inherited from class org.camunda.bpm.engine.impl.db.AuthorizationCheck |
addPermissionCheck, getAuthDefaultPerm, getAuthGroupIds, getAuthUserId, getPermissionChecks, isAuthorizationCheckEnabled, setAuthDefaultPerm, setAuthGroupIds, setAuthorizationCheckEnabled, setAuthUserId, setPermissionChecks |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbGroupQueryImpl
public DbGroupQueryImpl()
DbGroupQueryImpl
public DbGroupQueryImpl(CommandContext commandContext)
DbGroupQueryImpl
public DbGroupQueryImpl(CommandExecutor commandExecutor)
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCount in class AbstractQuery<GroupQuery,Group>
executeList
public List<Group> executeList(CommandContext commandContext,
Page page)
- Description copied from class:
AbstractQuery
- Executes the actual query to retrieve the list of results.
- Specified by:
executeList in class AbstractQuery<GroupQuery,Group>
page - used if the results must be paged. If null, no paging will be applied.
getIdentityProvider
protected DbReadOnlyIdentityServiceProvider getIdentityProvider(CommandContext commandContext)
Copyright © 2015 camunda services GmbH. All rights reserved.