Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.rest.dto.history | |
org.camunda.bpm.engine.rest.sub.history.impl |
Modifier and Type | Method and Description |
---|---|
List<HistoricVariableInstance> |
HistoricVariableInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Class and Description |
---|---|
class |
HistoricVariableInstanceEntity |
Modifier and Type | Method and Description |
---|---|
List<HistoricVariableInstance> |
HistoricVariableInstanceManager.findHistoricVariableInstancesByCaseInstanceId(String caseInstanceId) |
List<HistoricVariableInstance> |
HistoricVariableInstanceManager.findHistoricVariableInstancesByProcessInstanceId(String processInstanceId) |
List<HistoricVariableInstance> |
HistoricVariableInstanceManager.findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery,
Page page) |
Modifier and Type | Method and Description |
---|---|
static HistoricVariableInstanceDto |
HistoricVariableInstanceDto.fromHistoricVariableInstance(HistoricVariableInstance historicVariableInstance) |
Modifier and Type | Method and Description |
---|---|
protected Query<HistoricVariableInstanceQuery,HistoricVariableInstance> |
HistoricVariableInstanceResourceImpl.baseQueryForBinaryVariable() |
protected Query<HistoricVariableInstanceQuery,HistoricVariableInstance> |
HistoricVariableInstanceResourceImpl.baseQueryForVariable(boolean deserializeObjectValue) |
Modifier and Type | Method and Description |
---|---|
protected org.camunda.bpm.engine.variable.value.TypedValue |
HistoricVariableInstanceResourceImpl.transformQueryResultIntoTypedValue(HistoricVariableInstance queryResult) |
protected HistoricVariableInstanceDto |
HistoricVariableInstanceResourceImpl.transformToDto(HistoricVariableInstance queryResult) |
Copyright © 2017. All rights reserved.