Uses of Class
org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
-
Packages that use UserOperationLogContext Package Description org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.history.producer org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of UserOperationLogContext in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type UserOperationLogContext Modifier and Type Method Description protected voidSetJobDefinitionPriorityCmd. createCascadeJobsOperationLogEntry(UserOperationLogContext opLogContext, JobDefinitionEntity jobDefinition)protected voidSetJobDefinitionPriorityCmd. createJobDefinitionOperationLogEntry(UserOperationLogContext opLogContext, java.lang.Long previousPriority, JobDefinitionEntity jobDefinition) -
Uses of UserOperationLogContext in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type UserOperationLogContext Modifier and Type Method Description java.util.List<HistoryEvent>DefaultHistoryEventProducer. createUserOperationLogEvents(UserOperationLogContext context)java.util.List<HistoryEvent>HistoryEventProducer. createUserOperationLogEvents(UserOperationLogContext context)Creates the history event fired whenever an operation has been performed by a user.protected voidDefaultHistoryEventProducer. initUserOperationLogEvent(UserOperationLogEntryEventEntity evt, UserOperationLogContext context, UserOperationLogContextEntry contextEntry, PropertyChange propertyChange) -
Uses of UserOperationLogContext in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type UserOperationLogContext Modifier and Type Method Description protected voidUserOperationLogManager. fireUserOperationLog(UserOperationLogContext context)voidUserOperationLogManager. logUserOperations(UserOperationLogContext context)
-