Uses of Class
org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
Packages that use UserOperationLogContextEntry Package Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected UserOperationLogContextEntry
UserOperationLogContextEntryBuilder. entry
Fields in org.camunda.bpm.engine.impl.oplog with type parameters of type UserOperationLogContextEntry Modifier and Type Field Description protected List<UserOperationLogContextEntry>
UserOperationLogContext. entries
Methods in org.camunda.bpm.engine.impl.oplog that return UserOperationLogContextEntry Modifier and Type Method Description UserOperationLogContextEntry
UserOperationLogContextEntryBuilder. create()
Methods in org.camunda.bpm.engine.impl.oplog that return types with arguments of type UserOperationLogContextEntry Modifier and Type Method Description List<UserOperationLogContextEntry>
UserOperationLogContext. getEntries()
Methods in org.camunda.bpm.engine.impl.oplog with parameters of type UserOperationLogContextEntry Modifier and Type Method Description void
UserOperationLogContext. addEntry(UserOperationLogContextEntry entry)
-