org.camunda.bpm.engine.impl.persistence.entity
Class HistoricIncidentManager

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.AbstractManager
      extended by org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
          extended by org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentManager
All Implemented Interfaces:
Session

public class HistoricIncidentManager
extends AbstractHistoricManager

Author:
Roman Smirnov

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
historyLevel, isHistoryEnabled, isHistoryLevelFullEnabled, LOG
 
Constructor Summary
HistoricIncidentManager()
           
 
Method Summary
 void deleteHistoricIncidentsByProcessDefinitionId(String processDefinitionId)
           
 void deleteHistoricIncidentsByProcessInstanceId(String processInstanceId)
           
 List<HistoricIncident> findHistoricIncidentByQueryCriteria(HistoricIncidentQueryImpl query, Page page)
           
 long findHistoricIncidentCountByQueryCriteria(HistoricIncidentQueryImpl query)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
checkHistoryEnabled, isHistoryEnabled, isHistoryLevelFullEnabled
 
Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager
checkAuthorization, close, configureQuery, delete, deleteAuthorizations, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDecisionDefinitionManager, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDecisionInstanceManager, getHistoricDetailManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricReportManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getUserOperationLogManager, getVariableInstanceManager, insert, isAuthorizationEnabled, saveDefaultAuthorizations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoricIncidentManager

public HistoricIncidentManager()
Method Detail

findHistoricIncidentCountByQueryCriteria

public long findHistoricIncidentCountByQueryCriteria(HistoricIncidentQueryImpl query)

findHistoricIncidentByQueryCriteria

public List<HistoricIncident> findHistoricIncidentByQueryCriteria(HistoricIncidentQueryImpl query,
                                                                  Page page)

deleteHistoricIncidentsByProcessInstanceId

public void deleteHistoricIncidentsByProcessInstanceId(String processInstanceId)

deleteHistoricIncidentsByProcessDefinitionId

public void deleteHistoricIncidentsByProcessDefinitionId(String processDefinitionId)


Copyright © 2016 camunda services GmbH. All rights reserved.