Interface SentryPartInstanceEntityManager

All Superinterfaces:
EntityManager<SentryPartInstanceEntity>
All Known Implementing Classes:
SentryPartInstanceEntityManagerImpl

public interface SentryPartInstanceEntityManager extends EntityManager<SentryPartInstanceEntity>
Author:
Joram Barrez
  • Method Details

    • findSentryPartInstancesByCaseInstanceId

      List<SentryPartInstanceEntity> findSentryPartInstancesByCaseInstanceId(String caseInstanceId)
    • findSentryPartInstancesByCaseInstanceIdAndNullPlanItemInstanceId

      List<SentryPartInstanceEntity> findSentryPartInstancesByCaseInstanceIdAndNullPlanItemInstanceId(String caseInstanceId)
    • findSentryPartInstancesByPlanItemInstanceId

      List<SentryPartInstanceEntity> findSentryPartInstancesByPlanItemInstanceId(String planItemInstanceId)
    • updateSentryPartInstancesCaseDefinitionId

      void updateSentryPartInstancesCaseDefinitionId(String caseInstanceId, String caseDefinitionId)
    • deleteByCaseInstanceId

      void deleteByCaseInstanceId(String caseInstanceId)