Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.db.entitymanager | |
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
HistoricVariableInstanceQueryImpl |
HistoricVariableInstanceQueryImpl.processInstanceId(String processInstanceId) |
Modifier and Type | Method and Description |
---|---|
HistoricVariableInstanceQueryImpl |
DbEntityManager.createHistoricVariableInstanceQuery() |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationManager.configureHistoricVariableInstanceQuery(HistoricVariableInstanceQueryImpl query) |
protected void |
HistoricVariableInstanceManager.configureQuery(HistoricVariableInstanceQueryImpl query) |
long |
HistoricVariableInstanceManager.findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery) |
List<HistoricVariableInstance> |
HistoricVariableInstanceManager.findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery,
Page page) |
Copyright © 2019. All rights reserved.