Uses of Class
org.camunda.bpm.engine.history.UserOperationLogContext

Packages that use UserOperationLogContext
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of UserOperationLogContext in org.camunda.bpm.engine.impl.history.producer
 

Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type UserOperationLogContext
 List<HistoryEvent> DefaultHistoryEventProducer.createUserOperationLogEvents(UserOperationLogContext context)
           
 List<HistoryEvent> HistoryEventProducer.createUserOperationLogEvents(UserOperationLogContext context)
          Creates the history event fired whenever an operation has been performed by a user.
protected  void DefaultHistoryEventProducer.initUserOperationLogEvent(UserOperationLogEntryEventEntity evt, UserOperationLogContext context, PropertyChange propertyChange)
           
 

Uses of UserOperationLogContext in org.camunda.bpm.engine.impl.persistence.entity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return UserOperationLogContext
protected  UserOperationLogContext UserOperationLogManager.createContext(String entityType, String operationType)
           
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)
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type UserOperationLogContext
 void UserOperationLogManager.logUserOperations(UserOperationLogContext context)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.