Package org.flowable.idm.api
Interface PrivilegeQuery
- All Superinterfaces:
Query<PrivilegeQuery,
Privilege>
- All Known Implementing Classes:
PrivilegeQueryImpl
Allows programmatic querying of
Privilege
- Author:
- Joram Barrez
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Method Summary
Modifier and TypeMethodDescriptionOnly selectPrivilege
s with the given group id.Only selectPrivilege
s with the given group ids.privilegeId
(String id) Only selectPrivilege
s with the given id/privilegeIds
(List<String> id) Only selectPrivilege
s with the given ids/privilegeName
(String name) Only selectPrivilege
s with the given nameOnly selectPrivilege
s with the given user id.
-
Method Details
-
privilegeId
Only selectPrivilege
s with the given id/ -
privilegeIds
Only selectPrivilege
s with the given ids/ -
privilegeName
Only selectPrivilege
s with the given name -
userId
Only selectPrivilege
s with the given user id. -
groupId
Only selectPrivilege
s with the given group id. -
groupIds
Only selectPrivilege
s with the given group ids.
-