public class NativeGroupQueryImpl
extends org.flowable.common.engine.impl.query.AbstractNativeQuery<org.flowable.idm.api.NativeGroupQuery,org.flowable.idm.api.Group>
implements org.flowable.idm.api.NativeGroupQuery
| Constructor and Description |
|---|
NativeGroupQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
NativeGroupQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
Map<String,Object> parameterMap) |
List<org.flowable.idm.api.Group> |
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
Map<String,Object> parameterMap) |
count, execute, executeSingleResult, list, listPage, parameter, setCommandExecutor, singleResult, sqlgenerateParameterMap, getParameterspublic NativeGroupQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public NativeGroupQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public List<org.flowable.idm.api.Group> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Map<String,Object> parameterMap)
executeList in class org.flowable.common.engine.impl.query.AbstractNativeQuery<org.flowable.idm.api.NativeGroupQuery,org.flowable.idm.api.Group>public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
Map<String,Object> parameterMap)
executeCount in class org.flowable.common.engine.impl.query.AbstractNativeQuery<org.flowable.idm.api.NativeGroupQuery,org.flowable.idm.api.Group>Copyright © 2019. All rights reserved.