Package | Description |
---|---|
org.camunda.bpm.engine.history |
Classes related to the
org.activiti.engine.HistoryService . |
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Interface and Description |
---|---|
interface |
HistoricFormProperty
A single field that was submitted in either a start form or a task form.
|
interface |
HistoricVariableUpdate
Update of a process variable.
|
Modifier and Type | Method and Description |
---|---|
List<HistoricDetail> |
HistoricDetailQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Class and Description |
---|---|
class |
HistoricDetailVariableInstanceUpdateEntity |
class |
HistoricFormPropertyEntity |
Modifier and Type | Method and Description |
---|---|
List<HistoricDetail> |
HistoricDetailManager.findHistoricDetailsByQueryCriteria(HistoricDetailQueryImpl historicVariableUpdateQuery,
Page page) |
Copyright © 2015. All rights reserved.