Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
Packages that use PropertyChange
Package
Description
-
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 PropertyChangeModifier and TypeMethodDescriptionprotected 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 PropertyChangeModifier and TypeMethodDescriptionprotected voidExternalTaskCmd.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 PropertyChangeModifier and TypeMethodDescriptionprotected voidDefaultHistoryEventProducer.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 PropertyChangeModifier and TypeFieldDescriptionprotected List<PropertyChange>UserOperationLogContextEntry.propertyChangesMethods in org.camunda.bpm.engine.impl.oplog that return types with arguments of type PropertyChangeMethods in org.camunda.bpm.engine.impl.oplog with parameters of type PropertyChangeModifier and TypeMethodDescriptionUserOperationLogContextEntryBuilder.propertyChanges(PropertyChange propertyChange) Method parameters in org.camunda.bpm.engine.impl.oplog with type arguments of type PropertyChangeModifier 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) voidUserOperationLogContextEntry.setPropertyChanges(List<PropertyChange> propertyChanges) -
Uses of PropertyChange in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as PropertyChangeModifier and TypeFieldDescriptionstatic final PropertyChangePropertyChange.EMPTY_CHANGEthe empty changeFields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type PropertyChangeModifier and TypeFieldDescriptionprotected List<PropertyChange>TaskEntity.identityLinkChangesprotected Map<String,PropertyChange> TaskEntity.propertyChangescontains all changed properties of this entityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type PropertyChangeMethods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type PropertyChangeModifier and TypeMethodDescriptionvoidUserOperationLogManager.logAttachmentOperation(String operation, ExecutionEntity processInstance, PropertyChange propertyChange) voidUserOperationLogManager.logAttachmentOperation(String operation, TaskEntity task, PropertyChange propertyChange) voidUserOperationLogManager.logBatchOperation(String operation, String batchId, String tenantId, PropertyChange propertyChange) voidUserOperationLogManager.logHistoricVariableOperation(String operation, HistoricProcessInstanceEntity historicProcessInstance, ResourceDefinitionEntity<?> definition, PropertyChange propertyChange) voidUserOperationLogManager.logHistoricVariableOperation(String operation, HistoricVariableInstanceEntity historicVariableInstance, ResourceDefinitionEntity<?> definition, PropertyChange propertyChange) voidUserOperationLogManager.logJobDefinitionOperation(String operation, String jobDefinitionId, String processDefinitionId, String processDefinitionKey, PropertyChange propertyChange) voidUserOperationLogManager.logJobOperation(String operation, String jobId, String jobDefinitionId, String processInstanceId, String processDefinitionId, String processDefinitionKey, PropertyChange propertyChange) voidUserOperationLogManager.logLinkOperation(String operation, TaskEntity task, PropertyChange propertyChange) voidUserOperationLogManager.logProcessDefinitionOperation(String operation, String processDefinitionId, String processDefinitionKey, PropertyChange propertyChange) voidUserOperationLogManager.logVariableOperation(String operation, String executionId, String taskId, PropertyChange propertyChange) Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type PropertyChangeModifier and TypeMethodDescriptionvoidUserOperationLogManager.logBatchOperation(String operation, String batchId, String tenantId, List<PropertyChange> propertyChanges) voidUserOperationLogManager.logBatchOperation(String operation, String tenantId, List<PropertyChange> propertyChange) voidUserOperationLogManager.logCaseDefinitionOperation(String operation, String caseDefinitionId, String tenantId, List<PropertyChange> propertyChanges) voidUserOperationLogManager.logCaseInstanceOperation(String operation, String caseInstanceId, String tenantId, List<PropertyChange> propertyChanges) voidUserOperationLogManager.logDecisionDefinitionOperation(String operation, String tenantId, List<PropertyChange> propertyChanges) voidUserOperationLogManager.logDecisionInstanceOperation(String operation, String tenantId, List<PropertyChange> propertyChanges) voidUserOperationLogManager.logDeploymentOperation(String operation, String deploymentId, String tenantId, List<PropertyChange> propertyChanges) voidUserOperationLogManager.logExternalTaskOperation(String operation, ExternalTaskEntity externalTask, List<PropertyChange> propertyChanges) voidUserOperationLogManager.logJobOperation(String operation, String jobId, String jobDefinitionId, String processInstanceId, String processDefinitionId, String processDefinitionKey, List<PropertyChange> propertyChanges) voidUserOperationLogManager.logMetricsOperation(String operation, List<PropertyChange> propertyChanges) voidUserOperationLogManager.logProcessDefinitionOperation(String operation, String processDefinitionId, String processDefinitionKey, List<PropertyChange> propertyChanges) voidUserOperationLogManager.logProcessInstanceOperation(String operation, String processInstanceId, String processDefinitionId, String processDefinitionKey, List<PropertyChange> propertyChanges) voidUserOperationLogManager.logProcessInstanceOperation(String operation, String processInstanceId, String processDefinitionId, String processDefinitionKey, List<PropertyChange> propertyChanges, String annotation) voidUserOperationLogManager.logProcessInstanceOperation(String operation, List<PropertyChange> propertyChanges) voidUserOperationLogManager.logPropertyOperation(String operation, List<PropertyChange> propertyChanges) voidUserOperationLogManager.logTaskMetricsOperation(String operation, List<PropertyChange> propertyChanges) voidUserOperationLogManager.logTaskOperations(String operation, HistoricTaskInstance historicTask, List<PropertyChange> propertyChanges) voidUserOperationLogManager.logTaskOperations(String operation, TaskEntity task, List<PropertyChange> propertyChanges)