Package | Description |
---|---|
org.camunda.bpm.engine.impl.history.producer | |
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
List<HistoryEvent> |
HistoryEventProducer.createUserOperationLogEvents(UserOperationLogContext context)
Creates the history event fired whenever an operation has been performed by a user.
|
List<HistoryEvent> |
DefaultHistoryEventProducer.createUserOperationLogEvents(UserOperationLogContext context) |
protected void |
DefaultHistoryEventProducer.initUserOperationLogEvent(UserOperationLogEntryEventEntity evt,
UserOperationLogContext context,
PropertyChange propertyChange) |
Modifier and Type | Method and Description |
---|---|
protected UserOperationLogContext |
UserOperationLogManager.createContextForTask(String entityType,
String operation,
TaskEntity task,
List<PropertyChange> propertyChanges) |
Modifier and Type | Method and Description |
---|---|
void |
UserOperationLogManager.logUserOperations(UserOperationLogContext context) |
Copyright © 2015. All rights reserved.