|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyChange | |
|---|---|
| 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.history.producer |
|---|
| Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type PropertyChange | |
|---|---|
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 | |
|---|---|
protected List<PropertyChange> |
UserOperationLogContextEntry.propertyChanges
|
| Methods in org.camunda.bpm.engine.impl.oplog that return types with arguments of type PropertyChange | |
|---|---|
List<PropertyChange> |
UserOperationLogContextEntry.getPropertyChanges()
|
| Methods in org.camunda.bpm.engine.impl.oplog with parameters of type PropertyChange | |
|---|---|
UserOperationLogContextEntryBuilder |
UserOperationLogContextEntryBuilder.propertyChanges(PropertyChange propertyChange)
|
| Method parameters in org.camunda.bpm.engine.impl.oplog with type arguments of type PropertyChange | |
|---|---|
UserOperationLogContextEntryBuilder |
UserOperationLogContextEntryBuilder.inContextOf(TaskEntity task,
List<PropertyChange> propertyChanges)
|
UserOperationLogContextEntryBuilder |
UserOperationLogContextEntryBuilder.propertyChanges(List<PropertyChange> propertyChanges)
|
void |
UserOperationLogContextEntry.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 PropertyChange | |
|---|---|
static PropertyChange |
PropertyChange.EMPTY_CHANGE
the empty change |
| Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type PropertyChange | |
|---|---|
protected Map<String,PropertyChange> |
TaskEntity.propertyChanges
contains all changed properties of this entity |
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type PropertyChange | |
|---|---|
Map<String,PropertyChange> |
TaskEntity.getPropertyChanges()
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type PropertyChange | |
|---|---|
void |
UserOperationLogManager.logAttachmentOperation(String operation,
TaskEntity task,
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.logProcessInstanceOperation(String operation,
String processInstanceId,
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 | |
|---|---|
void |
UserOperationLogManager.logDeploymentOperation(String operation,
String deploymentId,
List<PropertyChange> propertyChanges)
|
void |
UserOperationLogManager.logTaskOperations(String operation,
TaskEntity task,
List<PropertyChange> propertyChanges)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||