public class ExecutionIdByProcessIdIndex extends AbstractIndexHandler<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity>
| Constructor and Description |
|---|
ExecutionIdByProcessIdIndex() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getIndexName() |
protected String |
getIndexValue(org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity entity) |
protected String |
getValue(org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity entity) |
boolean |
isUnique() |
checkIndexMatch, checkIndexMatch, getDeleteStatement, getIndexValue, getInsertStatement, getUniqueValue, getUpdateStatements, getValues, prepareprotected String getIndexName()
getIndexName in class AbstractIndexHandler<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity>public boolean isUnique()
protected String getIndexValue(org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity entity)
getIndexValue in class AbstractIndexHandler<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity>protected String getValue(org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity entity)
getValue in class AbstractIndexHandler<org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity>Copyright © 2016 camunda services GmbH. All rights reserved.