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 selectPrivileges with the given group id.Only selectPrivileges with the given group ids.privilegeId(String id) Only selectPrivileges with the given id/privilegeIds(List<String> id) Only selectPrivileges with the given ids/privilegeName(String name) Only selectPrivileges with the given nameOnly selectPrivileges with the given user id.
-
Method Details
-
privilegeId
Only selectPrivileges with the given id/ -
privilegeIds
Only selectPrivileges with the given ids/ -
privilegeName
Only selectPrivileges with the given name -
userId
Only selectPrivileges with the given user id. -
groupId
Only selectPrivileges with the given group id. -
groupIds
Only selectPrivileges with the given group ids.
-