public class UserOperationLogManager extends AbstractHistoricManager
UserOperationLogEntryEventEntity
that also provides a generic and some specific log methods.historyLevel, isHistoryEnabled, isHistoryLevelFullEnabled
Constructor and Description |
---|
UserOperationLogManager() |
Modifier and Type | Method and Description |
---|---|
protected UserOperationLogContext |
createContextForTask(String entityType,
String operation,
TaskEntity task,
List<PropertyChange> propertyChanges) |
void |
deleteOperationLogEntriesByProcessInstanceId(String historicProcessInstanceId) |
void |
deleteOperationLogEntriesByTaskId(String taskId) |
List<UserOperationLogEntry> |
findOperationLogEntriesByQueryCriteria(UserOperationLogQueryImpl query,
Page page) |
long |
findOperationLogEntryCountByQueryCriteria(UserOperationLogQueryImpl query) |
void |
logAttachmentOperation(String operation,
TaskEntity task,
PropertyChange propertyChange) |
void |
logLinkOperation(String operation,
TaskEntity task,
PropertyChange propertyChange) |
void |
logTaskOperations(String operation,
TaskEntity task,
List<PropertyChange> propertyChanges) |
void |
logUserOperations(UserOperationLogContext context) |
checkHistoryEnabled, isHistoryEnabled, isHistoryLevelFullEnabled
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insert
public long findOperationLogEntryCountByQueryCriteria(UserOperationLogQueryImpl query)
public List<UserOperationLogEntry> findOperationLogEntriesByQueryCriteria(UserOperationLogQueryImpl query, Page page)
public void deleteOperationLogEntriesByProcessInstanceId(String historicProcessInstanceId)
public void deleteOperationLogEntriesByTaskId(String taskId)
public void logUserOperations(UserOperationLogContext context)
public void logTaskOperations(String operation, TaskEntity task, List<PropertyChange> propertyChanges)
public void logLinkOperation(String operation, TaskEntity task, PropertyChange propertyChange)
public void logAttachmentOperation(String operation, TaskEntity task, PropertyChange propertyChange)
protected UserOperationLogContext createContextForTask(String entityType, String operation, TaskEntity task, List<PropertyChange> propertyChanges)
Copyright © 2015. All rights reserved.