public class ExecutionEntityHandler extends AbstractEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity>
IEntityHandler for ExecutionEntity| Modifier and Type | Field and Description |
|---|---|
static String |
OCLASS_NAME |
logger, mappingConvertors, mappingFromDocToEntity, mappingFromEntityToDoc, mappingFromQueryToDocBPM_ENTITY_CLASS| Constructor and Description |
|---|
ExecutionEntityHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyRelationships(OSchemaHelper helper) |
void |
applySchema(OSchemaHelper helper) |
boolean |
hasNeedInCache() |
List<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity> |
selectExecutionsByParentExecutionId(OPersistenceSession session,
org.camunda.bpm.engine.impl.db.ListQueryParameterObject parameter) |
List<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity> |
selectExecutionsByProcessInstanceId(OPersistenceSession session,
org.camunda.bpm.engine.impl.db.ListQueryParameterObject obj) |
List<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity> |
selectExecutionsByQueryCriteria(OPersistenceSession session,
org.camunda.bpm.engine.impl.ExecutionQueryImpl query) |
List<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity> |
selectProcessInstanceByQueryCriteria(OPersistenceSession session,
org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl query) |
List<String> |
selectProcessInstanceIdsByProcessDefinitionId(OPersistenceSession session,
org.camunda.bpm.engine.impl.db.ListQueryParameterObject parameter) |
checkMapping, command, convertValueFromEntity, convertValueToEntity, create, delete, delete, delete, delete, delete, deleteBulk, enrichWhereByBean, enrichWhereByMap, getEntityClass, getGetAndSetter, getPkField, getSchemaClass, 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.ExecutionEntity>applySchema in class AbstractEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity>public void applyRelationships(OSchemaHelper helper)
applyRelationships in interface IEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity>applyRelationships in class AbstractEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity>public List<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity> selectProcessInstanceByQueryCriteria(OPersistenceSession session, org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl query)
public List<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity> selectExecutionsByQueryCriteria(OPersistenceSession session, org.camunda.bpm.engine.impl.ExecutionQueryImpl query)
public boolean hasNeedInCache()
hasNeedInCache in interface IEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity>hasNeedInCache in class AbstractEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity>public List<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity> selectExecutionsByProcessInstanceId(OPersistenceSession session, org.camunda.bpm.engine.impl.db.ListQueryParameterObject obj)
public List<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity> selectExecutionsByParentExecutionId(OPersistenceSession session, org.camunda.bpm.engine.impl.db.ListQueryParameterObject parameter)
public List<String> selectProcessInstanceIdsByProcessDefinitionId(OPersistenceSession session, org.camunda.bpm.engine.impl.db.ListQueryParameterObject parameter)
Copyright © 2019. All rights reserved.