Interface CaseDefinitionEntityManager

    • Method Detail

      • findCaseDefinitionByParentDeploymentAndKey

        CaseDefinitionEntity findCaseDefinitionByParentDeploymentAndKey​(String parentDeploymentId,
                                                                        String caseDefinitionKey)
      • findCaseDefinitionByParentDeploymentAndKeyAndTenantId

        CaseDefinitionEntity findCaseDefinitionByParentDeploymentAndKeyAndTenantId​(String parentDeploymentId,
                                                                                   String caseDefinitionKey,
                                                                                   String tenantId)
      • findCaseDefinitionByKeyAndVersionAndTenantId

        CaseDefinition findCaseDefinitionByKeyAndVersionAndTenantId​(String caseDefinitionKey,
                                                                    Integer caseDefinitionVersion,
                                                                    String tenantId)
      • deleteCaseDefinitionAndRelatedData

        void deleteCaseDefinitionAndRelatedData​(String caseDefinitionId,
                                                boolean cascadeHistory)
      • findCaseDefinitionCountByQueryCriteria

        long findCaseDefinitionCountByQueryCriteria​(CaseDefinitionQuery caseDefinitionQuery)