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,
UserOperationLogContextEntry contextEntry,
PropertyChange propertyChange) |
Modifier and Type | Field and Description |
---|---|
protected List<PropertyChange> |
UserOperationLogContextEntry.propertyChanges |
Modifier and Type | Method and Description |
---|---|
List<PropertyChange> |
UserOperationLogContextEntry.getPropertyChanges() |
Modifier and Type | Method and Description |
---|---|
UserOperationLogContextEntryBuilder |
UserOperationLogContextEntryBuilder.propertyChanges(PropertyChange propertyChange) |
Modifier and Type | Method and Description |
---|---|
UserOperationLogContextEntryBuilder |
UserOperationLogContextEntryBuilder.inContextOf(ExecutionEntity processInstance,
List<PropertyChange> propertyChanges) |
UserOperationLogContextEntryBuilder |
UserOperationLogContextEntryBuilder.inContextOf(TaskEntity task,
List<PropertyChange> propertyChanges) |
UserOperationLogContextEntryBuilder |
UserOperationLogContextEntryBuilder.propertyChanges(List<PropertyChange> propertyChanges) |
void |
UserOperationLogContextEntry.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 List<PropertyChange> |
TaskEntity.identityLinkChanges |
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,
ExecutionEntity processInstance,
PropertyChange propertyChange) |
void |
UserOperationLogManager.logAttachmentOperation(String operation,
TaskEntity task,
PropertyChange propertyChange) |
void |
UserOperationLogManager.logBatchOperation(String operation,
String batchId,
PropertyChange propertyChange) |
void |
UserOperationLogManager.logJobDefinitionOperation(String operation,
String jobDefinitionId,
String processDefinitionId,
String processDefinitionKey,
PropertyChange propertyChange) |
void |
UserOperationLogManager.logJobOperation(String operation,
String jobId,
String jobDefinitionId,
String processInstanceId,
String processDefinitionId,
String processDefinitionKey,
PropertyChange propertyChange) |
void |
UserOperationLogManager.logLinkOperation(String operation,
TaskEntity task,
PropertyChange propertyChange) |
void |
UserOperationLogManager.logProcessDefinitionOperation(String operation,
String processDefinitionId,
String processDefinitionKey,
PropertyChange propertyChange) |
void |
UserOperationLogManager.logVariableOperation(String operation,
String executionId,
String taskId,
PropertyChange propertyChange) |
Modifier and Type | Method and Description |
---|---|
void |
UserOperationLogManager.logDeploymentOperation(String operation,
String deploymentId,
List<PropertyChange> propertyChanges) |
void |
UserOperationLogManager.logProcessInstanceOperation(String operation,
String processInstanceId,
String processDefinitionId,
String processDefinitionKey,
List<PropertyChange> propertyChanges) |
void |
UserOperationLogManager.logTaskOperations(String operation,
TaskEntity task,
List<PropertyChange> propertyChanges) |
Copyright © 2017. All rights reserved.