public class HistoricJobLogManager extends AbstractHistoricManager
historyLevel, isHistoryEnabled, isHistoryLevelFullEnabled, LOG
Constructor and Description |
---|
HistoricJobLogManager() |
checkHistoryEnabled, isHistoryEnabled, isHistoryLevelFullEnabled
checkAuthorization, close, configureQuery, delete, deleteAuthorizations, deleteAuthorizationsForGroup, deleteAuthorizationsForUser, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getBatchManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDecisionDefinitionManager, getDecisionRequirementsDefinitionManager, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricBatchManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDecisionInstanceManager, getHistoricDetailManager, getHistoricExternalTaskLogManager, getHistoricIdentityLinkManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricReportManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getTaskReportManager, getTenantManager, getUserOperationLogManager, getVariableInstanceManager, insert, isAuthorizationEnabled, saveDefaultAuthorizations
public HistoricJobLogEventEntity findHistoricJobLogById(String historicJobLogId)
public List<HistoricJobLog> findHistoricJobLogsByDeploymentId(String deploymentId)
public List<HistoricJobLog> findHistoricJobLogsByQueryCriteria(HistoricJobLogQueryImpl query, Page page)
public long findHistoricJobLogsCountByQueryCriteria(HistoricJobLogQueryImpl query)
public void deleteHistoricJobLogById(String id)
public void deleteHistoricJobLogByJobId(String jobId)
public void deleteHistoricJobLogsByProcessInstanceId(String processInstanceId)
public void deleteHistoricJobLogsByProcessInstanceIds(List<String> processInstanceIds)
public void deleteHistoricJobLogsByProcessDefinitionId(String processDefinitionId)
public void deleteHistoricJobLogsByDeploymentId(String deploymentId)
public void deleteHistoricJobLogsByHandlerType(String handlerType)
public void deleteHistoricJobLogsByJobDefinitionId(String jobDefinitionId)
protected void deleteExceptionByteArrayByParameterMap(String key, Object value)
public void fireJobCreatedEvent(Job job)
public void fireJobSuccessfulEvent(Job job)
public void fireJobDeletedEvent(Job job)
protected boolean isHistoryEventProduced(HistoryEventType eventType, Job job)
protected void configureQuery(HistoricJobLogQueryImpl query)
Copyright © 2017. All rights reserved.