| Package | Description |
|---|---|
| org.activiti.app.model.idm | |
| org.activiti.app.model.runtime | |
| org.activiti.app.service.editor |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateUserRepresentation |
| Modifier and Type | Field and Description |
|---|---|
protected UserRepresentation |
TaskRepresentation.assignee |
protected UserRepresentation |
ProcessInstanceRepresentation.startedBy |
| Modifier and Type | Field and Description |
|---|---|
protected List<UserRepresentation> |
TaskRepresentation.involvedPeople |
| Modifier and Type | Method and Description |
|---|---|
UserRepresentation |
TaskRepresentation.getAssignee() |
UserRepresentation |
ProcessInstanceRepresentation.getStartedBy() |
| Modifier and Type | Method and Description |
|---|---|
List<UserRepresentation> |
TaskRepresentation.getInvolvedPeople() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskRepresentation.setAssignee(UserRepresentation assignee) |
void |
ProcessInstanceRepresentation.setStartedBy(UserRepresentation startedBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskRepresentation.setInvolvedPeople(List<UserRepresentation> involvedPeople) |
| Modifier and Type | Method and Description |
|---|---|
protected List<UserRepresentation> |
ActivitiTaskActionService.getInvolvedUsers(String taskId) |
Copyright © 2017 Alfresco. All rights reserved.