Uses of Interface
org.camunda.bpm.engine.history.UserOperationLogEntry
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionUserOperationLogQueryImpl.executeList
(CommandContext commandContext, Page page) OptimizeService.getHistoricUserOperationLogs
(Date occurredAfter, Date occurredAt, int maxResults) -
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.cfg
Modifier and TypeMethodDescriptionvoid
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. -
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.cfg.auth
Modifier and TypeMethodDescriptionvoid
AuthorizationCommandChecker.checkDeleteUserOperationLog
(UserOperationLogEntry entry) void
AuthorizationCommandChecker.checkUpdateUserOperationLog
(UserOperationLogEntry entry) void
AuthorizationCommandChecker.checkUserOperationLog
(UserOperationLogEntry entry, ProcessDefinitionPermissions processDefinitionPermission, UserOperationLogCategoryPermissions operationLogCategoryPermission) -
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.cfg.multitenancy
Modifier and TypeMethodDescriptionvoid
TenantCommandChecker.checkDeleteUserOperationLog
(UserOperationLogEntry entry) void
TenantCommandChecker.checkUpdateUserOperationLog
(UserOperationLogEntry entry) -
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.cmd.optimize
Modifier and TypeMethodDescriptionOptimizeHistoricUserOperationsLogQueryCmd.execute
(CommandContext commandContext) -
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.history.event
-
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.optimize
Modifier and TypeMethodDescriptionOptimizeManager.getHistoricUserOperationLogs
(Date occurredAfter, Date occurredAt, int maxResults) -
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionUserOperationLogManager.findOperationLogById
(String entryId) UserOperationLogManager.findOperationLogByOperationId
(String operationId) Modifier and TypeMethodDescriptionUserOperationLogManager.findOperationLogEntriesByQueryCriteria
(UserOperationLogQueryImpl query, Page page) -
Uses of UserOperationLogEntry in org.camunda.bpm.engine.rest.dto.history
Modifier and TypeMethodDescriptionstatic UserOperationLogEntryDto
UserOperationLogEntryDto.map
(UserOperationLogEntry entry) Modifier and TypeMethodDescriptionstatic List<UserOperationLogEntryDto>
UserOperationLogEntryDto.map
(List<UserOperationLogEntry> entries)