org.camunda.bpm.engine.impl.persistence.entity
Class IncidentManager
java.lang.Object
org.camunda.bpm.engine.impl.persistence.AbstractManager
org.camunda.bpm.engine.impl.persistence.entity.IncidentManager
- All Implemented Interfaces:
- Session
public class IncidentManager
- extends AbstractManager
- Author:
- roman.smirnov
| Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager |
checkAuthorization, close, configureQuery, delete, deleteAuthorizations, flush, getAttachmentManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getDbEntityManager, getDbSqlSession, getDeploymentManager, getHistoricActivityInstanceManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDetailManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insert, saveDefaultAuthorizations |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncidentManager
public IncidentManager()
findIncidentsByExecution
public List<IncidentEntity> findIncidentsByExecution(String id)
findIncidentsByProcessInstance
public List<IncidentEntity> findIncidentsByProcessInstance(String id)
findIncidentCountByQueryCriteria
public long findIncidentCountByQueryCriteria(IncidentQueryImpl incidentQuery)
findIncidentByConfiguration
public List<Incident> findIncidentByConfiguration(String configuration)
findIncidentByConfigurationAndIncidentType
public List<Incident> findIncidentByConfigurationAndIncidentType(String configuration,
String incidentType)
findIncidentByQueryCriteria
public List<Incident> findIncidentByQueryCriteria(IncidentQueryImpl incidentQuery,
Page page)
Copyright © 2014 camunda services GmbH. All rights reserved.