Package | Description |
---|---|
org.camunda.bpm.engine.impl.history.producer | |
org.camunda.bpm.engine.impl.oplog | |
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultHistoryEventProducer.initUserOperationLogEvent(UserOperationLogEntryEventEntity evt,
UserOperationLogContext context,
PropertyChange propertyChange) |
Modifier and Type | Field and Description |
---|---|
protected List<PropertyChange> |
UserOperationLogContext.propertyChanges |
Modifier and Type | Method and Description |
---|---|
List<PropertyChange> |
UserOperationLogContext.getPropertyChanges() |
Modifier and Type | Method and Description |
---|---|
void |
UserOperationLogContext.setPropertyChanges(List<PropertyChange> propertyChanges) |
Modifier and Type | Field and Description |
---|---|
static PropertyChange |
PropertyChange.EMPTY_CHANGE
the empty change
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,PropertyChange> |
TaskEntity.propertyChanges
contains all changed properties of this entity
|
Modifier and Type | Method and Description |
---|---|
Map<String,PropertyChange> |
TaskEntity.getPropertyChanges() |
Modifier and Type | Method and Description |
---|---|
void |
UserOperationLogManager.logAttachmentOperation(String operation,
TaskEntity task,
PropertyChange propertyChange) |
void |
UserOperationLogManager.logLinkOperation(String operation,
TaskEntity task,
PropertyChange propertyChange) |
void |
UserOperationLogManager.logProcessInstanceOperation(String operation,
String processInstanceId,
String processDefinitionId,
String processDefinitionKey,
PropertyChange propertyChange)
The parameters processInstanceId, processDefinitionId and processInstanceKey are interpreted as selection constraints
that are affected by the operation.
|
Modifier and Type | Method and Description |
---|---|
protected UserOperationLogContext |
UserOperationLogManager.createContextForProcessInstance(String operation,
String processInstanceId,
String processDefinitionId,
String processDefinitionKey,
List<PropertyChange> propertyChanges) |
protected UserOperationLogContext |
UserOperationLogManager.createContextForTask(String entityType,
String operation,
TaskEntity task,
List<PropertyChange> propertyChanges) |
void |
UserOperationLogManager.logTaskOperations(String operation,
TaskEntity task,
List<PropertyChange> propertyChanges) |
Copyright © 2018. All rights reserved.