org.camunda.bpm.engine.impl
Class NativeUserQueryImpl
java.lang.Object
org.camunda.bpm.engine.impl.AbstractNativeQuery<NativeUserQuery,User>
org.camunda.bpm.engine.impl.NativeUserQueryImpl
- All Implemented Interfaces:
- Serializable, NativeUserQuery, Command<Object>, NativeQuery<NativeUserQuery,User>
public class NativeUserQueryImpl
- extends AbstractNativeQuery<NativeUserQuery,User>
- implements NativeUserQuery
- Author:
- Svetlana Dorokhova
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NativeUserQueryImpl
public NativeUserQueryImpl(CommandContext commandContext)
NativeUserQueryImpl
public NativeUserQueryImpl(CommandExecutor commandExecutor)
executeList
public List<User> executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults)
- Description copied from class:
AbstractNativeQuery
- Executes the actual query to retrieve the list of results.
- Specified by:
executeList in class AbstractNativeQuery<NativeUserQuery,User>
executeCount
public long executeCount(CommandContext commandContext,
Map<String,Object> parameterMap)
- Specified by:
executeCount in class AbstractNativeQuery<NativeUserQuery,User>
Copyright © 2017 camunda services GmbH. All rights reserved.