Uses of Interface
org.camunda.bpm.engine.history.UserOperationLogEntry
- 
Packages that use UserOperationLogEntry 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 
- 
- 
Uses of UserOperationLogEntry in org.camunda.bpm.engine.implMethods in org.camunda.bpm.engine.impl that return types with arguments of type UserOperationLogEntry Modifier and Type Method Description java.util.List<UserOperationLogEntry>UserOperationLogQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<UserOperationLogEntry>OptimizeService. getHistoricUserOperationLogs(java.util.Date occurredAfter, java.util.Date occurredAt, int maxResults)
- 
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.cfgMethods in org.camunda.bpm.engine.impl.cfg with parameters of type UserOperationLogEntry Modifier and Type Method Description voidCommandChecker. checkDeleteUserOperationLog(UserOperationLogEntry entry)Check if it is allowed to delete the user operation log of the given user operation log entry.voidCommandChecker. 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.authMethods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type UserOperationLogEntry Modifier and Type Method Description voidAuthorizationCommandChecker. checkDeleteUserOperationLog(UserOperationLogEntry entry)voidAuthorizationCommandChecker. checkUpdateUserOperationLog(UserOperationLogEntry entry)voidAuthorizationCommandChecker. checkUserOperationLog(UserOperationLogEntry entry, ProcessDefinitionPermissions processDefinitionPermission, UserOperationLogCategoryPermissions operationLogCategoryPermission)
- 
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.cfg.multitenancyMethods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type UserOperationLogEntry Modifier and Type Method Description voidTenantCommandChecker. checkDeleteUserOperationLog(UserOperationLogEntry entry)voidTenantCommandChecker. checkUpdateUserOperationLog(UserOperationLogEntry entry)
- 
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.cmd.optimizeMethods in org.camunda.bpm.engine.impl.cmd.optimize that return types with arguments of type UserOperationLogEntry Modifier and Type Method Description java.util.List<UserOperationLogEntry>OptimizeHistoricUserOperationsLogQueryCmd. execute(CommandContext commandContext)
- 
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.history.eventClasses in org.camunda.bpm.engine.impl.history.event that implement UserOperationLogEntry Modifier and Type Class Description classUserOperationLogEntryEventEntity
- 
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.optimizeMethods in org.camunda.bpm.engine.impl.optimize that return types with arguments of type UserOperationLogEntry Modifier and Type Method Description java.util.List<UserOperationLogEntry>OptimizeManager. getHistoricUserOperationLogs(java.util.Date occurredAfter, java.util.Date occurredAt, int maxResults)
- 
Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.persistence.entityMethods in org.camunda.bpm.engine.impl.persistence.entity that return UserOperationLogEntry Modifier and Type Method Description UserOperationLogEntryUserOperationLogManager. findOperationLogById(java.lang.String entryId)UserOperationLogEntryUserOperationLogManager. findOperationLogByOperationId(java.lang.String operationId)Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type UserOperationLogEntry Modifier and Type Method Description java.util.List<UserOperationLogEntry>UserOperationLogManager. findOperationLogEntriesByQueryCriteria(UserOperationLogQueryImpl query, Page page)
- 
Uses of UserOperationLogEntry in org.camunda.bpm.engine.rest.dto.historyMethods in org.camunda.bpm.engine.rest.dto.history with parameters of type UserOperationLogEntry Modifier and Type Method Description static UserOperationLogEntryDtoUserOperationLogEntryDto. map(UserOperationLogEntry entry)Method parameters in org.camunda.bpm.engine.rest.dto.history with type arguments of type UserOperationLogEntry Modifier and Type Method Description static java.util.List<UserOperationLogEntryDto>UserOperationLogEntryDto. map(java.util.List<UserOperationLogEntry> entries)
 
-