Interface IntegrationRepositoryCustom

    • Method Detail

      • findAllByProjectIdAndInIntegrationTypeIds

        java.util.List<Integration> findAllByProjectIdAndInIntegrationTypeIds​(java.lang.Long projectId,
                                                                              java.util.List<java.lang.Long> integrationTypeIds)
        Retrieve integrations by project ID and IntegrationType.id IN provided integration type IDs
        Parameters:
        projectId - Project.id of the Integration
        integrationTypeIds - The List of the IntegrationType.id
        Returns:
        The List of the Integration
      • findAllGlobalInIntegrationTypeIds

        java.util.List<Integration> findAllGlobalInIntegrationTypeIds​(java.util.List<java.lang.Long> integrationTypeIds)
        Retrieve integrations with IntegrationType.id IN provided integration type IDs
        Parameters:
        integrationTypeIds - The List of the IntegrationType.id
        Returns:
        The List of the Integration
      • findAllGlobalNotInIntegrationTypeIds

        java.util.List<Integration> findAllGlobalNotInIntegrationTypeIds​(java.util.List<java.lang.Long> integrationTypeIds)
        Retrieve integrations with IntegrationType.id NOT IN provided integration type IDs
        Parameters:
        integrationTypeIds - The List of the IntegrationType.id
        Returns:
        The List of the Integration