Package com.flowable.idm.engine.impl
Class NativeGroupQueryImpl
java.lang.Object
org.flowable.common.engine.impl.query.BaseNativeQuery<org.flowable.idm.api.NativeGroupQuery,org.flowable.idm.api.Group>
org.flowable.common.engine.impl.query.AbstractNativeQuery<org.flowable.idm.api.NativeGroupQuery,org.flowable.idm.api.Group>
com.flowable.idm.engine.impl.NativeGroupQueryImpl
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.api.query.NativeQuery<org.flowable.idm.api.NativeGroupQuery,
,org.flowable.idm.api.Group> org.flowable.common.engine.impl.interceptor.Command<Object>
,org.flowable.idm.api.NativeGroupQuery
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
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
org.flowable.common.engine.impl.query.BaseNativeQuery.ResultType
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.query.AbstractNativeQuery
commandContext, commandExecutor
Fields inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
firstResult, maxResults, parameters, resultType, sqlStatement
-
Constructor Summary
ConstructorsConstructorDescriptionNativeGroupQueryImpl
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) NativeGroupQueryImpl
(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionlong
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) Methods inherited from class org.flowable.common.engine.impl.query.AbstractNativeQuery
count, execute, executeSingleResult, list, listPage, parameter, setCommandExecutor, singleResult, sql
Methods inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
generateParameterMap, getParameters
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
-
Constructor Details
-
NativeGroupQueryImpl
public NativeGroupQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
NativeGroupQueryImpl
public NativeGroupQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
executeList
public List<org.flowable.idm.api.Group> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Map<String, Object> parameterMap) - Specified by:
executeList
in classorg.flowable.common.engine.impl.query.AbstractNativeQuery<org.flowable.idm.api.NativeGroupQuery,
org.flowable.idm.api.Group>
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Map<String, Object> parameterMap) - Specified by:
executeCount
in classorg.flowable.common.engine.impl.query.AbstractNativeQuery<org.flowable.idm.api.NativeGroupQuery,
org.flowable.idm.api.Group>
-