Uses of Interface
org.camunda.bpm.engine.history.UserOperationLogEntry

Packages that use UserOperationLogEntry
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.history.event   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl
 

Methods in org.camunda.bpm.engine.impl that return types with arguments of type UserOperationLogEntry
 List<UserOperationLogEntry> UserOperationLogQueryImpl.executeList(CommandContext commandContext, Page page)
           
 

Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.cfg
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type UserOperationLogEntry
 void CommandChecker.checkDeleteUserOperationLog(UserOperationLogEntry entry)
          Check if it is allowed to delete 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 UserOperationLogEntry
 void AuthorizationCommandChecker.checkDeleteUserOperationLog(UserOperationLogEntry entry)
           
 

Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.cfg.multitenancy
 

Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type UserOperationLogEntry
 void TenantCommandChecker.checkDeleteUserOperationLog(UserOperationLogEntry entry)
           
 

Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.history.event
 

Classes in org.camunda.bpm.engine.impl.history.event that implement UserOperationLogEntry
 class UserOperationLogEntryEventEntity
           
 

Uses of UserOperationLogEntry in org.camunda.bpm.engine.impl.persistence.entity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return UserOperationLogEntry
 UserOperationLogEntry UserOperationLogManager.findOperationLogById(String entryId)
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type UserOperationLogEntry
 List<UserOperationLogEntry> UserOperationLogManager.findOperationLogEntriesByQueryCriteria(UserOperationLogQueryImpl query, Page page)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.