| Package | Description | 
|---|---|
| org.kie.api.runtime.process | 
 The process runtime classes. 
 | 
| org.kie.api.task | |
| org.kie.api.task.model | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<OrganizationalEntity> | 
CaseAssignment.getAssignments(String roleName)
Returns assigned entities for given role 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CaseAssignment.assign(String roleName,
      OrganizationalEntity entity)
Assigns given entity (either user or group) to given role 
 | 
void | 
CaseAssignment.remove(String roleName,
      OrganizationalEntity entity)
Removes given entity from the role 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TaskService.nominate(long taskId,
        String userId,
        List<OrganizationalEntity> potentialOwners)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Group  | 
interface  | 
User  | 
| Modifier and Type | Method and Description | 
|---|---|
List<OrganizationalEntity> | 
PeopleAssignments.getBusinessAdministrators()  | 
List<OrganizationalEntity> | 
PeopleAssignments.getPotentialOwners()  | 
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.