public class MybatisSentryPartInstanceDataManagerImpl extends AbstractCmmnDataManager<SentryPartInstanceEntity> implements SentryPartInstanceDataManager
| Modifier and Type | Class and Description |
|---|---|
static class |
MybatisSentryPartInstanceDataManagerImpl.SentryPartByCaseInstanceIdEntityMatcher |
static class |
MybatisSentryPartInstanceDataManagerImpl.SentryPartByPlanItemInstanceIdEntityMatcher |
| Modifier and Type | Field and Description |
|---|---|
protected MybatisSentryPartInstanceDataManagerImpl.SentryPartByCaseInstanceIdEntityMatcher |
sentryPartByCaseInstanceIdEntityMatched |
protected MybatisSentryPartInstanceDataManagerImpl.SentryPartByPlanItemInstanceIdEntityMatcher |
sentryPartByPlanItemInstanceIdEntityMatched |
cmmnEngineConfiguration| Constructor and Description |
|---|
MybatisSentryPartInstanceDataManagerImpl(CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
SentryPartInstanceEntity |
create() |
void |
deleteByCaseInstanceId(String caseInstanceId) |
List<SentryPartInstanceEntity> |
findSentryPartInstancesByCaseInstanceId(String caseInstanceId) |
List<SentryPartInstanceEntity> |
findSentryPartInstancesByCaseInstanceIdAndNullPlanItemInstanceId(String caseInstanceId) |
List<SentryPartInstanceEntity> |
findSentryPartInstancesByPlanItemInstanceId(String planItemInstanceId) |
Class<? extends SentryPartInstanceEntity> |
getManagedEntityClass() |
getCmmnEngineConfigurationbulkDelete, delete, delete, deleteCachedEntities, deleteCachedEntities, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, updateprotected MybatisSentryPartInstanceDataManagerImpl.SentryPartByCaseInstanceIdEntityMatcher sentryPartByCaseInstanceIdEntityMatched
protected MybatisSentryPartInstanceDataManagerImpl.SentryPartByPlanItemInstanceIdEntityMatcher sentryPartByPlanItemInstanceIdEntityMatched
public MybatisSentryPartInstanceDataManagerImpl(CmmnEngineConfiguration cmmnEngineConfiguration)
public Class<? extends SentryPartInstanceEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<SentryPartInstanceEntity>public SentryPartInstanceEntity create()
create in interface DataManager<SentryPartInstanceEntity>public List<SentryPartInstanceEntity> findSentryPartInstancesByCaseInstanceId(String caseInstanceId)
findSentryPartInstancesByCaseInstanceId in interface SentryPartInstanceDataManagerpublic List<SentryPartInstanceEntity> findSentryPartInstancesByCaseInstanceIdAndNullPlanItemInstanceId(String caseInstanceId)
findSentryPartInstancesByCaseInstanceIdAndNullPlanItemInstanceId in interface SentryPartInstanceDataManagerpublic List<SentryPartInstanceEntity> findSentryPartInstancesByPlanItemInstanceId(String planItemInstanceId)
findSentryPartInstancesByPlanItemInstanceId in interface SentryPartInstanceDataManagerpublic void deleteByCaseInstanceId(String caseInstanceId)
deleteByCaseInstanceId in interface SentryPartInstanceDataManagerCopyright © 2019 Flowable. All rights reserved.