| Package | Description |
|---|---|
| org.flowable.ui.common.model | |
| org.flowable.ui.idm.model | |
| org.flowable.ui.idm.rest.api | |
| org.flowable.ui.idm.rest.app | |
| org.flowable.ui.task.rest.idm |
| Modifier and Type | Field and Description |
|---|---|
protected List<GroupRepresentation> |
UserRepresentation.groups |
| Modifier and Type | Method and Description |
|---|---|
List<GroupRepresentation> |
UserRepresentation.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserRepresentation.setGroups(List<GroupRepresentation> groups) |
| Modifier and Type | Field and Description |
|---|---|
protected List<GroupRepresentation> |
PrivilegeRepresentation.groups |
| Modifier and Type | Method and Description |
|---|---|
List<GroupRepresentation> |
PrivilegeRepresentation.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrivilegeRepresentation.addGroup(GroupRepresentation groupRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrivilegeRepresentation.setGroups(List<GroupRepresentation> groups) |
| Modifier and Type | Method and Description |
|---|---|
GroupRepresentation |
ApiGroupsResource.getGroupInformation(String groupId) |
| Modifier and Type | Method and Description |
|---|---|
List<GroupRepresentation> |
ApiGroupsResource.findGroupsByFilter(String filter) |
| Modifier and Type | Method and Description |
|---|---|
GroupRepresentation |
IdmGroupsResource.createNewGroup(GroupRepresentation groupRepresentation) |
GroupRepresentation |
IdmGroupsResource.getGroup(String groupId) |
GroupRepresentation |
IdmGroupsResource.updateGroup(String groupId,
GroupRepresentation groupRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
List<GroupRepresentation> |
IdmGroupsResource.getGroups(String filter) |
List<GroupRepresentation> |
IdmPrivilegesResource.getGroups(String privilegeId) |
| Modifier and Type | Method and Description |
|---|---|
GroupRepresentation |
IdmGroupsResource.createNewGroup(GroupRepresentation groupRepresentation) |
GroupRepresentation |
IdmGroupsResource.updateGroup(String groupId,
GroupRepresentation groupRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
GroupRepresentation |
WorkflowGroupResource.getGroup(String groupId,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2023 Flowable. All rights reserved.