| Package | Description |
|---|---|
| org.kie.server.api.model.cases |
| Modifier and Type | Method and Description |
|---|---|
CaseRoleAssignment |
CaseRoleAssignment.Builder.build() |
CaseRoleAssignment[] |
CaseRoleAssignmentList.getRoleAssignments() |
| Modifier and Type | Method and Description |
|---|---|
List<CaseRoleAssignment> |
CaseRoleAssignmentList.getItems() |
List<CaseRoleAssignment> |
CaseInstance.getRoleAssignments() |
| Modifier and Type | Method and Description |
|---|---|
void |
CaseRoleAssignmentList.setRoleAssignments(CaseRoleAssignment[] roleAssignments) |
| Modifier and Type | Method and Description |
|---|---|
CaseInstance.Builder |
CaseInstance.Builder.roleAssignments(List<CaseRoleAssignment> roleAssignments) |
void |
CaseInstance.setRoleAssignments(List<CaseRoleAssignment> roleAssignments) |
| Constructor and Description |
|---|
CaseRoleAssignmentList(CaseRoleAssignment[] roleAssignments) |
| Constructor and Description |
|---|
CaseRoleAssignmentList(List<CaseRoleAssignment> roleAssignments) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.