Uses of Interface
org.camunda.bpm.engine.history.UserOperationLogEntry
Packages that use UserOperationLogEntry
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type UserOperationLogEntryModifier 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
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type UserOperationLogEntryModifier 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
Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type UserOperationLogEntryModifier 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
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type UserOperationLogEntryModifier and TypeMethodDescriptionvoid
TenantCommandChecker.checkDeleteUserOperationLog
(UserOperationLogEntry entry) void
TenantCommandChecker.checkUpdateUserOperationLog
(UserOperationLogEntry entry) -
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.cmd.optimize
Methods in org.camunda.bpm.engine.impl.cmd.optimize that return types with arguments of type UserOperationLogEntryModifier and TypeMethodDescriptionOptimizeHistoricUserOperationsLogQueryCmd.execute
(CommandContext commandContext) -
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.history.event
Classes in org.camunda.bpm.engine.impl.history.event that implement UserOperationLogEntry -
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.optimize
Methods in org.camunda.bpm.engine.impl.optimize that return types with arguments of type UserOperationLogEntryModifier and TypeMethodDescriptionOptimizeManager.getHistoricUserOperationLogs
(Date occurredAfter, Date occurredAt, int maxResults) -
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return UserOperationLogEntryModifier and TypeMethodDescriptionUserOperationLogManager.findOperationLogById
(String entryId) UserOperationLogManager.findOperationLogByOperationId
(String operationId) Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type UserOperationLogEntryModifier and TypeMethodDescriptionUserOperationLogManager.findOperationLogEntriesByQueryCriteria
(UserOperationLogQueryImpl query, Page page) -
Uses of UserOperationLogEntry in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type UserOperationLogEntryModifier and TypeMethodDescriptionstatic UserOperationLogEntryDto
UserOperationLogEntryDto.map
(UserOperationLogEntry entry) Method parameters in org.camunda.bpm.engine.rest.dto.history with type arguments of type UserOperationLogEntryModifier and TypeMethodDescriptionstatic List<UserOperationLogEntryDto>
UserOperationLogEntryDto.map
(List<UserOperationLogEntry> entries)