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.logLinkOperation(String operation, TaskEntity task, PropertyChange propertyChange)
           
 void UserOperationLogManager.logProcessInstanceOperation(String operation, String processInstanceId, String processDefinitionId, String processDefinitionKey, PropertyChange propertyChange)
          The parameters processInstanceId, processDefinitionId and processInstanceKey are interpreted as selection constraints that are affected by the operation.
 

Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type PropertyChange
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 © 2014 camunda services GmbH. All rights reserved.