| Package | Description |
|---|---|
| org.flowable.idm.api |
| Modifier and Type | Method and Description |
|---|---|
PrivilegeQuery |
IdmIdentityService.createPrivilegeQuery()
Creates a
PrivilegeQuery that allows to programmatically query privileges. |
PrivilegeQuery |
PrivilegeQuery.groupId(String groupId)
Only select
Privileges with the given group id. |
PrivilegeQuery |
PrivilegeQuery.groupIds(List<String> groupIds)
Only select
Privileges with the given group ids. |
PrivilegeQuery |
PrivilegeQuery.privilegeId(String id)
Only select
Privileges with the given id/ |
PrivilegeQuery |
PrivilegeQuery.privilegeName(String name)
Only select
Privileges with the given name |
PrivilegeQuery |
PrivilegeQuery.userId(String userId)
Only select
Privileges with the given user id. |
Copyright © 2018 Flowable. All rights reserved.