Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.cfg.auth | |
org.camunda.bpm.engine.impl.cfg.multitenancy | |
org.camunda.bpm.engine.impl.cmd.optimize | |
org.camunda.bpm.engine.impl.history.event | |
org.camunda.bpm.engine.impl.optimize | |
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) |
List<UserOperationLogEntry> |
OptimizeService.getHistoricUserOperationLogs(Date occurredAfter,
Date occurredAt,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
void |
CommandChecker.checkDeleteUserOperationLog(UserOperationLogEntry entry)
Check if it is allowed to delete the user operation log of the given user operation log entry.
|
void |
CommandChecker.checkUpdateUserOperationLog(UserOperationLogEntry entry)
Check if it is allowed to update the user operation log of the given user operation log entry.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationCommandChecker.checkDeleteUserOperationLog(UserOperationLogEntry entry) |
void |
AuthorizationCommandChecker.checkUpdateUserOperationLog(UserOperationLogEntry entry) |
void |
AuthorizationCommandChecker.checkUserOperationLog(UserOperationLogEntry entry,
ProcessDefinitionPermissions processDefinitionPermission,
UserOperationLogCategoryPermissions operationLogCategoryPermission) |
Modifier and Type | Method and Description |
---|---|
void |
TenantCommandChecker.checkDeleteUserOperationLog(UserOperationLogEntry entry) |
void |
TenantCommandChecker.checkUpdateUserOperationLog(UserOperationLogEntry entry) |
Modifier and Type | Method and Description |
---|---|
List<UserOperationLogEntry> |
OptimizeHistoricUserOperationsLogQueryCmd.execute(CommandContext commandContext) |
Modifier and Type | Class and Description |
---|---|
class |
UserOperationLogEntryEventEntity |
Modifier and Type | Method and Description |
---|---|
List<UserOperationLogEntry> |
OptimizeManager.getHistoricUserOperationLogs(Date occurredAfter,
Date occurredAt,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
UserOperationLogEntry |
UserOperationLogManager.findOperationLogById(String entryId) |
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 © 2019. All rights reserved.