Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.PropertyChange

Packages that use PropertyChange
org.camunda.bpm.engine.history Classes related to the HistoryService
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of PropertyChange in org.camunda.bpm.engine.history
 

Fields in org.camunda.bpm.engine.history with type parameters of type PropertyChange
protected  List<PropertyChange> UserOperationLogContext.propertyChanges
           
 

Methods in org.camunda.bpm.engine.history that return types with arguments of type PropertyChange
 List<PropertyChange> UserOperationLogContext.getPropertyChanges()
           
 

Method parameters in org.camunda.bpm.engine.history with type arguments of type PropertyChange
 void UserOperationLogContext.setPropertyChanges(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
protected  void DefaultHistoryEventProducer.initUserOperationLogEvent(UserOperationLogEntryEventEntity evt, UserOperationLogContext context, 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
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, ExecutionEntity execution, PropertyChange propertyChange)
           
 void UserOperationLogManager.logVariableOperation(String operation, String executionId, String taskId, PropertyChange propertyChange)
           
 void UserOperationLogManager.logVariableOperation(String operation, TaskEntity task, PropertyChange propertyChange)
           
 

Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type PropertyChange
protected  UserOperationLogContext UserOperationLogManager.createContext(String entityType, String operationType, String processDefinitionKey, String processDefinitionId, String processInstanceId, String jobDefinitionId, String jobId, List<PropertyChange> propertyChanges)
           
protected  UserOperationLogContext UserOperationLogManager.createContextForJob(String operation, String jobId, String jobDefinitionId, String processInstanceId, String processDefinitionId, String processDefinitionKey, List<PropertyChange> propertyChanges)
           
protected  UserOperationLogContext UserOperationLogManager.createContextForJobDefinition(String operation, String jobDefinitionId, String processDefinitionId, String processDefinitionKey, List<PropertyChange> propertyChanges)
           
protected  UserOperationLogContext UserOperationLogManager.createContextForProcessDefinition(String operation, String processDefinitionId, String processDefinitionKey, List<PropertyChange> propertyChanges)
           
protected  UserOperationLogContext UserOperationLogManager.createContextForProcessInstance(String operation, String processInstanceId, String processDefinitionId, String processDefinitionKey, List<PropertyChange> propertyChanges)
           
protected  UserOperationLogContext UserOperationLogManager.createContextForTask(String entityType, String operation, TaskEntity task, List<PropertyChange> propertyChanges)
           
 void UserOperationLogManager.logTaskOperations(String operation, TaskEntity task, List<PropertyChange> propertyChanges)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.