| Package | Description |
|---|---|
| com.activiti.model.editor | |
| com.activiti.model.runtime |
| Modifier and Type | Field and Description |
|---|---|
protected LightUserRepresentation |
ModelShareInfoRepresentation.person |
| Modifier and Type | Method and Description |
|---|---|
LightUserRepresentation |
ModelShareInfoRepresentation.getPerson() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelShareInfoRepresentation.setPerson(LightUserRepresentation person) |
| Modifier and Type | Field and Description |
|---|---|
protected LightUserRepresentation |
TaskRepresentation.assignee |
protected LightUserRepresentation |
RelatedContentRepresentation.createdBy |
protected LightUserRepresentation |
ProcessInstanceRepresentation.startedBy |
| Modifier and Type | Field and Description |
|---|---|
protected List<LightUserRepresentation> |
TaskRepresentation.involvedPeople |
| Modifier and Type | Method and Description |
|---|---|
LightUserRepresentation |
TaskRepresentation.getAssignee() |
LightUserRepresentation |
RelatedContentRepresentation.getCreatedBy() |
LightUserRepresentation |
CommentRepresentation.getCreatedBy() |
LightUserRepresentation |
ProcessInstanceRepresentation.getStartedBy() |
| Modifier and Type | Method and Description |
|---|---|
List<LightUserRepresentation> |
TaskRepresentation.getInvolvedPeople() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskRepresentation.setAssignee(LightUserRepresentation assignee) |
void |
RelatedContentRepresentation.setCreatedBy(LightUserRepresentation createdBy) |
void |
CommentRepresentation.setCreatedBy(LightUserRepresentation createdBy) |
void |
ProcessInstanceRepresentation.setStartedBy(LightUserRepresentation startedBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskRepresentation.setInvolvedPeople(List<LightUserRepresentation> involvedPeople) |
| Constructor and Description |
|---|
ProcessInstanceRepresentation(org.activiti.engine.history.HistoricProcessInstance processInstance,
boolean graphicalNotation,
LightUserRepresentation startedBy) |
ProcessInstanceRepresentation(org.activiti.engine.history.HistoricProcessInstance processInstance,
org.activiti.engine.repository.ProcessDefinition processDefinition,
boolean graphicalNotation,
LightUserRepresentation startedBy) |
ProcessInstanceRepresentation(org.activiti.engine.runtime.ProcessInstance processInstance,
boolean graphicalNotation,
LightUserRepresentation startedBy) |
ProcessInstanceRepresentation(org.activiti.engine.runtime.ProcessInstance processInstance,
org.activiti.engine.repository.ProcessDefinition processDefinition,
boolean graphicalNotation,
LightUserRepresentation startedBy) |
Copyright © 2014–2015 Alfresco. All rights reserved.