public interface SentryPartInstanceEntityManager extends EntityManager<SentryPartInstanceEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByCaseInstanceId(String caseInstanceId) |
List<SentryPartInstanceEntity> |
findSentryPartInstancesByCaseInstanceId(String caseInstanceId) |
List<SentryPartInstanceEntity> |
findSentryPartInstancesByCaseInstanceIdAndNullPlanItemInstanceId(String caseInstanceId) |
List<SentryPartInstanceEntity> |
findSentryPartInstancesByPlanItemInstanceId(String planItemInstanceId) |
List<SentryPartInstanceEntity> findSentryPartInstancesByCaseInstanceId(String caseInstanceId)
List<SentryPartInstanceEntity> findSentryPartInstancesByCaseInstanceIdAndNullPlanItemInstanceId(String caseInstanceId)
List<SentryPartInstanceEntity> findSentryPartInstancesByPlanItemInstanceId(String planItemInstanceId)
void deleteByCaseInstanceId(String caseInstanceId)
Copyright © 2021 Flowable. All rights reserved.