public class IncidentEntityHandler extends AbstractEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity>
IEntityHandler for IncidentEntity| Modifier and Type | Field and Description |
|---|---|
static String |
OCLASS_NAME |
logger, mappingConvertors, mappingFromDocToEntity, mappingFromEntityToDoc, mappingFromQueryToDocBPM_ENTITY_CLASS| Constructor and Description |
|---|
IncidentEntityHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyRelationships(OSchemaHelper helper) |
void |
applySchema(OSchemaHelper helper) |
void |
create(org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity entity,
OPersistenceSession session) |
List<org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity> |
selectIncidentsByConfiguration(OPersistenceSession session,
org.camunda.bpm.engine.impl.db.ListQueryParameterObject parameter) |
List<org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity> |
selectIncidentsByExecutionId(OPersistenceSession session,
org.camunda.bpm.engine.impl.db.ListQueryParameterObject parameter) |
List<org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity> |
selectIncidentsByProcessInstanceId(OPersistenceSession session,
org.camunda.bpm.engine.impl.db.ListQueryParameterObject parameter) |
List<org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity> |
selectIncidentsByQueryCriteria(OPersistenceSession session,
org.camunda.bpm.engine.runtime.IncidentQuery query) |
checkMapping, command, convertValueFromEntity, convertValueToEntity, delete, delete, delete, delete, delete, deleteBulk, enrichWhereByBean, enrichWhereByMap, getEntityClass, getGetAndSetter, getPkField, getSchemaClass, hasNeedInCache, initMapping, invokeStatement, lock, mapToEntity, mapToODocument, onTrigger, query, query, query, query, queryList, querySingle, read, readAsDocument, selectList, selectOne, supportsStatement, update, updateBulk, wherepublic static final String OCLASS_NAME
public void applySchema(OSchemaHelper helper)
applySchema in interface IEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity>applySchema in class AbstractEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity>public void create(org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity entity,
OPersistenceSession session)
create in interface IEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity>create in class AbstractEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity>public void applyRelationships(OSchemaHelper helper)
applyRelationships in interface IEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity>applyRelationships in class AbstractEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity>public List<org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity> selectIncidentsByExecutionId(OPersistenceSession session, org.camunda.bpm.engine.impl.db.ListQueryParameterObject parameter)
public List<org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity> selectIncidentsByProcessInstanceId(OPersistenceSession session, org.camunda.bpm.engine.impl.db.ListQueryParameterObject parameter)
public List<org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity> selectIncidentsByConfiguration(OPersistenceSession session, org.camunda.bpm.engine.impl.db.ListQueryParameterObject parameter)
public List<org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity> selectIncidentsByQueryCriteria(OPersistenceSession session, org.camunda.bpm.engine.runtime.IncidentQuery query)
Copyright © 2019. All rights reserved.