public interface PrivilegeQuery extends Query<PrivilegeQuery,Privilege>
PrivilegeQuery.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
PrivilegeQuery |
groupId(String groupId)
Only select
Privileges with the given group id. |
PrivilegeQuery |
groupIds(List<String> groupIds)
Only select
Privileges with the given group ids. |
PrivilegeQuery |
privilegeId(String id)
Only select
Privileges with the given id/ |
PrivilegeQuery |
privilegeName(String name)
Only select
Privileges with the given name |
PrivilegeQuery |
userId(String userId)
Only select
Privileges with the given user id. |
PrivilegeQuery privilegeId(String id)
Privileges with the given id/PrivilegeQuery privilegeName(String name)
Privileges with the given namePrivilegeQuery userId(String userId)
Privileges with the given user id.PrivilegeQuery groupId(String groupId)
Privileges with the given group id.PrivilegeQuery groupIds(List<String> groupIds)
Privileges with the given group ids.Copyright © 2021 Flowable. All rights reserved.