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 |
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insert |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncidentManager
public IncidentManager()
findIncidentsByExecution
public List<Incident> findIncidentsByExecution(String id)
findIncidentCountByQueryCriteria
public long findIncidentCountByQueryCriteria(IncidentQueryImpl jobQuery)
findIncidentByConfiguration
public List<Incident> findIncidentByConfiguration(String configuration)
findIncidentByConfigurationAndIncidentType
public List<Incident> findIncidentByConfigurationAndIncidentType(String configuration,
String incidentType)
findIncidentByQueryCriteria
public List<Incident> findIncidentByQueryCriteria(IncidentQueryImpl jobQuery,
Page page)
Copyright © 2014 camunda services GmbH. All Rights Reserved.