public class HistoricJobLogEventEntityHandler extends HistoricEventHandler<org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogEventEntity>
IEntityHandler for HistoricJobLogEventEntity| Modifier and Type | Field and Description |
|---|---|
static String |
OCLASS_NAME |
logger, mappingConvertors, mappingFromDocToEntity, mappingFromEntityToDoc, mappingFromQueryToDocBPM_ENTITY_CLASS| Constructor and Description |
|---|
HistoricJobLogEventEntityHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyRelationships(OSchemaHelper helper) |
void |
applySchema(OSchemaHelper helper) |
void |
deleteHistoricJobLogByDeploymentId(OPersistenceSession session,
String deploymentId) |
void |
deleteHistoricJobLogByProcessDefinitionId(OPersistenceSession session,
String processDefinitionId) |
void |
deleteHistoricJobLogByProcessInstanceId(OPersistenceSession session,
String processInstanceId) |
checkMapping, command, convertValueFromEntity, convertValueToEntity, create, 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.HistoricJobLogEventEntity>applySchema in class HistoricEventHandler<org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogEventEntity>public void applyRelationships(OSchemaHelper helper)
applyRelationships in interface IEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogEventEntity>applyRelationships in class HistoricEventHandler<org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogEventEntity>public void deleteHistoricJobLogByDeploymentId(OPersistenceSession session, String deploymentId)
public void deleteHistoricJobLogByProcessDefinitionId(OPersistenceSession session, String processDefinitionId)
public void deleteHistoricJobLogByProcessInstanceId(OPersistenceSession session, String processInstanceId)
Copyright © 2019. All rights reserved.