public class ResourceEntityHandler extends AbstractEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity>
IEntityHandler for ResourceEntity| Modifier and Type | Field and Description |
|---|---|
static String |
OCLASS_NAME |
logger, mappingConvertors, mappingFromDocToEntity, mappingFromEntityToDoc, mappingFromQueryToDocBPM_ENTITY_CLASS| Constructor and Description |
|---|
ResourceEntityHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyRelationships(OSchemaHelper helper) |
void |
applySchema(OSchemaHelper helper) |
void |
deleteResourcesByDeploymentId(OPersistenceSession session,
String deploymentId) |
com.orientechnologies.orient.core.hook.ORecordHook.RESULT |
onTrigger(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
com.orientechnologies.orient.core.record.impl.ODocument doc,
com.orientechnologies.orient.core.hook.ORecordHook.TYPE iType) |
List<org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity> |
selectLatestResourcesByDeploymentName(OPersistenceSession session,
org.camunda.bpm.engine.impl.db.ListQueryParameterObject params) |
org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity |
selectResourceByDeploymentIdAndResourceName(OPersistenceSession session,
Map<String,Object> map) |
List<org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity> |
selectResourcesByDeploymentId(OPersistenceSession session,
org.camunda.bpm.engine.impl.db.ListQueryParameterObject param) |
checkMapping, command, convertValueFromEntity, convertValueToEntity, create, delete, delete, delete, delete, delete, deleteBulk, enrichWhereByBean, enrichWhereByMap, getEntityClass, getGetAndSetter, getPkField, getSchemaClass, hasNeedInCache, initMapping, invokeStatement, lock, mapToEntity, mapToODocument, 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.ResourceEntity>applySchema in class AbstractEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity>public void applyRelationships(OSchemaHelper helper)
applyRelationships in interface IEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity>applyRelationships in class AbstractEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity>public com.orientechnologies.orient.core.hook.ORecordHook.RESULT onTrigger(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
com.orientechnologies.orient.core.record.impl.ODocument doc,
com.orientechnologies.orient.core.hook.ORecordHook.TYPE iType)
onTrigger in interface IEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity>onTrigger in class AbstractEntityHandler<org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity>public org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity selectResourceByDeploymentIdAndResourceName(OPersistenceSession session, Map<String,Object> map)
public List<org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity> selectResourcesByDeploymentId(OPersistenceSession session, org.camunda.bpm.engine.impl.db.ListQueryParameterObject param)
public List<org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity> selectLatestResourcesByDeploymentName(OPersistenceSession session, org.camunda.bpm.engine.impl.db.ListQueryParameterObject params)
public void deleteResourcesByDeploymentId(OPersistenceSession session, String deploymentId)
Copyright © 2019. All rights reserved.