Package | Description |
---|---|
org.activiti.engine.history |
Classes related to the
HistoryService . |
org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.activiti.engine.impl.persistence.entity | |
org.activiti.engine.task |
Classes related to the
TaskService . |
Modifier and Type | Interface and Description |
---|---|
interface |
HistoricActivityInstance
Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.
|
interface |
HistoricDetail
Base class for all kinds of information that is related to
either a
HistoricProcessInstance or a HistoricActivityInstance . |
interface |
HistoricFormProperty
A single field that was submitted in either a start form or a task form.
|
interface |
HistoricTaskInstance
Represents a historic task instance (waiting, finished or deleted) that is stored permanent for
statistics, audit and other business intelligence purposes.
|
interface |
HistoricVariableInstance
A single process variable containing the last value when its process instance has finished.
|
interface |
HistoricVariableUpdate
Update of a process variable.
|
Modifier and Type | Method and Description |
---|---|
List<HistoricData> |
ProcessInstanceHistoryLog.getHistoricData()
The trail of data, ordered by date (ascending).
|
Modifier and Type | Field and Description |
---|---|
protected List<HistoricData> |
ProcessInstanceHistoryLogImpl.historicData |
Modifier and Type | Method and Description |
---|---|
List<HistoricData> |
ProcessInstanceHistoryLogImpl.getHistoricData() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessInstanceHistoryLogImpl.addHistoricData(HistoricData historicEvent) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessInstanceHistoryLogImpl.addHistoricData(Collection<? extends HistoricData> historicEvents) |
Modifier and Type | Class and Description |
---|---|
class |
CommentEntity |
class |
HistoricActivityInstanceEntity |
class |
HistoricDetailAssignmentEntity |
class |
HistoricDetailEntity |
class |
HistoricDetailTransitionInstanceEntity |
class |
HistoricDetailVariableInstanceUpdateEntity |
class |
HistoricFormPropertyEntity |
class |
HistoricTaskInstanceEntity |
class |
HistoricVariableInstanceEntity |
Modifier and Type | Interface and Description |
---|---|
interface |
Comment
User comments that form discussions around tasks.
|
Copyright © 2016 Alfresco. All rights reserved.