org.camunda.bpm.engine.identity
Interface NativeUserQuery

All Superinterfaces:
NativeQuery<NativeUserQuery,User>
All Known Implementing Classes:
NativeUserQueryImpl

public interface NativeUserQuery
extends NativeQuery<NativeUserQuery,User>

Allows querying of Users via native (SQL) queries

Author:
Svetlana Dorokhova

Method Summary
 
Methods inherited from interface org.camunda.bpm.engine.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
 



Copyright © 2017 camunda services GmbH. All rights reserved.