Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.history.event | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.rest.dto.history |
Modifier and Type | Method and Description |
---|---|
List<UserOperationLogEntry> |
UserOperationLogQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Class and Description |
---|---|
class |
UserOperationLogEntryEventEntity |
Modifier and Type | Method and Description |
---|---|
List<UserOperationLogEntry> |
UserOperationLogManager.findOperationLogEntriesByQueryCriteria(UserOperationLogQueryImpl query,
Page page) |
Modifier and Type | Method and Description |
---|---|
static UserOperationLogEntryDto |
UserOperationLogEntryDto.map(UserOperationLogEntry entry) |
Modifier and Type | Method and Description |
---|---|
static List<UserOperationLogEntryDto> |
UserOperationLogEntryDto.map(List<UserOperationLogEntry> entries) |
Copyright © 2015. All rights reserved.