org.camunda.bpm.engine.impl.persistence.entity
Class HistoricIncidentManager
java.lang.Object
org.camunda.bpm.engine.impl.persistence.AbstractManager
org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentManager
- All Implemented Interfaces:
- Session
public class HistoricIncidentManager
- extends AbstractHistoricManager
- Author:
- Roman Smirnov
| 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, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDetailManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, 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 |
HistoricIncidentManager
public HistoricIncidentManager()
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 © 2015 camunda services GmbH. All rights reserved.