Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
Package
Description
-
Uses of PropertyChange in org.camunda.bpm.engine.impl.cmd
Modifier and TypeMethodDescriptionprotected List<PropertyChange>
CorrelateAllMessageCmd.getGenericPropChangesForOperation()
CorrelateAllMessageCmd.getPropChangesForOperation
(List<MessageCorrelationResultImpl> results) CorrelateAllMessageCmd.getSummarizingPropChangesForOperation
(List<MessageCorrelationResultImpl> results) protected List<PropertyChange>
ExternalTaskCmd.getUserOperationLogPropertyChanges
(ExternalTaskEntity externalTask) protected List<PropertyChange>
SetExternalTaskPriorityCmd.getUserOperationLogPropertyChanges
(ExternalTaskEntity externalTask) protected List<PropertyChange>
SetExternalTaskRetriesCmd.getUserOperationLogPropertyChanges
(ExternalTaskEntity externalTask) Modifier and TypeMethodDescriptionvoid
CorrelateAllMessageCmd.createOperationLogEntry
(CommandContext commandContext, MessageCorrelationResultImpl result, List<PropertyChange> propChanges, boolean isSummary) protected void
ExternalTaskCmd.writeUserOperationLog
(CommandContext commandContext, ExternalTaskEntity externalTask, String operationType, List<PropertyChange> propertyChanges) -
Uses of PropertyChange in org.camunda.bpm.engine.impl.history
Modifier and TypeMethodDescriptionSynchronousOperationLogProducer.getPropChangesForOperation
(List<T> results) Returns a map containing a list of changed properties for every result of the operation.SynchronousOperationLogProducer.getSummarizingPropChangesForOperation
(List<T> results) Returns a list of changed properties summarizing the whole operation involving multiple entities.Modifier and TypeMethodDescriptionvoid
SynchronousOperationLogProducer.createOperationLogEntry
(CommandContext commandContext, T result, List<PropertyChange> propChanges, boolean isSummary) Calls the code that produces the operation log. -
Uses of PropertyChange in org.camunda.bpm.engine.impl.history.producer
Modifier and TypeMethodDescriptionprotected void
DefaultHistoryEventProducer.initUserOperationLogEvent
(UserOperationLogEntryEventEntity evt, UserOperationLogContext context, UserOperationLogContextEntry contextEntry, PropertyChange propertyChange) -
Uses of PropertyChange in org.camunda.bpm.engine.impl.oplog
Modifier and TypeFieldDescriptionprotected List<PropertyChange>
UserOperationLogContextEntry.propertyChanges
Modifier and TypeMethodDescriptionUserOperationLogContextEntryBuilder.propertyChanges
(PropertyChange propertyChange) Modifier and TypeMethodDescriptionUserOperationLogContextEntryBuilder.inContextOf
(HistoricTaskInstance task, List<PropertyChange> propertyChanges) UserOperationLogContextEntryBuilder.inContextOf
(HistoryEvent historyEvent, ResourceDefinitionEntity<?> definition, List<PropertyChange> propertyChanges) UserOperationLogContextEntryBuilder.inContextOf
(ExecutionEntity processInstance, List<PropertyChange> propertyChanges) UserOperationLogContextEntryBuilder.inContextOf
(HistoricVariableInstanceEntity variable, ResourceDefinitionEntity<?> definition, List<PropertyChange> propertyChanges) UserOperationLogContextEntryBuilder.inContextOf
(TaskEntity task, List<PropertyChange> propertyChanges) UserOperationLogContextEntryBuilder.propertyChanges
(List<PropertyChange> propertyChanges) void
UserOperationLogContextEntry.setPropertyChanges
(List<PropertyChange> propertyChanges) -
Uses of PropertyChange in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeFieldDescriptionstatic final PropertyChange
PropertyChange.EMPTY_CHANGE
the empty changeModifier and TypeFieldDescriptionprotected List<PropertyChange>
TaskEntity.identityLinkChanges
protected Map<String,
PropertyChange> TaskEntity.propertyChanges
contains all changed properties of this entityModifier and TypeMethodDescriptionvoid
UserOperationLogManager.logAttachmentOperation
(String operation, ExecutionEntity processInstance, PropertyChange propertyChange) void
UserOperationLogManager.logAttachmentOperation
(String operation, TaskEntity task, PropertyChange propertyChange) void
UserOperationLogManager.logBatchOperation
(String operation, String batchId, String tenantId, PropertyChange propertyChange) void
UserOperationLogManager.logHistoricVariableOperation
(String operation, HistoricProcessInstanceEntity historicProcessInstance, ResourceDefinitionEntity<?> definition, PropertyChange propertyChange) void
UserOperationLogManager.logHistoricVariableOperation
(String operation, HistoricVariableInstanceEntity historicVariableInstance, ResourceDefinitionEntity<?> definition, 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 TypeMethodDescriptionvoid
UserOperationLogManager.logBatchOperation
(String operation, String batchId, String tenantId, List<PropertyChange> propertyChanges) void
UserOperationLogManager.logBatchOperation
(String operation, String tenantId, List<PropertyChange> propertyChange) void
UserOperationLogManager.logCaseDefinitionOperation
(String operation, String caseDefinitionId, String tenantId, List<PropertyChange> propertyChanges) void
UserOperationLogManager.logCaseInstanceOperation
(String operation, String caseInstanceId, String tenantId, List<PropertyChange> propertyChanges) void
UserOperationLogManager.logDecisionDefinitionOperation
(String operation, String tenantId, List<PropertyChange> propertyChanges) void
UserOperationLogManager.logDecisionInstanceOperation
(String operation, String tenantId, List<PropertyChange> propertyChanges) void
UserOperationLogManager.logDeploymentOperation
(String operation, String deploymentId, String tenantId, List<PropertyChange> propertyChanges) void
UserOperationLogManager.logExternalTaskOperation
(String operation, ExternalTaskEntity externalTask, List<PropertyChange> propertyChanges) void
UserOperationLogManager.logJobOperation
(String operation, String jobId, String jobDefinitionId, String processInstanceId, String processDefinitionId, String processDefinitionKey, List<PropertyChange> propertyChanges) void
UserOperationLogManager.logMetricsOperation
(String operation, List<PropertyChange> propertyChanges) void
UserOperationLogManager.logProcessDefinitionOperation
(String operation, String processDefinitionId, String processDefinitionKey, List<PropertyChange> propertyChanges) void
UserOperationLogManager.logProcessInstanceOperation
(String operation, String processInstanceId, String processDefinitionId, String processDefinitionKey, List<PropertyChange> propertyChanges) void
UserOperationLogManager.logProcessInstanceOperation
(String operation, String processInstanceId, String processDefinitionId, String processDefinitionKey, List<PropertyChange> propertyChanges, String annotation) void
UserOperationLogManager.logProcessInstanceOperation
(String operation, List<PropertyChange> propertyChanges) void
UserOperationLogManager.logPropertyOperation
(String operation, List<PropertyChange> propertyChanges) void
UserOperationLogManager.logTaskMetricsOperation
(String operation, List<PropertyChange> propertyChanges) void
UserOperationLogManager.logTaskOperations
(String operation, HistoricTaskInstance historicTask, List<PropertyChange> propertyChanges) void
UserOperationLogManager.logTaskOperations
(String operation, TaskEntity task, List<PropertyChange> propertyChanges)