org.camunda.bpm.engine.impl
Class NativeTaskQueryImpl
java.lang.Object
org.camunda.bpm.engine.impl.AbstractNativeQuery<NativeTaskQuery,Task>
org.camunda.bpm.engine.impl.NativeTaskQueryImpl
- All Implemented Interfaces:
- Serializable, Command<Object>, NativeQuery<NativeTaskQuery,Task>, NativeTaskQuery
public class NativeTaskQueryImpl
- extends AbstractNativeQuery<NativeTaskQuery,Task>
- implements NativeTaskQuery
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NativeTaskQueryImpl
public NativeTaskQueryImpl(CommandContext commandContext)
NativeTaskQueryImpl
public NativeTaskQueryImpl(CommandExecutor commandExecutor)
executeList
public List<Task> 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<NativeTaskQuery,Task>
executeCount
public long executeCount(CommandContext commandContext,
Map<String,Object> parameterMap)
- Specified by:
executeCount
in class AbstractNativeQuery<NativeTaskQuery,Task>
Copyright © 2017 camunda services GmbH. All rights reserved.