Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
-
Packages that use PropertyChange Package Description org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.history.producer org.camunda.bpm.engine.impl.oplog org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of PropertyChange in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return types with arguments of type PropertyChange Modifier and Type Method Description protected List<PropertyChange>
ExternalTaskCmd. getUserOperationLogPropertyChanges(ExternalTaskEntity externalTask)
protected List<PropertyChange>
SetExternalTaskPriorityCmd. getUserOperationLogPropertyChanges(ExternalTaskEntity externalTask)
protected List<PropertyChange>
SetExternalTaskRetriesCmd. getUserOperationLogPropertyChanges(ExternalTaskEntity externalTask)
Method parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type PropertyChange Modifier and Type Method Description protected void
ExternalTaskCmd. writeUserOperationLog(CommandContext commandContext, ExternalTaskEntity externalTask, String operationType, List<PropertyChange> propertyChanges)
-
Uses of PropertyChange in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type PropertyChange Modifier and Type Method Description protected void
DefaultHistoryEventProducer. initUserOperationLogEvent(UserOperationLogEntryEventEntity evt, UserOperationLogContext context, UserOperationLogContextEntry contextEntry, PropertyChange propertyChange)
-
Uses of PropertyChange in org.camunda.bpm.engine.impl.oplog
Fields in org.camunda.bpm.engine.impl.oplog with type parameters of type PropertyChange Modifier and Type Field Description protected List<PropertyChange>
UserOperationLogContextEntry. propertyChanges
Methods in org.camunda.bpm.engine.impl.oplog that return types with arguments of type PropertyChange Modifier and Type Method Description List<PropertyChange>
UserOperationLogContextEntry. getPropertyChanges()
Methods in org.camunda.bpm.engine.impl.oplog with parameters of type PropertyChange Modifier and Type Method Description UserOperationLogContextEntryBuilder
UserOperationLogContextEntryBuilder. propertyChanges(PropertyChange propertyChange)
-
Uses of PropertyChange in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as PropertyChange Modifier and Type Field Description static PropertyChange
PropertyChange. EMPTY_CHANGE
the empty changeFields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type PropertyChange Modifier and Type Field Description protected List<PropertyChange>
TaskEntity. identityLinkChanges
protected Map<String,PropertyChange>
TaskEntity. propertyChanges
contains all changed properties of this entityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type PropertyChange Modifier and Type Method Description Map<String,PropertyChange>
TaskEntity. getPropertyChanges()
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type PropertyChange Modifier and Type Method 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. 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)
Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type PropertyChange Modifier and Type Method Description void
UserOperationLogManager. logBatchOperation(String operation, String batchId, List<PropertyChange> propertyChanges)
void
UserOperationLogManager. logBatchOperation(String operation, List<PropertyChange> propertyChange)
void
UserOperationLogManager. logCaseDefinitionOperation(String operation, String caseDefinitionId, List<PropertyChange> propertyChanges)
void
UserOperationLogManager. logCaseInstanceOperation(String operation, String caseInstanceId, List<PropertyChange> propertyChanges)
void
UserOperationLogManager. logDecisionDefinitionOperation(String operation, List<PropertyChange> propertyChanges)
void
UserOperationLogManager. logDecisionInstanceOperation(String operation, List<PropertyChange> propertyChanges)
void
UserOperationLogManager. logDeploymentOperation(String operation, String deploymentId, 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)
-