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
 

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)
           
 

Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type PropertyChange
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.