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.impl.persistence.entity.optimize | |
org.camunda.bpm.engine.rest.dto.history |
Modifier and Type | Method and Description |
---|---|
List<HistoricIdentityLinkLog> |
HistoricIdentityLinkLogQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Class and Description |
---|---|
class |
HistoricIdentityLinkLogEntity |
Modifier and Type | Method and Description |
---|---|
List<HistoricIdentityLinkLog> |
HistoricIdentityLinkLogManager.findHistoricIdentityLinkLogByQueryCriteria(HistoricIdentityLinkLogQueryImpl query,
Page page) |
Modifier and Type | Class and Description |
---|---|
class |
OptimizeHistoricIdentityLinkLogEntity |
Modifier and Type | Method and Description |
---|---|
static HistoricIdentityLinkLogDto |
HistoricIdentityLinkLogDto.fromHistoricIdentityLink(HistoricIdentityLinkLog historicIdentityLink) |
static void |
HistoricIdentityLinkLogDto.fromHistoricIdentityLink(HistoricIdentityLinkLogDto dto,
HistoricIdentityLinkLog historicIdentityLink) |
Copyright © 2022. All rights reserved.