Uses of Class
org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry

Packages that use UserOperationLogContextEntry
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.oplog   
 

Uses of UserOperationLogContextEntry in org.camunda.bpm.engine.impl.history.producer
 

Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type UserOperationLogContextEntry
protected  void DefaultHistoryEventProducer.initUserOperationLogEvent(UserOperationLogEntryEventEntity evt, UserOperationLogContext context, UserOperationLogContextEntry contextEntry, PropertyChange propertyChange)
           
 

Uses of UserOperationLogContextEntry in org.camunda.bpm.engine.impl.oplog
 

Fields in org.camunda.bpm.engine.impl.oplog declared as UserOperationLogContextEntry
protected  UserOperationLogContextEntry UserOperationLogContextEntryBuilder.entry
           
 

Fields in org.camunda.bpm.engine.impl.oplog with type parameters of type UserOperationLogContextEntry
protected  List<UserOperationLogContextEntry> UserOperationLogContext.entries
           
 

Methods in org.camunda.bpm.engine.impl.oplog that return UserOperationLogContextEntry
 UserOperationLogContextEntry UserOperationLogContextEntryBuilder.create()
           
 

Methods in org.camunda.bpm.engine.impl.oplog that return types with arguments of type UserOperationLogContextEntry
 List<UserOperationLogContextEntry> UserOperationLogContext.getEntries()
           
 

Methods in org.camunda.bpm.engine.impl.oplog with parameters of type UserOperationLogContextEntry
 void UserOperationLogContext.addEntry(UserOperationLogContextEntry entry)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.